DBA Data[Home] [Help]

APPS.GHR_PER_SUM dependencies on GHR_POIS

Line 404: FROM ghr_pois poi

400: RETURN VARCHAR2 IS
401: --
402: CURSOR cur_poi IS
403: SELECT poi.description
404: FROM ghr_pois poi
405: WHERE poi.personnel_office_id = p_personnel_office_id;
406:
407: BEGIN
408: FOR cur_poi_rec IN cur_poi LOOP