DBA Data[Home] [Help]

APPS.OKL_ACCRUAL_DEPRN_ADJ_PVT dependencies on HR_OPERATING_UNITS

Line 350: FROM hr_operating_units

346:
347: -- Cursor to get org name
348: CURSOR org_name_csr(p_org_id NUMBER) IS
349: SELECT name
350: FROM hr_operating_units
351: WHERE organization_id = p_org_id;
352:
353: -- Cursor to get sty id
354: CURSOR sty_id_csr IS