DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ROLLV dependencies on APP_EXCEPTION

Line 61: Raised l_e_user_Exception instead of app_Exception.raise_exception

57: shtatiko 26-MAY-2003 Enh# 2831572, Added procedures log_parameters and finpl_ins_roll_over_ftci_accts.
58: Modified procedures finp_ins_roll_ftci, finp_ins_roll_fcci and finp_prc_fee_rollvr.
59: shtatiko 25-APR-2003 Enh# 2831569, Modified finp_prc_fee_rollvr and finp_ins_roll_anc
60: pathipat 24-Jan-2003 Bug:2765199 - Modified finp_prc_fee_rollvr
61: Raised l_e_user_Exception instead of app_Exception.raise_exception
62: when validations fail and process has to error out, so that 'Procedure raised unhandled exception'
63: is avoided when a proper error message has been logged.
64: Removed exception sections in finpl_chk_fss,finp_ins_roll_fcci, finp_ins_roll_frtns, finp_ins_roll_fcfl
65: finp_ins_roll_far, finp_ins_roll_er, finp_ins_roll_ctft, finp_ins_roll_cgft, finp_ins_roll_cft,

Line 121: -- Instead of raising app_Exception.raise_Exception, raised a user_exception

117:
118: l_v_token1_val VARCHAR2(255);
119: token2_val VARCHAR2(255);
120:
121: -- Instead of raising app_Exception.raise_Exception, raised a user_exception
122: -- to avoid the logging of 'Unhandled Exception' along with proper error message
123: l_e_user_exception EXCEPTION;
124:
125: g_v_gl_installed igs_fi_control_all.rec_installed%TYPE;

Line 3770: app_exception.raise_exception;

3766: IF cur_chk_version%NOTFOUND THEN
3767: CLOSE cur_chk_version;
3768: fnd_message.set_name('IGS','IGS_PS_UNITVER_ST_ACTIVEPLANN');
3769: igs_ge_msg_stack.add;
3770: app_exception.raise_exception;
3771: END IF;
3772: CLOSE cur_chk_version;
3773:
3774: igs_fi_unit_fee_trg_pkg.insert_row( x_rowid => l_rowid,