Re: Error opening oat page for specific user in r12
Posted by satish on Jul 06, 2021; 3:32pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Error-opening-oat-page-for-specific-user-in-r12-tp9923p9951.html
Dear erman,
Followed One User Is Getting Error in MES,"oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.gmo.instruction.kiosk.server.KioskInstanceInstructionProcessAM'" (Doc ID 2316936.1)
Below output for user for which page is erroring out
SQL> begin
jdr_utils.printdocument('/xxttd/oracle/apps/ap/payments/mbook/webui/customizations/user/14084/MBookAgreementItemsExcessPG');
end;
/ 2 3 4
<?xml version='1.0' encoding='UTF-8'?>
/>
PL/SQL procedure successfully completed.
SQL> commit;
Commit complete.
Below output is for Working user:
SQL> begin
jdr_utils.printdocument('/xxttd/oracle/apps/ap/payments/mbook/webui/customizations/user/8779/MBookAgreementItemsExcessPG');
3 end;
4 /
PL/SQL procedure successfully completed.
SQL> commit;
Can we proceed to run delete document procedure?
Thanks