Home » Applications » Oracle Fusion Apps & E-Business Suite » AUTO EXECUTE_QUERY WHEN NEW FORM
AUTO EXECUTE_QUERY WHEN NEW FORM [message #680251] Thu, 30 April 2020 11:38 Go to next message
GHDSSS
Messages: 13
Registered: April 2020
Junior Member
Hello

I have Developed a custom form and asked to call standard form (price list setup)from the custom form so in When Button Pressed trigger
I used the Code
Begin
fnd_function.execute(function_name=>'QP_QPXPRLST',
open_flag=>'Y',
session_flag => 'Y',
other_params => 'G_QUERY_FIND=||:XX_PRICING.PRICE_LIST_NAME||'
);
end;

as the Second form is a standard form I have done Form personalization

but getting error FRM-40105 Unable to resolve reference to item G_QUERY_FIND

Please help
Re: AUTO EXECUTE_QUERY WHEN NEW FORM [message #680339 is a reply to message #680251] Fri, 08 May 2020 01:34 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
I don't know Oracle Apps., but - error says that there's no G_QUERY_FIND item in that form.

Previous Topic: How to hide item in actions menu through personalization or customization
Next Topic: oracle loan module implementation
Goto Forum:
  


Current Time: Thu Mar 28 05:22:07 CDT 2024