Custom pll problem [message #210611] |
Thu, 21 December 2006 09:27 |
omkar@tcs
Messages: 16 Registered: September 2006
|
Junior Member |
|
|
Hi all,
I have a requirement where in I need to code
a custom pll restrictions when a perticular form is closed.
Please suggest some solution of the problem.
Regards.
Omkar
|
|
|
|
Re: Custom pll problem [message #211319 is a reply to message #210611] |
Wed, 27 December 2006 23:48 |
omkar@tcs
Messages: 16 Registered: September 2006
|
Junior Member |
|
|
Hi,
I just want an API to be run when I close a form in Project Accounting module. Form name is PAXPREPR.
I am not able to deside the exct event I shoul put my code. The last event fires when I close the form also occures when I am going inside the form.
Please help me.
Thanks and Regards.
-------------------
Omkar
|
|
|
Custom pll problem [message #211819 is a reply to message #211319] |
Tue, 02 January 2007 08:17 |
james_apps
Messages: 2 Registered: December 2006
|
Junior Member |
|
|
Hi!,
1. Create a procedure or package by calling that particular API in to that.
2. Submit the Concurrent Program by using FND_SUBMIT.REQUEST with all 100 arguments.
3. However CLOSE EVENTS, we can't write in CUSTOM.pll
4. Need to write in seeded Form.
Try it and update me with the status so that I can improve.
Thanks & Regards,
James
|
|
|
Custom pll problem [message #211822 is a reply to message #210611] |
Tue, 02 January 2007 08:21 |
james_apps
Messages: 2 Registered: December 2006
|
Junior Member |
|
|
And if u want that event to be fired once then we can do onethng, at first instance try to change the property of any field in that form like setting property off and then get the property again if it is not like previous one then dont execute the code.
--James
|
|
|
Re: Custom pll problem [message #211851 is a reply to message #211319] |
Tue, 02 January 2007 12:22 |
prashant_pathak
Messages: 263 Registered: February 2006 Location: California,US
|
Senior Member |
|
|
Hi Omkar,
Is there any logic/step which you think will be performed at the end of routine.
E.g other than form closing/save operation which do you think you can capture by using some temp table.
This is just an idea i am not sure what is your exact requirement.
let me know
Regards
Prashant
|
|
|