DBA Data[Home] [Help]

APPS.PQP_GB_PSI_FUNCTIONS dependencies on FND_REQUEST

Line 1084: fnd_request.submit_request

1080: -- Submit the process again, this time with 'Y'
1081: debug('now launching : '|| l_extract_shortname, 25);
1082:
1083: l_request_id :=
1084: fnd_request.submit_request
1085: (application => 'PQP'
1086: ,program => 'PQPGBPENSERVER'
1087: ,description => l_extract_shortname
1088: ,sub_request => FALSE -- TRUE, still not decide on this one

Line 1173: fnd_request.submit_request

1169: debug('l_extract_shortname (appended) :' || l_extract_shortname,40);
1170: debug('now launching : '|| l_extract_shortname, 45);
1171:
1172: l_request_id :=
1173: fnd_request.submit_request
1174: (application => 'PQP'
1175: ,program => 'PQPGBPENSERVER'
1176: ,description => l_extract_shortname
1177: ,sub_request => FALSE -- TRUE, still not decide on this one

Line 1387: fnd_request.submit_request

1383: --
1384: --**************
1385: debug('Submitting control totals ... ',80);
1386: l_request_id :=
1387: fnd_request.submit_request
1388: (application => 'PQP'
1389: ,program => 'PQPPENTTL'
1390: ,description => ''
1391: ,sub_request => FALSE -- TRUE, still not decide on this one