DBA Data[Home] [Help]

APPS.INV_EBI_ITEM_HELPER dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 7008: FROM ORG_ORGANIZATION_DEFINITIONS orgdef,

7004: IS
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