DBA Data[Home] [Help]

APPS.OKL_POOLCONC_PVT dependencies on HR_OPERATING_UNITS

Line 131: FROM hr_operating_units

127:
128: CURSOR l_okl_operating_unit_csr
129: IS
130: SELECT name
131: FROM hr_operating_units
132: WHERE organization_id = mo_global.get_current_org_id();
133:
134: CURSOR l_okl_customer_csr
135: IS

Line 1667: FROM hr_operating_units

1663:
1664: CURSOR l_okl_operating_unit_csr
1665: IS
1666: SELECT name
1667: FROM hr_operating_units
1668: WHERE organization_id = mo_global.get_current_org_id();
1669:
1670: CURSOR l_okl_customer_csr
1671: IS