DBA Data[Home] [Help]

APPS.INVPVDR6 dependencies on MTL_ITEM_UOMS_VIEW

Line 345: from mtl_item_uoms_view

341: from MTL_UNITS_OF_MEASURE muom2
342: where muom2.UNIT_OF_MEASURE = cr.PRIMARY_UNIT_OF_MEASURE);
343: else
344: select 'x' into temp
345: from mtl_item_uoms_view
346: where organization_id = masterorg_id
347: and inventory_item_id = cr.inventory_item_id
348: and unit_of_measure = cr.unit_of_issue ;
349: end if ;

Line 352: from mtl_item_uoms_view

348: and unit_of_measure = cr.unit_of_issue ;
349: end if ;
350: else
351: select 'x' into temp
352: from mtl_item_uoms_view
353: where organization_id = cr.organization_id
354: and inventory_item_id = cr.inventory_item_id
355: and unit_of_measure = cr.unit_of_issue ;
356: end if ;