DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PKG dependencies on FND_REQUEST

Line 307: fnd_request.set_org_id(l_org_id);

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

Line 310: fnd_request.submit_request(

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