DBA Data[Home] [Help]

APPS.INV_EBI_ITEM_HELPER dependencies on HR_OPERATING_UNITS

Line 7009: HR_OPERATING_UNITS hrou

7005: CURSOR c_operating_unit(cp_organization_id NUMBER)
7006: IS
7007: SELECT operating_unit,name
7008: FROM ORG_ORGANIZATION_DEFINITIONS orgdef,
7009: HR_OPERATING_UNITS hrou
7010: WHERE orgdef.organization_id = cp_organization_id
7011: AND hrou.organization_id=orgdef.operating_unit;
7012: BEGIN
7013: IF (c_operating_unit%ISOPEN) THEN