DBA Data[Home] [Help]

APPS.IGS_FI_FEE_TYPE_PKG dependencies on IGS_FI_GEN_GL

Line 242: fnd_message.set_token('S_FEE_TRIG_CAT', igs_fi_gen_gl.get_lkp_meaning(p_v_lookup_type => 'IGS_FI_LOCKBOX',

238: IF new_references.s_fee_trigger_cat <> 'INSTITUTN' THEN
239: --got the lookup meaning and added token to the
240: --message IGS_FI_ANC_TRG_CAT.
241: fnd_Message.Set_Name('IGS','IGS_FI_ANC_TRG_CAT');
242: fnd_message.set_token('S_FEE_TRIG_CAT', igs_fi_gen_gl.get_lkp_meaning(p_v_lookup_type => 'IGS_FI_LOCKBOX',
243: p_v_lookup_code => 'INSTITUTION'));
244: IGS_GE_MSG_STACK.ADD;
245: App_Exception.Raise_Exception;
246: END IF;