DBA Data[Home] [Help]

APPS.OE_CONFIG dependencies on MTL_SYSTEM_ITEMS_KFV

Line 153: from mtl_system_items_kfv msi

149: ;
150:
151: CURSOR dummy_price(component_item_id NUMBER) IS
152: select LIST_PRICE_PER_UNIT
153: from mtl_system_items_kfv msi
154: where msi.inventory_item_id = component_item_id;
155:
156: x_list_price NUMBER ;
157: