DBA Data[Home] [Help]

APPS.IGS_AD_ADM_UT_STA_GD_PKG dependencies on IGS_EN_VAL_UDDC

Line 70: IF IGS_EN_VAL_UDDC.ENRP_VAL_AUS_CLOSED(new_references.administrative_unit_status

66: v_message_name VARCHAR2(30);
67: BEGIN
68: -- Validate that inserts/updates are allowed
69: IF p_inserting OR p_updating THEN
70: IF IGS_EN_VAL_UDDC.ENRP_VAL_AUS_CLOSED(new_references.administrative_unit_status
71: ,v_message_name) = FALSE THEN
72: Fnd_Message.Set_Name('IGS',v_message_name);
73: IGS_GE_MSG_STACK.ADD;
74: App_Exception.Raise_Exception;

Line 76: IF IGS_EN_VAL_UDDC.ENRP_VAL_AUS_DISCONT(new_references.administrative_unit_status

72: Fnd_Message.Set_Name('IGS',v_message_name);
73: IGS_GE_MSG_STACK.ADD;
74: App_Exception.Raise_Exception;
75: END IF;
76: IF IGS_EN_VAL_UDDC.ENRP_VAL_AUS_DISCONT(new_references.administrative_unit_status
77: ,v_message_name) = FALSE THEN
78: Fnd_Message.Set_Name('IGS',v_message_name);
79: IGS_GE_MSG_STACK.ADD;
80: App_Exception.Raise_Exception;