DBA Data[Home] [Help]

APPS.CN_PERIODS_API dependencies on FND_REQUEST

Line 217: fnd_request.set_org_id(p_org_id);

213: ---------------------------------------------------------------------
214: fnd_file.put_line(fnd_file.Log, 'Step 5 : Parallel Process Starts');
215: ---------------------------------------------------------------------
216: FOR physical_rec IN physical_batches LOOP
217: fnd_request.set_org_id(p_org_id);
218: l_temp_id := fnd_request.submit_request
219: (application => 'CN',
220: program => 'POPULATE_NEW_PERIODS',
221: description => NULL,

Line 218: l_temp_id := fnd_request.submit_request

214: fnd_file.put_line(fnd_file.Log, 'Step 5 : Parallel Process Starts');
215: ---------------------------------------------------------------------
216: FOR physical_rec IN physical_batches LOOP
217: fnd_request.set_org_id(p_org_id);
218: l_temp_id := fnd_request.submit_request
219: (application => 'CN',
220: program => 'POPULATE_NEW_PERIODS',
221: description => NULL,
222: start_time => NULL,