DBA Data[Home] [Help]

APPS.IGF_AP_LOADER_LAUNCH_PKG dependencies on FND_REQUEST

Line 217: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_loader_launch_pkg.main_process.exception','Before Calling method fnd_request.submit_request' );

213: ------------------------------------------------
214:
215: -- since the filename validation is successful, launch the ISIR Loader process
216: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
217: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_loader_launch_pkg.main_process.exception','Before Calling method fnd_request.submit_request' );
218: END IF;
219: l_req_id := FND_REQUEST.SUBMIT_REQUEST
220: ('IGF',
221: 'IGFAPX06',

Line 219: l_req_id := FND_REQUEST.SUBMIT_REQUEST

215: -- since the filename validation is successful, launch the ISIR Loader process
216: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
217: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_loader_launch_pkg.main_process.exception','Before Calling method fnd_request.submit_request' );
218: END IF;
219: l_req_id := FND_REQUEST.SUBMIT_REQUEST
220: ('IGF',
221: 'IGFAPX06',
222: 'ISIR Loader Process Internal',
223: NULL,

Line 242: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_loader_launch_pkg.main_process.exception','After Calling method fnd_request.submit_request' );

238: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
239: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
240:
241: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
242: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_loader_launch_pkg.main_process.exception','After Calling method fnd_request.submit_request' );
243: END IF;
244:
245: IF l_req_id > 0 THEN
246: fnd_message.set_name('IGF','IGF_AP_INT_LDR_PROC_SBMIT');