DBA Data[Home] [Help]

APPS.OE_ID_TO_VALUE dependencies on MTL_ITEM_UOMS_VIEW

Line 6831: FROM mtl_item_uoms_view

6827: --webroot bug 6826344 end
6828:
6829: Select description
6830: INTO l_service_period_dsp
6831: FROM mtl_item_uoms_view
6832: WHERE uom_code =p_service_period
6833: and inventory_item_id = p_inventory_item_id
6834: and organization_id = OE_Sys_Parameters.VALUE('MASTER_ORGANIZATION_ID');
6835: END IF;