DBA Data[Home] [Help]

APPS.IGS_RE_SPRVSR_PKG dependencies on IGS_RE_VAL_CAH

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

116: NVL(old_references.replaced_person_id,-1))) THEN
117: -- Validate changes are allowed to be made
118: /*
119: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
120: || Changed the reference of "IGS_RE_VAL_RSUP.RESP_VAL_CA_CHILDUPD" to program unit "IGS_RE_VAL_CAH.RESP_VAL_CA_CHILDUPD". -- kdande
121: */
122: IF IGS_RE_VAL_CAH.resp_val_ca_childupd(
123: new_references.ca_person_id,
124: new_references.ca_sequence_number,

Line 122: IF IGS_RE_VAL_CAH.resp_val_ca_childupd(

118: /*
119: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
120: || Changed the reference of "IGS_RE_VAL_RSUP.RESP_VAL_CA_CHILDUPD" to program unit "IGS_RE_VAL_CAH.RESP_VAL_CA_CHILDUPD". -- kdande
121: */
122: IF IGS_RE_VAL_CAH.resp_val_ca_childupd(
123: new_references.ca_person_id,
124: new_references.ca_sequence_number,
125: v_message_name) = FALSE THEN
126: Fnd_Message.Set_Name ('IGS', v_message_name);

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

205: IF p_deleting THEN
206: -- Validate deletes are allowed
207: /*
208: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
209: || Changed the reference of "IGS_RE_VAL_RSUP.RESP_VAL_CA_CHILDUPD" to program unit "IGS_RE_VAL_CAH.RESP_VAL_CA_CHILDUPD". -- kdande
210: */
211: IF IGS_RE_VAL_CAH.resp_val_ca_childupd(
212: old_references.ca_person_id,
213: old_references.ca_sequence_number,

Line 211: IF IGS_RE_VAL_CAH.resp_val_ca_childupd(

207: /*
208: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
209: || Changed the reference of "IGS_RE_VAL_RSUP.RESP_VAL_CA_CHILDUPD" to program unit "IGS_RE_VAL_CAH.RESP_VAL_CA_CHILDUPD". -- kdande
210: */
211: IF IGS_RE_VAL_CAH.resp_val_ca_childupd(
212: old_references.ca_person_id,
213: old_references.ca_sequence_number,
214: v_message_name) = FALSE THEN
215: Fnd_Message.Set_Name ('IGS', v_message_name);