Error "FRM-47023: No such parameter named G_QUERY_FIND exists in form JAINPO" When Trying To 'Open Document' From Worklist / Notifications Summary (Doc ID 1438238.1)
In this Document
Goal
Solution
APPLIES TO:
Oracle Financials for India - Version 12.1.3 and later
Information in this document applies to any platform.
GOAL
Error when trying to open the purchase document from worklist/notifications.
Errors are:
FRM-40815: Variable GLOBAL.P_DEBUG does not exist
FRM-47023: No such parameter named G_QUERY_FIND exists in form JAINPO
FRM-40105: Unable to resolve reference item PARAMETER.G_QUERY_FIND
FRM-40815: Variable GLOBAL.P_DEBUG does not exist
FRM-47023: No such parameter named G_QUERY_FIND exists in form JAINPO
FRM-40105: Unable to resolve reference item PARAMETER.G_QUERY_FIND
FRM-40815: Variable GLOBAL.P_DEBUG does not exist
How to resolve above errors?
SOLUTION
The cause of the issue if form JAIPO.fmb is not in compiled state.
Customer can check the version of form JAINPO.fmb from AU top and JAINPO.fmx from JA top. If there is mismatch then compile the form JAINPO.fmb using the following:-
a) Set the APPL_TOP environment.
b) Change directory to $AU_TOP/forms/US.
c) Execute the following command from the operating system prompt:
frmcmp_batch module=<filename>.fmb output_file=$JA_TOP/forms/US/<filename>.fmx
userid=apps/<apps_pwd>
d) Check the output for errors.
Retest the issue once compilation is successful
No comments:
Post a Comment