DBA Data[Home] [Help]

APPS.MSC_POST_PRO dependencies on FND_REQUEST

Line 6341: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

6337: msc_util.msc_log('Count for plan : ' || l_count);
6338:
6339: IF l_count > 0 THEN
6340: msc_util.msc_log('Before refreshing MSC_ATP_PLAN_SN');
6341: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
6342: 'MSC',
6343: 'MSCREFMV',
6344: NULL, -- description
6345: NULL, -- start time

Line 6428: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

6424: SET summary_flag = 1
6425: WHERE plan_id = p_plan_id;
6426: msc_util.msc_log('Reset summary flag back to default:1 before conc prg launch');
6427: -- End Bug 3292949
6428: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
6429: 'MSC',
6430: 'MSC_ATP_PDS_SUMM',
6431: NULL, -- description
6432: NULL, -- start time