DBA Data[Home] [Help]

APPS.GHR_COMPLAINTS2_PKG dependencies on GHR_POIS

Line 553: FROM ghr_pois poi

549: RETURN VARCHAR2 IS
550: --
551: CURSOR cur_poi IS
552: SELECT poi.description
553: FROM ghr_pois poi
554: WHERE poi.personnel_office_id = p_personnel_office_id;
555:
556: BEGIN
557: FOR cur_poi_rec IN cur_poi LOOP