DBA Data[Home] [Help]

APPS.IGS_PR_UPLOAD_EXT_RESULTS dependencies on IGS_GE_MSG_STACK

Line 402: igs_ge_msg_stack.conc_exception_hndl;

398: fnd_file.put_line (fnd_file.LOG, 'SQL Error Message :' || SQLERRM);
399: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
400: retcode := 2;
401: errbuf := fnd_message.get_string ('IGS', 'IGS_PR_RNK_INV_PRM');
402: igs_ge_msg_stack.conc_exception_hndl;
403: WHEN OTHERS THEN
404: fnd_file.put_line (fnd_file.LOG, 'SQL Error Message :' || SQLERRM);
405: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
406: retcode := 2;

Line 408: igs_ge_msg_stack.conc_exception_hndl;

404: fnd_file.put_line (fnd_file.LOG, 'SQL Error Message :' || SQLERRM);
405: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
406: retcode := 2;
407: errbuf := fnd_message.get_string ('IGS', 'IGS_GE_UNHANDLED_EXP');
408: igs_ge_msg_stack.conc_exception_hndl;
409: END upload_external_stats;
410:
411:
412: -- =========================================================================================

Line 497: igs_ge_msg_stack.conc_exception_hndl;

493: EXCEPTION
494: WHEN OTHERS THEN
495: fnd_file.put_line (fnd_file.LOG, 'SQL Error Message :' || SQLERRM);
496: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
497: igs_ge_msg_stack.conc_exception_hndl;
498: END validate_spa_record;
499:
500:
501: -- =========================================================================================

Line 575: igs_ge_msg_stack.conc_exception_hndl;

571: EXCEPTION
572: WHEN OTHERS THEN
573: fnd_file.put_line (fnd_file.LOG, 'SQL Error Message :' || SQLERRM);
574: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
575: igs_ge_msg_stack.conc_exception_hndl;
576: END validate_susa_record;
577:
578:
579: -- =========================================================================================

Line 1023: igs_ge_msg_stack.conc_exception_hndl;

1019: );
1020: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
1021: retcode := 2;
1022: errbuf := fnd_message.get_string ('IGS', 'IGS_PR_RNK_INV_PRM');
1023: igs_ge_msg_stack.conc_exception_hndl;
1024: WHEN OTHERS THEN
1025: fnd_file.put_line (
1026: fnd_file.LOG,
1027: 'SQL Error Message :' || SUBSTR (SQLERRM, 1, 200)

Line 1032: igs_ge_msg_stack.conc_exception_hndl;

1028: );
1029: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
1030: retcode := 2;
1031: errbuf := fnd_message.get_string ('IGS', 'IGS_GE_UNHANDLED_EXP');
1032: igs_ge_msg_stack.conc_exception_hndl;
1033: END upload_external_completion;
1034: END igs_pr_upload_ext_results;