Core Concurrent Processing - EBS (MOSC)

MOSC Banner

Scheduling request set

edited Jan 1, 2018 4:00AM in Core Concurrent Processing - EBS (MOSC) 2 commentsAnswered

Dear Team ,

I am trying to schedule a concurrent request from backend . For this I used this code. But I am not able to generate the request id for this. Could you please let me know what is missing here.

declare

 

req_id number := 0;

vResult boolean;

BEGIN

XXHCC_Auto_Mon_End_day2_pkg.apps_init('HCCAPA');

vResult := fnd_submit.set_request_set('PA','FNDRSSUB1014');

vResult := fnd_submit.submit_program('PA', 'PRC: Distribute Labor Costs for a Range of Projects', 'STAGE10', CHR(0));

vResult := fnd_submit.submit_program('PA', 'PRC: Distribute Usage and Miscellaneous Costs', 'STAGE15', CHR(0));

vResult := fnd_submit.submit_program('PA', 'PRC: Create and Distribute Burden Transactions for a Range of Projects', 'STAGE20', CHR(0));

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