DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on MTL_SYSTEM_ITEMS_KFV

Line 2101: FROM mtl_system_items_kfv

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