DBA Data[Home] [Help]

APPS.ONT_ITM_PKG dependencies on MTL_SYSTEM_ITEMS_VL

Line 1054: FROM mtl_system_items_vl

1050:
1051: -- BUG 5408161
1052: -- Retrieve concatenated_segments ('ProductCode' in WSH_ITM_ITEMS table)
1053: SELECT concatenated_segments into l_product_code
1054: FROM mtl_system_items_vl
1055: WHERE inventory_item_id = p_line_rec.inventory_item_id
1056: AND organization_id = p_line_rec.ship_from_org_id; --l_organization_code ;
1057:
1058: