DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on IGS_PS_USEC_GRD_SCHM

Line 3049: FROM igs_ps_usec_grd_schm

3045: -- Curosr for getting the grading schema in Unit section level for
3046: -- the source
3047: CURSOR c_from_usec_grad_schm(l_uoo_id igs_en_su_attempt.uoo_id%TYPE) IS
3048: SELECT grading_schema_code, grd_schm_version_number, default_flag
3049: FROM igs_ps_usec_grd_schm
3050: WHERE uoo_id = l_uoo_id
3051: AND default_flag = 'Y';
3052:
3053: -- Curosr for getting the grading schema in Unit section level for the destination

Line 3056: FROM igs_ps_usec_grd_schm

3052:
3053: -- Curosr for getting the grading schema in Unit section level for the destination
3054: CURSOR c_usec_grad_schm(l_uoo_id igs_en_su_attempt.uoo_id%TYPE) IS
3055: SELECT grading_schema_code, grd_schm_version_number, default_flag
3056: FROM igs_ps_usec_grd_schm
3057: WHERE uoo_id = l_uoo_id;
3058:
3059: -- Cursor to get the grading schema in Unit level
3060: CURSOR c_from_unit_grad_schm(l_unit_cd VARCHAR2, l_unit_version NUMBER) IS