DBA Data[Home] [Help]

APPS.IGF_SL_CL_ORIG dependencies on IGS_GE_MSG_STACK

Line 500: igs_ge_msg_stack.add;

496: FETCH cur_alternate_code INTO l_alternate_code;
497: IF cur_alternate_code%NOTFOUND THEN
498: CLOSE cur_alternate_code;
499: fnd_message.set_name('IGF','IGF_SL_NO_CALENDAR');
500: igs_ge_msg_stack.add;
501: fnd_file.put_line(fnd_file.log,fnd_message.get);
502: app_exception.raise_exception;
503: END IF;
504: CLOSE cur_alternate_code;

Line 627: igs_ge_msg_stack.add;

623: IF lv_request_id = 0 THEN
624: -- On Failure of Concurrent Request
625: fnd_message.set_name('IGF','IGF_SL_CL_ORIG_REQ_FAIL');
626: fnd_message.set_token('NAME',TO_CHAR(lv_request_id));
627: igs_ge_msg_stack.add;
628: IF (fnd_log.level_exception >= g_debug_runtime_level) THEN
629: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_sl_cl_orig.cl_originate.debug','Concurrent request failed');
630: END IF;
631: app_exception.raise_exception;

Line 671: igs_ge_msg_stack.conc_exception_hndl;

667: IF(fnd_log.level_exception >= g_debug_runtime_level)THEN
668: fnd_log.string(fnd_log.level_exception, 'igf.plsql.igf_sl_cl_orig.cl_originate.exception',SQLERRM);
669: END IF;
670:
671: igs_ge_msg_stack.conc_exception_hndl;
672:
673: WHEN OTHERS THEN
674: ROLLBACK;
675: IF cur_recip_dts%ISOPEN THEN

Line 685: igs_ge_msg_stack.conc_exception_hndl;

681: errbuf := fnd_message.get;
682: IF(fnd_log.level_exception >= g_debug_runtime_level)THEN
683: fnd_log.string(fnd_log.level_exception, 'igf.plsql.igf_sl_cl_orig.cl_originate.exception',SQLERRM);
684: END IF;
685: igs_ge_msg_stack.conc_exception_hndl;
686:
687: END cl_originate;
688:
689:

Line 966: igs_ge_msg_stack.add;

962: fnd_message.set_token('NAME','IGF_SL_CL_ORIG.INSERT_LOR_LOC_REC');
963: IF(fnd_log.level_exception >= g_debug_runtime_level)THEN
964: fnd_log.string(fnd_log.level_exception, 'igf.plsql.igf_sl_cl_orig.insert_lor_loc_rec.exception',SQLERRM);
965: END IF;
966: igs_ge_msg_stack.add;
967: app_exception.raise_exception;
968:
969: END insert_lor_loc_rec;
970:

Line 1190: igs_ge_msg_stack.add;

1186: fnd_log.string(fnd_log.level_exception, 'igf.plsql.igf_sl_cl_orig.update_orig_batch_id.exception',SQLERRM);
1187: END IF;
1188: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1189: fnd_message.set_token('NAME','IGF_SL_CL_ORIG.UPDATE_ORIG_BATCH_ID');
1190: igs_ge_msg_stack.add;
1191: app_exception.raise_exception;
1192:
1193: END update_orig_batch_id;
1194:

Line 2972: igs_ge_msg_stack.conc_exception_hndl;

2968: IF(fnd_log.level_exception >= g_debug_runtime_level)THEN
2969: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_sl_cl_orig.sub_cl_originate.exception','Record Lock Exception');
2970: END IF;
2971:
2972: igs_ge_msg_stack.conc_exception_hndl;
2973:
2974: WHEN no_loan_data THEN
2975: -- This will happen when either there were no loan records to originate
2976: -- OR all records which were valid and ready to Send, were not Valid.

Line 2997: igs_ge_msg_stack.conc_exception_hndl;

2993: fnd_log.string(fnd_log.level_exception, 'igf.plsql.igf_sl_cl_orig.sub_cl_originate.exception', SQLERRM );
2994: END IF;
2995: errbuf := fnd_message.get;
2996:
2997: igs_ge_msg_stack.conc_exception_hndl;
2998: END sub_cl_originate;
2999:
3000:
3001: END igf_sl_cl_orig;