In thet custom.pll what are the events we can write.
Answers were Sorted based on User's Feedback
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 |
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 |
Exception Handilings?
What is Pragma Autonomous transaction. It's Real time Example
what is difference between po_headers_all and po_headers
what is difference between po_headers_all and po_headers
How many schemas we have? how many you have used?
what is meant by Table space?
while running a interface if we get 100 records as erors. how to debug it.
How will you get the concurrent program output as email?
How to move the one file from one instance to another instance? And your scripts also?
wht is format triger?
Can u define exceptions twice in same block?
tell me the scenarios of the independent in reports