[Home] [Help]
35: WHERE rowid = x_rowid;
36:
37: CURSOR cur_stu_acad_stat IS
38: SELECT 'X'
39: FROM igs_pr_stu_acad_stat
40: WHERE stat_type = x_stat_type;
41:
42: lv_stu_acad_stat cur_stu_acad_stat%rowtype;
43:
140: igs_pr_sta_type_ele_pkg.get_fk_igs_pr_stat_type (
141: old_references.stat_type
142: );
143:
144: igs_pr_stu_acad_stat_pkg.get_fk_igs_pr_stat_type (
145: old_references.stat_type
146: );
147:
148: igs_pr_cohort_pkg.get_fk_igs_pr_stat_type (