Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities
Concurrent Program not doing anything - Printable Version

+- Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities (http://www.oraerp.com)
+-- Forum: Oracle Applications (http://www.oraerp.com/forum-39.html)
+--- Forum: Oracle E-Business Suite (EBS) (http://www.oraerp.com/forum-1.html)
+---- Forum: General Discussion (http://www.oraerp.com/forum-25.html)
+---- Thread: Concurrent Program not doing anything (/thread-113896.html)



Concurrent Program not doing anything - HRI2122 - 02-08-2019

Hello,
 
I am facing problem with concurrent program. I have registered the PLSQL Store Procedure (in that procedure using stock locator API) code to concurrent program that execute the procedure. The scripts in the procedure will create the locator into table. The Procedure works fine while I trying to run directly in PLSQL Developer and create locator in expected table. However, it does not create locator while run the concurrent program. If I compile the script from PLSQL Developer and again run the concurrent request after that locator is created into respected table. But I need to create locator on concurrent request run, don't want to compile it again from PLSQL Developer.
 
please help me on this..!!
 
Thank you.