DBA Data[Home] [Help]

APPS.OKL_GENERATE_ACCRUALS_PVT dependencies on HR_OPERATING_UNITS

Line 1200: FROM hr_operating_units

1196:
1197: -- cursor to get org name
1198: CURSOR org_name_csr(p_org_id NUMBER) IS
1199: SELECT name
1200: FROM hr_operating_units
1201: WHERE organization_id = p_org_id;
1202:
1203: BEGIN
1204: