Oracle Ebuisness Suite

Oracle E-business Suite also called as Oracle application is a suite of business applications made up of a large number of distinct software modules.Examples are  Oracle Supply chain, Oracle financials etc

This page contain all the administration related post for all the Oracle apps version  11i/R12/R12.1/R12.2

 

You can also view the Oracle application post in more ordered manner at below link

E-Business Suite 11i/R12/R12.1/R12.2

Unable to Start Output Post Processor and workflow related Concurrent Manager

We often get in situations where we are Unable to Start Output Post Processor and workflow-related Concurrent Manager.  If we check the error in the concurrent manager logs  we see the following errors Error in log file : $ cat FNDOPP10587566924.txtUnable to initialize state monitor.oracle.apps.fnd.cp.gsm.GenCartCommException: ORA-01403: no data foundORA-06512: at “APPS.FND_CP_GSM_IPC”, line 539ORA-06512: at line 1at oracle.apps.fnd.cp.gsm.GenCartComm.initService(GenCartComm.java:233)at …

Unable to Start Output Post Processor and workflow related Concurrent Manager Read More »

How to submit a concurrent program from the backend

Concurrent Programs can be submitted from the backend ie. database using fnd_request.submit_request.We will check in this post the various code on How to submit a concurrent program from the backend The snippet of the API FUNCTION fnd_request.submit_request ( application IN VARCHAR2 DEFAULT NULL, program IN VARCHAR2 DEFAULT NULL, description IN VARCHAR2 DEFAULT NULL, start_time IN …

How to submit a concurrent program from the backend Read More »

Scroll to Top