DBA Data[Home] [Help]

APPS.IGS_RE_THESIS_EXAM_PKG dependencies on IGS_AS_VAL_SUAAP

Line 9: -- is changed to igs_as_val_suaap.genp_val_sdtt_sess

5: --Who When What
6: --Nishikant 19NOV2002 Bug#2661533. The call to the function IGS_RE_VAL_TEX.resp_val_tex_sbmsn got
7: -- modified to add two more parameters p_legacy, p_final_title_ind.
8: --smadathi 24-AUG-2001 Bug No. 1956374 .The call to igs_re_val_tex.genp_val_sdtt_sess
9: -- is changed to igs_as_val_suaap.genp_val_sdtt_sess
10: -------------------------------------------------------------------------------------------
11: l_rowid VARCHAR2(25);
12: old_references IGS_RE_THESIS_EXAM%RowType;
13: new_references IGS_RE_THESIS_EXAM%RowType;

Line 89: IF igs_as_val_suaap.genp_val_sdtt_sess('ENRP_INS_CA_TRNSFR') THEN

85: v_transaction_type VARCHAR2(10);
86: BEGIN
87: -- Turn off trigger validation when performing insert of IGS_RE_CANDIDATURE details
88: -- as a result of IGS_PS_COURSE transfer
89: IF igs_as_val_suaap.genp_val_sdtt_sess('ENRP_INS_CA_TRNSFR') THEN
90: IF p_inserting OR
91: ( p_updating AND
92: old_references.thesis_panel_type <> new_references.thesis_panel_type) THEN
93: -- Validate the IGS_RE_THESIS panel type

Line 216: IF igs_as_val_suaap.genp_val_sdtt_sess('ENRP_INS_CA_TRNSFR') THEN

212:
213: BEGIN
214: -- Turn off trigger validation when performing insert of IGS_RE_CANDIDATURE details
215: -- as a result of IGS_PS_COURSE transfer
216: IF igs_as_val_suaap.genp_val_sdtt_sess('ENRP_INS_CA_TRNSFR') THEN
217: -- perform student IGS_PS_COURSE attempt status p_updating and
218: -- student IGS_PS_UNIT attempt outcome insert/delete on all the
219: -- rows affected by the statement
220: