Getting "FRM-40105: Unable to resolve reference to item" when using FND_FUNCTION.EXECUTE i [message #285778] |
Wed, 05 December 2007 10:30 |
msuphaluk
Messages: 20 Registered: December 2007 Location: BKK,Thailand
|
Junior Member |
|
|
Dear All,
I wanna develop a function similar with "choose_org" of Inventory standard feature in order to let users choose a some specific value first before proceed the next step.
I created 'FUNCTION_B' function and placed fnd_function.execute('FUNCTION_B') in 'PRE-FORM' trigger of my form,'FORM_A' in order popup the new form,'FORM_B', and force user selects the specific value then come back to FORM_A.
But when I ran the form. I got these messages "FRM-40105: Unable to resolve reference to item" and "FRM-40738: Argument 1 to built in FND_VIEW cannot be null'.
What should I address this p/b?
Pls kindly advise me.
Note: I could ran 'FUNCTION_B'properly if I called it via the menu function or if it's placed in WHEN-NEW-FORM-INSTANCT. It always failed when I placed fnd_function.execute in PRE-FORM. After investigation, I know the choose_org function will execute USER_EXIT('FND ORG'). I am not sure I can run fnd_function.execute in PRE-FORM trigger or not?
Thank you in advanced,
Suphaluk M.
|
|
|
|
|