DBA Data[Home] [Help]

APPS.IGS_EN_DCNT_REASONCD_PKG dependencies on IGS_EN_VAL_DR

Line 91: IF IGS_EN_VAL_DR.enrp_val_sdrt_closed(

87: IF (p_inserting OR
88: (p_updating AND
89: old_references.s_discontinuation_reason_type <>
90: new_references.s_discontinuation_reason_type)) THEN
91: IF IGS_EN_VAL_DR.enrp_val_sdrt_closed(
92: new_references.s_discontinuation_reason_type,
93: v_message_name) = FALSE THEN
94: fnd_message.set_name('IGS',v_message_name);
95: IGS_GE_MSG_STACK.ADD;

Line 103: IF IGS_EN_VAL_DR.enrp_val_dr_sysdflt(

99: -- Can only set sys_dflt_ind to 'Y' if s_discontinuation_reason_type is set
100: IF ((p_inserting OR
101: p_updating) AND
102: new_references.sys_dflt_ind = 'Y') THEN
103: IF IGS_EN_VAL_DR.enrp_val_dr_sysdflt(
104: new_references.s_discontinuation_reason_type,
105: new_references.sys_dflt_ind,
106: v_message_name) = FALSE THEN
107: fnd_message.set_name('IGS',v_message_name);