DBA Data[Home] [Help]

APPS.ONT_ITM_PKG dependencies on MTL_SYSTEM_ITEMS_VL

Line 1246: FROM mtl_system_items_vl

1242:
1243: -- BUG 5408161
1244: -- Retrieve concatenated_segments ('ProductCode' in WSH_ITM_ITEMS table)
1245: SELECT concatenated_segments into l_product_code
1246: FROM mtl_system_items_vl
1247: WHERE inventory_item_id = p_line_rec.inventory_item_id
1248: AND organization_id = p_line_rec.ship_from_org_id; --l_organization_code ;
1249:
1250: