[Home] [Help]
2418: Known limitations,enhancements,remarks:
2419: Change History (in reverse chronological order)
2420: Who When What
2421: ********************************************************************************************** */
2422: CURSOR c_category(cp_unit_cat igs_ps_usec_category.unit_cat%type) IS
2423: SELECT 'X'
2424: FROM igs_ps_unit_cat
2425: WHERE unit_cat = cp_unit_cat
2426: AND closed_ind = 'Y';