DBA Data[Home] [Help]

APPS.IGS_AD_ADM_UT_STT_LD_PKG dependencies on IGS_EN_VAL_AUSL

Line 90: || Changed the reference of "IGS_EN_VAL_AUSL.STAP_VAL_CI_STATUS" to program unit "IGS_EN_VAL_DLA.STAP_VAL_CI_STATUS". -- kdande

86: END IF;
87: -- Validate if insert, update or delete is allowed.
88: /*
89: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
90: || Changed the reference of "IGS_EN_VAL_AUSL.STAP_VAL_CI_STATUS" to program unit "IGS_EN_VAL_DLA.STAP_VAL_CI_STATUS". -- kdande
91: */
92: IF IGS_EN_VAL_DLA.stap_val_ci_status (
93: v_cal_type,
94: v_ci_sequence_number,

Line 109: IF IGS_EN_VAL_AUSL.ENRP_VAL_AUSL_AUS(new_references.administrative_unit_status

105: Fnd_Message.Set_Name('IGS',v_message_name);
106: IGS_GE_MSG_STACK.ADD;
107: App_Exception.Raise_Exception;
108: END IF;
109: IF IGS_EN_VAL_AUSL.ENRP_VAL_AUSL_AUS(new_references.administrative_unit_status
110: ,v_message_name) = FALSE THEN
111: Fnd_Message.Set_Name('IGS',v_message_name);
112: IGS_GE_MSG_STACK.ADD;
113: App_Exception.Raise_Exception;