DBA Data[Home] [Help]

APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_AS_DOCPROC_STUP

Line 96: FROM igs_as_docproc_stup;

92: trans_request_if_hold_ind,
93: all_acad_hist_in_one_doc_ind,
94: hold_deliv_ind,
95: allow_enroll_cert_ind
96: FROM igs_as_docproc_stup;
97: --
98: cur_setup c_setup%ROWTYPE;
99: --
100: -- Cursor to get the holds information for the student which has effect of blocking his transcript

Line 933: FROM igs_as_docproc_stup;

929: -- administrator
930: --
931: CURSOR cur_allow_bill_me_later IS
932: SELECT NVL (bill_me_later_ind, 'N') bill_me_later_ind
933: FROM igs_as_docproc_stup;
934: --
935: -- Cursor to find out if the student is a student is a current or
936: -- former student
937: --

Line 1119: FROM igs_as_docproc_stup;

1115: RETURN VARCHAR2 AS
1116: --
1117: CURSOR c_all_prog IS
1118: SELECT all_acad_hist_in_one_doc_ind
1119: FROM igs_as_docproc_stup;
1120: --
1121: l_all_prg VARCHAR2 (1);
1122: BEGIN
1123: OPEN c_all_prog;