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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

how can develope the po variance and po summary report? with tables mandatory columns and query please?

1974


what is the differences between internal requisition and internal sales order?

2148


What are the different components you should consider while defining a responsibility in oracle apps?

634


What does appl_top directory contain?

639


CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP

2083






Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?

1680


Tell me how to debug the report?

631


can we get profile values in report without using user exists is it possible how?

2313


how do you describe O2C along with tables

2307


do you know is it possible to run the interface without using oracle apps?

642


What is oracle soa suite and what are its different components?

639


what is global tempory table?

6279


what is the difference between request group and request security in oracle apps?

5034


How to move the one file from one instance to another instance? And your scripts also?

606


tell me the scenarios of the independent in reports

2100