DBA Data[Home] [Help]

APPS.IGS_RE_CAND_SEO_CLS_PKG dependencies on IGS_RE_VAL_CSC

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

2: /* $Header: IGSRI02B.pls 120.1 2005/07/04 00:40:58 appldev ship $ */
3: -------------------------------------------------------------------------------------------
4: --Change History:
5: --Who When What
6: --smadathi 24-AUG-2001 Bug No. 1956374 .The call to igs_re_val_csc.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_CAND_SEO_CLS%RowType;

Line 79: IF IGS_RE_VAL_CSC.resp_val_csc_seocc (

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 socio-economic objective class code.
79: IF IGS_RE_VAL_CSC.resp_val_csc_seocc (
80: new_references.person_id,
81: new_references.ca_sequence_number,
82: new_references.seo_class_cd,
83: v_message_name) = FALSE THEN

Line 95: || Changed the reference of "IGS_RE_VAL_CSC.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_CSC.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,