DBA Data[Home] [Help]

APPS.IGS_RE_THESIS_PKG dependencies on IGS_AS_VAL_SUAAP

Line 10: -- is changed to igs_as_val_suaap.genp_val_sdtt_sess

6: --Nishikant 19NOV2002 Bug#2661533. In the procedure BeforeRowInsertUpdate1 the calls of the functions
7: -- igs_re_val_the.resp_val_the_expct, igs_re_val_the.resp_val_the_embrg,
8: -- igs_re_val_the.resp_val_the_thr got modified to add one more parameer p_legacy.
9: --smadathi 24-AUG-2001 Bug No. 1956374 .The call to igs_re_val_the.genp_val_sdtt_sess
10: -- is changed to igs_as_val_suaap.genp_val_sdtt_sess
11: -------------------------------------------------------------------------------------------
12: l_rowid VARCHAR2(25);
13: old_references IGS_RE_THESIS_ALL%RowType;
14: new_references IGS_RE_THESIS_ALL%RowType;

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

98: v_thesis_status IGS_RE_THESIS_V.thesis_status%TYPE;
99: BEGIN
100: -- Turn off trigger validation when performing insert of IGS_RE_CANDIDATURE details
101: -- as a result of IGS_PS_COURSE transfer
102: IF igs_as_val_suaap.genp_val_sdtt_sess('ENRP_INS_CA_TRNSFR') THEN
103: IF p_inserting THEN
104: -- Call function to get the status to stop mutating trigger.
105: v_thesis_status := IGS_RE_GEN_002.resp_get_the_status( new_references.person_id,
106: new_references.ca_sequence_number,