Home » Applications » Oracle Fusion Apps & E-Business Suite » Recognise Button Click Event (E- Biz 11.5.10.2)
Recognise Button Click Event [message #415100] Fri, 24 July 2009 14:19 Go to next message
ezechinedu
Messages: 8
Registered: July 2009
Junior Member
Hi All,

Does anyone know how i can recognize button click event in a custom.pll.

I have written a customization using WHEN-VALIDATE-RECORD but i want it to only trigger when a particular button is clicked but i cannot seem to achieve this.

Any solution out there
Re: Recognise Button Click Event [message #415585 is a reply to message #415100] Tue, 28 July 2009 05:31 Go to previous messageGo to next message
sangakirankumar
Messages: 18
Registered: August 2008
Location: india
Junior Member

Hi Try this,

In When Button pressed trigger write ,
packagename.procedurename(:SYSTEM.trigger_item);
Ex: pckgA.prcA(:SYSTEM.trigger_item);

Then goto that package,procedure prcA(p_button_name Varchar2) is

begin

If p_button_name = 'blockname.buttonname' then
write your code here.
end if;

Thanks!
Re: Recognise Button Click Event [message #415595 is a reply to message #415585] Tue, 28 July 2009 05:51 Go to previous message
ezechinedu
Messages: 8
Registered: July 2009
Junior Member
Sangakirankumar,

I am very grateful for your help, however i am doing this work within custom.pll and would not want to make changes to the oracle forms.

Is there any way i can do this without touching oracle forms, i want it to work entirely from custom.pll
Previous Topic: Set value of an item
Next Topic: KFF setup in OAF
Goto Forum:
  


Current Time: Mon May 20 16:07:30 CDT 2024