DBA Data[Home] [Help]

APPS.OE_ID_TO_VALUE dependencies on MTL_ITEM_UOMS_VIEW

Line 6857: FROM mtl_item_uoms_view

6853: --webroot bug 6826344 end
6854:
6855: Select description
6856: INTO l_service_period_dsp
6857: FROM mtl_item_uoms_view
6858: WHERE uom_code =p_service_period
6859: and inventory_item_id = p_inventory_item_id
6860: and organization_id = OE_Sys_Parameters.VALUE('MASTER_ORGANIZATION_ID');
6861: END IF;