Re: Requisition tab error
Posted by ErmanArslansOracleBlog on Feb 25, 2016; 12:27pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Requisition-tab-error-tp603p604.html
Check your weblogic logs, oacore server status and oacore server logs.
Ensure that there are no customizations in the relevant areas.
For debuggin;
Enable debug log
A. Set the following profiles(at the User level is best where possible)
FND: Debug Log Enabled : Yes
FND: Debug Log Filename : leave it as null
FND: Debug Log Level : Statement
FND: Debug Log Module : %
Bounce OACORE and Http server
Truncate the table APPLSYS.FND_LOG_MESSAGES
truncate table applsys.fnd_log_messages;
Reproduce the error and then stop when the error is produced and close the browser
Check the table APPLSYS.FND_LOG_MESSAGES for error or clues.
select * from fnd_log_messages where TIMESTAMP > (sysdate - 1/60) order by log_sequence desc;