DBA Data[Home] [Help]

APPS.IGS_ST_UNT_LOAD_APPO_PKG dependencies on IGS_ST_VAL_ULA

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

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

Line 102: IF IGS_ST_VAL_ULA.stap_val_ula_uv_sts (

98: IF p_inserting OR
99: (p_updating AND
100: (old_references.unit_cd <> new_references.unit_cd AND
101: old_references.version_number <> new_references.version_number)) THEN
102: IF IGS_ST_VAL_ULA.stap_val_ula_uv_sts (
103: new_references.unit_cd,
104: new_references.version_number,
105: v_message_name) = FALSE THEN
106: Fnd_Message.Set_Name('IGS', v_message_name);