DBA Data[Home] [Help]

APPS.IGS_FI_POSTING_PROCESS dependencies on APP_EXCEPTION

Line 481: app_exception.raise_exception;

477: fnd_message.set_name('IGS', 'IGS_GE_UNHANDLED_EXP');
478: --Unhandled Exception Raised in Procedure NAME
479: fnd_message.set_token('NAME','IGS_FI_POSTING_INTERFACE.TRANSFER_CREDIT_ACT_TXNS');
480: fnd_file.put_line( fnd_file.log, fnd_message.get() || sqlerrm);
481: app_exception.raise_exception;
482: END transfer_credit_act_txns;
483:
484:
485: PROCEDURE transfer_appl_txns(

Line 647: app_exception.raise_exception;

643: fnd_message.set_name('IGS', 'IGS_GE_UNHANDLED_EXP');
644: --Unhandled Exception Raised in Procedure NAME
645: fnd_message.set_token('NAME','IGS_FI_POSTING_INTERFACE.TRANSFER_APPL_TXNS');
646: fnd_file.put_line( fnd_file.log, fnd_message.get() || sqlerrm);
647: app_exception.raise_exception;
648:
649: END transfer_appl_txns;
650:
651:

Line 837: app_exception.raise_exception;

833: fnd_message.set_name('IGS', 'IGS_GE_UNHANDLED_EXP');
834: --Unhandled Exception Raised in Procedure NAME
835: fnd_message.set_token('NAME','IGS_FI_POSTING_INTERFACE.TRANSFER_CHGS_TXNS');
836: fnd_file.put_line( fnd_file.log, fnd_message.get() || sqlerrm);
837: app_exception.raise_exception;
838: END transfer_chgs_txns;
839:
840: PROCEDURE transfer_ad_appl_fee_txns(
841: p_d_gl_date_start IN igs_fi_posting_int_all.accounting_date%TYPE,

Line 994: app_exception.raise_exception;

990: fnd_message.set_name('IGS', 'IGS_GE_UNHANDLED_EXP');
991: --Unhandled Exception Raised in Procedure NAME
992: fnd_message.set_token('NAME','IGS_FI_POSTING_INTERFACE.TRANSFER_AD_APPL_FEE_TXNS');
993: fnd_file.put_line( fnd_file.log, fnd_message.get() || sqlerrm);
994: app_exception.raise_exception;
995: END transfer_ad_appl_fee_txns;
996:
997:
998: PROCEDURE derive_comments (

Line 1220: || Added check for manage_Accounts. Replaced app_exception.raise_exception

1216: || Who When What
1217: || (reverse chronological order - newest change first)
1218: || abshriva 5-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id
1219: || pathipat 23-Apr-2003 Enh 2831569 - Commercial Receivables build
1220: || Added check for manage_Accounts. Replaced app_exception.raise_exception
1221: || with raise l_user_exception to avoid 'Unhandled exp' in log file
1222: || Sykrishn 01/NOV/02 Build Bug 2584986 - GL interface Build Modifications.... (Revamp)
1223: Refer TD for Modifications
1224: || agairola 17-Apr-2002 Modified the Log file display