DBA Data[Home] [Help]

APPS.PSP_ENC_SUM_TRAN dependencies on FND_REQUEST

Line 2172: req_id := fnd_request.submit_request(

2168: );
2169: -- Commented out the commit as we commit after submitting the request, 11i
2170:
2171: -- COMMIT;
2172: req_id := fnd_request.submit_request(
2173: 'SQLGL',
2174: 'GLLEZL',
2175: '',
2176: '',

Line 2459: req_id := fnd_request.submit_request( 'SQLGL',

2455:
2456: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Inserted control record into gl_interface_control');
2457: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Before submitting Journal Import');
2458:
2459: req_id := fnd_request.submit_request( 'SQLGL',
2460: 'GLLEZL',
2461: '',
2462: '',
2463: FALSE,

Line 4902: fnd_request.set_org_id (org_id_tab(request_counter) );

4898: FOR request_counter IN 1..org_id_tab.count
4899: LOOP
4900: -- set the context to single to call submit_request
4901: mo_global.set_policy_context('S', org_id_tab(request_counter) );
4902: fnd_request.set_org_id (org_id_tab(request_counter) );
4903:
4904: req_id_tab(request_counter) := fnd_request.submit_request
4905: ('PA',
4906: 'PAXTRTRX',

Line 4904: req_id_tab(request_counter) := fnd_request.submit_request

4900: -- set the context to single to call submit_request
4901: mo_global.set_policy_context('S', org_id_tab(request_counter) );
4902: fnd_request.set_org_id (org_id_tab(request_counter) );
4903:
4904: req_id_tab(request_counter) := fnd_request.submit_request
4905: ('PA',
4906: 'PAXTRTRX',
4907: NULL,
4908: NULL,