Core Concurrent Processing - EBS (MOSC)

MOSC Banner

Parent and child concurrent request ...Chlld program goes into Inactive and No manager state

edited Feb 8, 2017 5:45AM in Core Concurrent Processing - EBS (MOSC) 6 commentsAnswered ✓
 I have a concurrent program which is a pl/sql Stored procedure and this file internally calls another concurrent program (Oracle report program)  using FND_Submit.request. The child report program has over 10 reports.When i run the parent program,the parent(pl/sql) program goes into Running and Normal  and the child program (report program), goes into Inactive and No Manager state.

I have given the child program to be submitted using the below code:
v_request_id := fnd_request.submit_request (application => v_prg_app_name,
program => v_report_name,
description => 'Child requests for OU Setup Report',
start_time => NULL,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center