DBA Data[Home] [Help]

APPS.OKL_MULTI_GAAP_PVT dependencies on HR_OPERATING_UNITS

Line 504: FROM hr_operating_units

500:
501: -- Cursor to get org name
502: CURSOR org_name_csr(p_org_id NUMBER) IS
503: SELECT name
504: FROM hr_operating_units
505: WHERE organization_id = p_org_id;
506:
507: -- Cursor to check override status
508: CURSOR override_status_csr(p_khr_id NUMBER) IS