Oracle Applications: Concurrent Requests Query

raksrules

Elite
I have a typical requirement here. I will first try to explain whats happening now

1. I have a Unix shell program registered as concurrent program in apps
2. I have another PL SQL Package registered in apps as concurrent program
3. Now when i run my first concurrent program (Unix one) it calls the next concurrent program (PL SQL one) internally using the CONCSUB utility. Now this spawning of the request is happening fine but i am not able to see the PARENT REQUEST on the concurrent request screen against the spawned request, neither does this parent request gets updated in the FND_CONCURRENT_REQUESTS table.

4. I am aware that if i had submitted the second program from a PL SQL package using the FND_REQUEST.SUBMIT_REQUEST then the parent request would have shown up on the screen. But here the case is that i am submitting from Unix shell script using CONCSUB and it is not giving me the parent request id.
Please provide a solution to my problem
 
Back
Top