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

What are the validations you don in .CTL file in inbound interface process?

1 Answers  


tell me the scenarios of the independent in reports

0 Answers   TCS, Wipro,


what is back order in OM

4 Answers   IBM, Oracle,


What is the use of format trigger?

4 Answers   Cap Gemini, IBM,


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

0 Answers   Scan Steel,






Can u attach Request set with in the Request set?

2 Answers   Satyam,


Sys Admin Module?

1 Answers  


How to insert data into two tables using single control file?

3 Answers   Oracle, VTI,


how will u do documentation

2 Answers  


differentiate between intra & inter UOM class conversion with examples.

1 Answers   Scan Steel,


What is multi org?

6 Answers   Accenture, CTS,


what are the default arguments for pl/sql program?

1 Answers  


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)