2549: -- Bug#5209089 Created the cursor.
2550: CURSOR cur_poid_approver (c_poid VARCHAR2)
2551: IS
2552: SELECT person_id 2553: FROM ghr_pois 2554: WHERE personnel_office_id = c_poid;
2555:
2556: --
2557: -- This cursor can be used to pick the prior num, org details of that pos