DBA Data[Home] [Help]

APPS.IGF_SL_DL_ORIG_ACK dependencies on IGS_GE_MSG_STACK

Line 480: igs_ge_msg_stack.add;

476: WHEN OTHERS THEN
477: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
478: fnd_message.set_token('NAME','IGF_SL_DL_ORIG_ACK.DL_LOAD_DATA');
479: fnd_file.put_line(fnd_file.log,SQLERRM);
480: igs_ge_msg_stack.add;
481: app_exception.raise_exception;
482:
483: END dl_load_data;
484:

Line 762: igs_ge_msg_stack.conc_exception_hndl;

758: WHEN app_exception.record_lock_exception THEN
759: ROLLBACK;
760: retcode := 2;
761: errbuf := fnd_message.get_string('IGF','IGF_GE_LOCK_ERROR');
762: igs_ge_msg_stack.conc_exception_hndl;
763: WHEN file_not_loaded THEN
764: ROLLBACK;
765: retcode := 2;
766: errbuf := fnd_message.get_string('IGF','IGF_GE_FILE_NOT_LOADED');

Line 767: igs_ge_msg_stack.conc_exception_hndl;

763: WHEN file_not_loaded THEN
764: ROLLBACK;
765: retcode := 2;
766: errbuf := fnd_message.get_string('IGF','IGF_GE_FILE_NOT_LOADED');
767: igs_ge_msg_stack.conc_exception_hndl;
768: WHEN OTHERS THEN
769: ROLLBACK;
770: retcode := 2;
771: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION');

Line 773: igs_ge_msg_stack.conc_exception_hndl;

769: ROLLBACK;
770: retcode := 2;
771: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION');
772: fnd_file.put_line(fnd_file.log,SQLERRM);
773: igs_ge_msg_stack.conc_exception_hndl;
774: END dl_orig_ack;
775:
776:
777:

Line 1133: igs_ge_msg_stack.add;

1129: WHEN others THEN
1130: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1131: fnd_message.set_token('NAME','IGF_SL_DL_ORIG_ACK.UPD_LOR_RECORD');
1132: fnd_file.put_line(fnd_file.log,SQLERRM);
1133: igs_ge_msg_stack.add;
1134: app_exception.raise_exception;
1135: END upd_lor_record;
1136:
1137:

Line 1413: igs_ge_msg_stack.add;

1409: WHEN others THEN
1410: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1411: fnd_message.set_token('NAME','IGF_SL_DL_ORIG_ACK.UPD_LOR_LOC_RECORD');
1412: fnd_file.put_line(fnd_file.log,SQLERRM);
1413: igs_ge_msg_stack.add;
1414: app_exception.raise_exception;
1415:
1416: END upd_lor_loc_record;
1417:

Line 1439: igs_ge_msg_stack.conc_exception_hndl;

1435: WHEN app_exception.record_lock_exception THEN
1436: ROLLBACK;
1437: retcode := 2;
1438: errbuf := fnd_message.get_string('IGF','IGF_GE_LOCK_ERROR');
1439: igs_ge_msg_stack.conc_exception_hndl;
1440: WHEN file_not_loaded THEN
1441: ROLLBACK;
1442: retcode := 2;
1443: errbuf := fnd_message.get_string('IGF','IGF_GE_FILE_NOT_LOADED');

Line 1444: igs_ge_msg_stack.conc_exception_hndl;

1440: WHEN file_not_loaded THEN
1441: ROLLBACK;
1442: retcode := 2;
1443: errbuf := fnd_message.get_string('IGF','IGF_GE_FILE_NOT_LOADED');
1444: igs_ge_msg_stack.conc_exception_hndl;
1445: WHEN OTHERS THEN
1446: ROLLBACK;
1447: retcode := 2;
1448: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION');

Line 1450: igs_ge_msg_stack.conc_exception_hndl;

1446: ROLLBACK;
1447: retcode := 2;
1448: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION');
1449: fnd_file.put_line(fnd_file.log,SQLERRM);
1450: igs_ge_msg_stack.conc_exception_hndl;
1451:
1452: END dl_credit_ack;
1453:
1454: