DBA Data[Home] [Help]

APPS.OKC_REP_SEARCH_UTIL_PVT dependencies on HR_OPERATING_UNITS

Line 351: FROM hr_operating_units ou

347: l_security_grp_id NUMBER;
348:
349: CURSOR get_moac_org_id IS
350: SELECT ou.organization_id org_id
351: FROM hr_operating_units ou
352: WHERE mo_global.check_access(ou.organization_id) = 'Y';
353:
354:
355: BEGIN