DBA Data[Home] [Help]

APPS.IGF_SL_CL_ORIG_ACK dependencies on IGS_GE_MSG_STACK

Line 549: igs_ge_msg_stack.add;

545: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
546: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_sl_cl_orig_ack.cl_load_file.exception',gv_debug_str||' '|| SQLERRM);
547: END IF;
548: gv_debug_str := '';
549: igs_ge_msg_stack.add;
550: app_exception.raise_exception;
551:
552: END cl_load_file;
553:

Line 1150: igs_ge_msg_stack.add;

1146: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
1147: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_sl_cl_orig_ack.process_1_records.exception',gv_debug_str||' '||SQLERRM);
1148: END IF;
1149: gv_debug_str := '';
1150: igs_ge_msg_stack.add;
1151: app_exception.raise_exception;
1152: END process_1_records;
1153:
1154:

Line 1874: igs_ge_msg_stack.add;

1870: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
1871: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_sl_cl_orig_ack.insert_into_resp1.exception',gv_debug_str||' '|| SQLERRM);
1872: END IF;
1873: gv_debug_str := '';
1874: igs_ge_msg_stack.add;
1875: app_exception.raise_exception;
1876: END insert_into_resp1;
1877:
1878:

Line 2220: igs_ge_msg_stack.conc_exception_hndl;

2216: WHEN app_exception.record_lock_exception THEN
2217: ROLLBACK;
2218: retcode := 2;
2219: errbuf := fnd_message.get_string('IGF','IGF_GE_LOCK_ERROR');
2220: igs_ge_msg_stack.conc_exception_hndl;
2221: WHEN OTHERS THEN
2222: ROLLBACK;
2223: RETCODE := 2;
2224: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');

Line 2231: igs_ge_msg_stack.conc_exception_hndl;

2227: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_sl_cl_orig_ack.process_ack.exception',gv_debug_str||' '|| SQLERRM);
2228: END IF;
2229: gv_debug_str := '';
2230: errbuf := fnd_message.get;
2231: igs_ge_msg_stack.conc_exception_hndl;
2232:
2233: END process_ack;
2234:
2235:

Line 3300: igs_ge_msg_stack.add;

3296: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
3297: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_sl_cl_orig_ack.update_lor.exception',gv_debug_str||' '|| SQLERRM);
3298: END IF;
3299: gv_debug_str := '';
3300: igs_ge_msg_stack.add;
3301: app_exception.raise_exception;
3302:
3303: END update_lor;
3304:

Line 3965: igs_ge_msg_stack.add;

3961: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
3962: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_sl_cl_orig_ack.compare_disbursements.exception',gv_debug_str||' '|| SQLERRM);
3963: END IF;
3964: gv_debug_str := '';
3965: igs_ge_msg_stack.add;
3966: app_exception.raise_exception;
3967:
3968: END compare_disbursements;
3969:

Line 4146: igs_ge_msg_stack.add;

4142: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
4143: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_sl_cl_orig_ack.insert_into_resp_r4.exception',gv_debug_str||' '|| SQLERRM);
4144: END IF;
4145: gv_debug_str := '';
4146: igs_ge_msg_stack.add;
4147: app_exception.raise_exception;
4148:
4149: END insert_into_resp_r4;
4150:

Line 4340: igs_ge_msg_stack.add;

4336: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
4337: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_sl_cl_orig_ack.show_alt_details.exception',gv_debug_str||' '|| SQLERRM);
4338: END IF;
4339: gv_debug_str := '';
4340: igs_ge_msg_stack.add;
4341: app_exception.raise_exception;
4342:
4343: END show_alt_details;
4344: