[Home] [Help]
484: -- Cursor to find all the Organization Priorities for the Unit Section Organization.
485: --
486: CURSOR cur_org_priorities IS
487: SELECT rsv_org_unit_pri_id
488: FROM igs_ps_rsv_ogpri
489: WHERE org_unit_cd = (SELECT owner_org_unit_cd
490: FROM igs_ps_unit_ofr_opt
491: WHERE uoo_id = p_uoo_id);
492: --