DBA Data[Home] [Help]

APPS.INV_EBI_ITEM_HELPER dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 5316: FROM ORG_ORGANIZATION_DEFINITIONS orgdef,

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