DBA Data[Home] [Help]

APPS.IGS_RE_CDT_FLD_OF_SY_PKG dependencies on IGS_RE_VAL_CAFOS

Line 6: --smadathi 24-AUG-2001 Bug No. 1956374 .The call to igs_re_val_cafos.genp_val_sdtt_sess

2: /* $Header: IGSRI04B.pls 120.1 2005/07/04 00:41:28 appldev ship $ */
3: -------------------------------------------------------------------------------------------
4: --Change History:
5: --Who When What
6: --smadathi 24-AUG-2001 Bug No. 1956374 .The call to igs_re_val_cafos.genp_val_sdtt_sess
7: -- is changed to igs_as_val_suaap.genp_val_sdtt_sess
8: -------------------------------------------------------------------------------------------
9: l_rowid VARCHAR2(25);
10: old_references IGS_RE_CDT_FLD_OF_SY%RowType;

Line 79: IF IGS_RE_VAL_CAFOS.resp_val_cafos_fos (

75: -- as a result of IGS_PS_COURSE transfer
76: IF igs_as_val_suaap.genp_val_sdtt_sess('ENRP_INS_CA_TRNSFR') THEN
77: IF p_inserting THEN
78: -- Validate field of study.
79: IF IGS_RE_VAL_CAFOS.resp_val_cafos_fos (
80: new_references.person_id,
81: new_references.ca_sequence_number,
82: new_references.FIELD_OF_STUDY,
83: v_message_name) = FALSE THEN

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,