DBA Data[Home] [Help]

APPS.IGS_AD_ADM_UNIT_STAT_PKG dependencies on IGS_EN_VAL_AUS

Line 77: IF IGS_EN_VAL_AUS.ENRP_VAL_AUS_AUSG(new_references.administrative_unit_status

73: BEGIN
74: -- Validate that inserts/updates are allowed
75: IF p_inserting OR p_updating THEN
76: IF new_references.unit_attempt_status <> 'DISCONTIN' THEN
77: IF IGS_EN_VAL_AUS.ENRP_VAL_AUS_AUSG(new_references.administrative_unit_status
78: ,v_message_name) = FALSE THEN
79: Fnd_Message.Set_Name('IGS',v_message_name);
80: IGS_GE_MSG_STACK.ADD;
81: App_Exception.Raise_Exception;