DBA Data[Home] [Help]

APPS.OZF_TP_ACCRUAL_PVT dependencies on HR_OPERATING_UNITS

Line 5748: FROM hr_operating_units ou

5744:
5745: -- nepanda : Fix for bug # 15900683
5746: CURSOR operating_unit_csr IS
5747: SELECT ou.organization_id org_id
5748: FROM hr_operating_units ou
5749: WHERE mo_global.check_access(ou.organization_id) = 'Y';
5750:
5751: m NUMBER := 0;
5752: l_org_id OZF_UTILITY_PVT.operating_units_tbl;