In thet custom.pll what are the events we can write.

Answers were Sorted based on User's Feedback



In thet custom.pll what are the events we can write...

Answer / apps_deepak

In the Custom pll we can write below event.

-- ZOOM
-- WHEN-NEW-FORM-INSTANCE
-- WHEN-NEW-BLOCK-INSTANCE
-- WHEN-NEW-RECORD-INSTANCE
-- WHEN-NEW-ITEM-INSTANCE
-- WHEN-VALIDATE-RECORD

Is This Answer Correct ?    18 Yes 0 No

In thet custom.pll what are the events we can write...

Answer / naveen

in custom.pll their is another event are their they are
special event triggers. which is use to create menus


PROCEDURE manage_special_menu IS
mi_id menuitem;
BEGIN
mi_id := find_menu_item('SPECIAL.SPECIAL15');
IF name_in('system.cursor_block') = 'INVOICE_HEADER' THEN
app_special2.instantiate('SPECIAL15', 'Print Invoice');
set_menu_item_property(mi_id, displayed, property_true);
set_menu_item_property(mi_id, enabled, property_true);
ELSE
set_menu_item_property(mi_id, displayed, property_false);
END IF;
END manage_special_menu;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Apps Technical Interview Questions

Hi Experts How to Create a purchase order without a requisition ?

6 Answers   Amdocs, KPMG, Oracle,


how to avoid duplicate data while uploading data from flatfile to staging table? some validations

5 Answers   Amdocs,


Can 2 functions have same name & input parameters but differ only by return datatype ?

5 Answers  


in procedure how to return a value

2 Answers   Wipro,


where to define interorganization transaction charges and what are the different options?

0 Answers   Scan Steel,






wheather discard file is automatically created or explicty created?can u mention it?

1 Answers   CTS,


where we find the status of order information.

2 Answers  


what are the difference between 11.5.7 and 11.5.9 in oracle apps

4 Answers  


When you run he report you have to get only that particular organization po numbers or item number how can do it?

2 Answers   IBM,


What are Mandatory triggers to write in the block, which is created on view?

5 Answers   Oracle,


Cycle of requestion to receving transaction.

1 Answers   Accenture,


In Per_all_people_f table what is the significance of '_f ' ?

6 Answers   HCL,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)