Home » Applications » Oracle Fusion Apps & E-Business Suite » custom.pll
custom.pll [message #96274] |
Fri, 08 October 2004 03:05  |
sheeba
Messages: 4 Registered: May 2004
|
Junior Member |
|
|
hi,
�� anyone pls help me to give a simple example to give a message on custom.pll and call the same in Apps. I gave these lines of code in custom.pll� in the
procedure event (event_name varchar2) is
�if (form_name = 'EMP' and block_name = 'EMP') then
���� �� IF(event_name = 'WHEN-NEW-ITEM-INSTANCE') then
����������������� fnd_message.set_string('Message from custom.pll library'||event_name);
���������������� fnd_message.show;
������������ �Bell;
���� �� end if;
���� �� END IF;
�
Can i know where should i call this procedure in template form?
Is it in WHEN-NEW-ITEM-INSTANCE trigger or i have to write a package after custom pkg and call there.. I am a newbie to Apps , please help me...
�
Thanks in Advance,
sheeba
�
|
|
|
|
|
Goto Forum:
Current Time: Thu May 01 10:11:53 CDT 2025
|