DBA Data[Home] [Help]

APPS.PSP_ENC_SUM_TRAN dependencies on FND_REQUEST

Line 2193: req_id := fnd_request.submit_request(

2189: );
2190: -- Commented out the commit as we commit after submitting the request, 11i
2191:
2192: -- COMMIT;
2193: req_id := fnd_request.submit_request(
2194: 'SQLGL',
2195: 'GLLEZL',
2196: '',
2197: '',

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

2474:
2475: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Inserted control record into gl_interface_control');
2476: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Before submitting Journal Import');
2477:
2478: req_id := fnd_request.submit_request( 'SQLGL',
2479: 'GLLEZL',
2480: '',
2481: '',
2482: FALSE,

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

5034: FOR request_counter IN 1..org_id_tab.count
5035: LOOP
5036: -- set the context to single to call submit_request
5037: mo_global.set_policy_context('S', org_id_tab(request_counter) );
5038: fnd_request.set_org_id (org_id_tab(request_counter) );
5039: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || 'Calling Transaction import process for org_id: '||org_id_tab(request_counter));
5040: req_id_tab(request_counter) := fnd_request.submit_request
5041: ('PA',
5042: 'PAXTRTRX',

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

5036: -- set the context to single to call submit_request
5037: mo_global.set_policy_context('S', org_id_tab(request_counter) );
5038: fnd_request.set_org_id (org_id_tab(request_counter) );
5039: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || 'Calling Transaction import process for org_id: '||org_id_tab(request_counter));
5040: req_id_tab(request_counter) := fnd_request.submit_request
5041: ('PA',
5042: 'PAXTRTRX',
5043: NULL,
5044: NULL,