DBA Data[Home] [Help]

APPS.IGS_ST_UNT_LOAD_APPO_PKG dependencies on IGS_EN_VAL_DLA

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 89: IF IGS_EN_VAL_DLA.stap_val_ci_status (

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,
92: v_message_name) = FALSE THEN
93: Fnd_Message.Set_Name('IGS', v_message_name);