DBA Data[Home] [Help]

APPS.IGS_RE_CDT_FLD_OF_SY_PKG dependencies on IGS_RE_VAL_CAH

Line 95: || Changed the reference of "IGS_RE_VAL_CAFOS.RESP_VAL_CA_CHILDUPD" to program unit "IGS_RE_VAL_CAH.RESP_VAL_CA_CHILDUPD". -- kdande

91: p_deleting THEN
92: -- Validate updates are allowed
93: /*
94: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
95: || Changed the reference of "IGS_RE_VAL_CAFOS.RESP_VAL_CA_CHILDUPD" to program unit "IGS_RE_VAL_CAH.RESP_VAL_CA_CHILDUPD". -- kdande
96: */
97: IF IGS_RE_VAL_CAH.resp_val_ca_childupd (
98: new_references.person_id,
99: new_references.ca_sequence_number,

Line 97: IF IGS_RE_VAL_CAH.resp_val_ca_childupd (

93: /*
94: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
95: || Changed the reference of "IGS_RE_VAL_CAFOS.RESP_VAL_CA_CHILDUPD" to program unit "IGS_RE_VAL_CAH.RESP_VAL_CA_CHILDUPD". -- kdande
96: */
97: IF IGS_RE_VAL_CAH.resp_val_ca_childupd (
98: new_references.person_id,
99: new_references.ca_sequence_number,
100: v_message_name) = FALSE THEN
101: Fnd_Message.Set_Name ('IGS', v_message_name);