DBA Data[Home] [Help]

APPS.PQP_GB_PSI_FUNCTIONS dependencies on FND_REQUEST

Line 1020: fnd_request.submit_request

1016: -- Submit the process again, this time with 'Y'
1017: debug('now launching : '|| l_extract_shortname, 25);
1018:
1019: l_request_id :=
1020: fnd_request.submit_request
1021: (application => 'PQP'
1022: ,program => 'PQPGBPENSERVER'
1023: ,description => l_extract_shortname
1024: ,sub_request => FALSE -- TRUE, still not decide on this one

Line 1109: fnd_request.submit_request

1105: debug('l_extract_shortname (appended) :' || l_extract_shortname,40);
1106: debug('now launching : '|| l_extract_shortname, 45);
1107:
1108: l_request_id :=
1109: fnd_request.submit_request
1110: (application => 'PQP'
1111: ,program => 'PQPGBPENSERVER'
1112: ,description => l_extract_shortname
1113: ,sub_request => FALSE -- TRUE, still not decide on this one

Line 1323: fnd_request.submit_request

1319: --
1320: --**************
1321: debug('Submitting control totals ... ',80);
1322: l_request_id :=
1323: fnd_request.submit_request
1324: (application => 'PQP'
1325: ,program => 'PQPPENTTL'
1326: ,description => ''
1327: ,sub_request => FALSE -- TRUE, still not decide on this one