DBA Data[Home] [Help]

APPS.IGS_UC_UPD_PENDING_TRANS_PKG dependencies on IGS_UC_UPD_PENDING_TRANS_PKG

Line 1: PACKAGE BODY igs_uc_upd_pending_trans_pkg AS

1: PACKAGE BODY igs_uc_upd_pending_trans_pkg AS
2: /* $Header: IGSUC70B.pls 120.2 2006/08/21 03:53:06 jbaber noship $*/
3:
4: l_debug_level NUMBER:= fnd_log.g_current_runtime_level;
5:

Line 278: fnd_message.set_token('NAME','igs_uc_upd_pending_trans_pkg.upd_pending_transactions - '||SQLERRM);

274: WHEN OTHERS THEN
275: ROLLBACK;
276:
277: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
278: fnd_message.set_token('NAME','igs_uc_upd_pending_trans_pkg.upd_pending_transactions - '||SQLERRM);
279: fnd_file.put_line(fnd_file.log,fnd_message.get);
280:
281: IF ( fnd_log.level_unexpected >= l_debug_level ) THEN
282: fnd_log.message(fnd_log.level_unexpected, 'igs.plsql.ucas.upd_pending_transactions.exception', FALSE);

Line 291: END igs_uc_upd_pending_trans_pkg;

287: igs_ge_msg_stack.conc_exception_hndl;
288:
289: END upd_pending_transactions;
290:
291: END igs_uc_upd_pending_trans_pkg;