DBA Data[Home] [Help]

APPS.OKC_REP_SEARCH_UTIL_PVT dependencies on HR_OPERATING_UNITS

Line 357: FROM hr_operating_units ou

353: l_security_grp_id NUMBER;
354:
355: CURSOR get_moac_org_id IS
356: SELECT ou.organization_id org_id
357: FROM hr_operating_units ou
358: WHERE mo_global.check_access(ou.organization_id) = 'Y';
359:
360:
361: BEGIN