DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on MTL_SYSTEM_ITEMS_VL

Line 1264: FROM MTL_SYSTEM_ITEMS_VL

1260: -- :Product
1261: -- :Product_Description
1262: CURSOR Get_Product (v_inventory_item_id NUMBER, v_inv_organization_id NUMBER) IS
1263: SELECT concatenated_segments, description
1264: FROM MTL_SYSTEM_ITEMS_VL
1265: WHERE inventory_item_id = v_inventory_item_id
1266: AND organization_id = v_inv_organization_id;
1267:
1268: l_Product VARCHAR2(40);