DBA Data[Home] [Help]

APPS.HR_AUTH_INT dependencies on HR_AUTHORIA_MAPPINGS

Line 744: FROM hr_authoria_mappings

740: AND typ_cd = 'SCHEDDO';
741:
742: CURSOR csr_page IS
743: SELECT target_page
744: FROM hr_authoria_mappings
745: WHERE pl_id = p_pl_id
746: AND NVL(plip_id,-924926578) = NVL(p_plip_id,-924926578)
747: AND open_enrollment_flag = l_open_flag;
748: