Home » Applications » Oracle Fusion Apps & E-Business Suite » custom.pll
custom.pll [message #96274] Fri, 08 October 2004 03:05 Go to next message
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

 
Re: custom.pll [message #96494 is a reply to message #96274] Tue, 07 December 2004 21:40 Go to previous messageGo to next message
Manoj
Messages: 101
Registered: August 2000
Senior Member
Hi,

U need to call this event in the WHEN-NEW-ITEM-INSTANCE of the item.
Re: custom.pll [message #96495 is a reply to message #96494] Wed, 08 December 2004 00:20 Go to previous message
sheeba
Messages: 4
Registered: May 2004
Junior Member
thanku manoj .. that message was posted befor e2 months.. and i have got the solution.

sheeba
Previous Topic: Oracle Time & Labor
Next Topic: ORACLE ERP Specialist wanted in yemen
Goto Forum:
  


Current Time: Fri Apr 19 09:42:31 CDT 2024