DBA Data[Home] [Help]

APPS.ECE_INVENTORY dependencies on MTL_ITEM_LOCATIONS_KFV

Line 104: FROM MTL_ITEM_LOCATIONS_KFV MILK

100:
101: BEGIN
102:
103: SELECT SUBSTRB(MIN(CONCATENATED_SEGMENTS),1,100) INTO o_location
104: FROM MTL_ITEM_LOCATIONS_KFV MILK
105: WHERE MILK.INVENTORY_LOCATION_ID = i_inventory_location_id
106: AND MILK.ORGANIZATION_ID = i_organization_id;
107:
108: EXCEPTION