DBA Data[Home] [Help]

APPS.INV_EBI_ITEM_HELPER dependencies on HR_OPERATING_UNITS

Line 5317: HR_OPERATING_UNITS hrou

5313: CURSOR c_operating_unit(cp_organization_id NUMBER)
5314: IS
5315: SELECT operating_unit,name
5316: FROM ORG_ORGANIZATION_DEFINITIONS orgdef,
5317: HR_OPERATING_UNITS hrou
5318: WHERE orgdef.organization_id = cp_organization_id
5319: AND hrou.organization_id=orgdef.operating_unit;
5320: BEGIN
5321: IF (c_operating_unit%ISOPEN) THEN