[Home] [Help]
2791: Who When What
2792: ********************************************************************************************** */
2793: CURSOR c_gs_exists ( cp_gs_cd igs_ps_unit_grd_schm.grading_schema_code%TYPE,
2794: cp_gs_ver igs_ps_unit_grd_schm.grd_schm_version_number%TYPE,
2795: cp_gs_type igs_as_grd_schema.grading_schema_type%TYPE ) IS
2796: SELECT 1
2797: FROM igs_as_grd_schema
2798: WHERE
2799: grading_schema_cd = cp_gs_cd AND
2793: CURSOR c_gs_exists ( cp_gs_cd igs_ps_unit_grd_schm.grading_schema_code%TYPE,
2794: cp_gs_ver igs_ps_unit_grd_schm.grd_schm_version_number%TYPE,
2795: cp_gs_type igs_as_grd_schema.grading_schema_type%TYPE ) IS
2796: SELECT 1
2797: FROM igs_as_grd_schema
2798: WHERE
2799: grading_schema_cd = cp_gs_cd AND
2800: version_number = cp_gs_ver AND
2801: grading_schema_type = cp_gs_type ;