DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on MTL_SYSTEM_ITEMS_KFV

Line 2100: FROM mtl_system_items_kfv

2096: px_line_rec.ordered_item_id := to_number(Adj_rec.modified_from);
2097: Begin
2098: SELECT concatenated_segments
2099: INTO px_line_rec.ordered_item
2100: FROM mtl_system_items_kfv
2101: WHERE inventory_item_id = px_line_rec.inventory_item_id
2102: AND organization_id = l_org_id;
2103: Exception when no_data_found then
2104: Null;