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 mandatory parameters in suppler Conversion?

1 Answers   Tech Mahindra,


Explain the multi-organization structure.

1 Answers   Accenture,


Except the SRS window in which we can submit the concurrent program.

5 Answers   IBM, TCS,


how to get the on hand quantity of an item across all organizations? name the underlying tables.

2 Answers   Ranves IT Solutions, Scan Steel,


Can u suggest me the best institute for Oracle apps Technical in Hyderabad?

16 Answers  






What and Who is the best Institute or Trainer for Oracle Apps Technical ?

2 Answers  


1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function

2 Answers   Zensar,


What is OM Cycle and What do u mean by Alternate Item

3 Answers   IBM,


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

1 Answers  


How can u populate data into po_headers_all segment2 column?

1 Answers   BirlaSoft,


In a package have predefined exception and user defined exception. while execution which exception will be executed first? why?

1 Answers   Oracle,


What is SRW Package? (Sql Report Writer)

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)