AUTO EXECUTE_QUERY WHEN NEW FORM [message #680251] |
Thu, 30 April 2020 11:38 |
|
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
|
|
|
|