DBA Data[Home] [Help]

APPS.OKL_GENERATE_ACCRUALS_PVT dependencies on HR_OPERATING_UNITS

Line 1310: FROM hr_operating_units

1306:
1307: -- cursor to get org name
1308: CURSOR org_name_csr(p_org_id NUMBER) IS
1309: SELECT name
1310: FROM hr_operating_units
1311: WHERE organization_id = p_org_id;
1312:
1313: BEGIN
1314: