[Home] [Help]
1939:
1940: -- Cursor to check the existance of grading schema in Unit Section level.
1941: CURSOR c_grad_schema IS
1942: SELECT grading_schema_code, grd_schm_version_number
1943: FROM igs_ps_usec_grd_schm
1944: WHERE uoo_id = p_uoo_ids;
1945:
1946: -- Cursor to check the existance of grading schema in Unit level.
1947: CURSOR c_grad_schema_cd(l_unit_cd VARCHAR2, l_unit_version NUMBER) IS