DBA Data[Home] [Help]

APPS.MSC_POST_PRO dependencies on FND_REQUEST

Line 6332: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

6328: msc_util.msc_log('Count for plan : ' || l_count);
6329:
6330: IF l_count > 0 THEN
6331: msc_util.msc_log('Before refreshing MSC_ATP_PLAN_SN');
6332: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
6333: 'MSC',
6334: 'MSCREFMV',
6335: NULL, -- description
6336: NULL, -- start time

Line 6399: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

6395: SET summary_flag = 1
6396: WHERE plan_id = p_plan_id;
6397: msc_util.msc_log('Reset summary flag back to default:1 before conc prg launch');
6398: -- End Bug 3292949
6399: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
6400: 'MSC',
6401: 'MSC_ATP_PDS_SUMM',
6402: NULL, -- description
6403: NULL, -- start time