DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PKG dependencies on FND_REQUEST

Line 310: fnd_request.set_org_id(l_org_id);

306: SELECT org_id INTO l_org_id
307: FROM cn_process_batches
308: WHERE physical_batch_id = x_physical_batch_id AND ROWNUM = 1;
309:
310: fnd_request.set_org_id(l_org_id);
311: -- transaction load
312: x_request_id :=
313: fnd_request.submit_request(
314: application => 'CN'

Line 313: fnd_request.submit_request(

309:
310: fnd_request.set_org_id(l_org_id);
311: -- transaction load
312: x_request_id :=
313: fnd_request.submit_request(
314: application => 'CN'
315: , program => x_conc_program
316: , description => NULL
317: , start_time => NULL