DBA Data[Home] [Help]

APPS.BOMPXINQ dependencies on MTL_UOM_CONVERSIONS_VIEW

Line 379: from mtl_uom_conversions_view

375: t_child_uom varchar2,
376: t_inv_id number,
377: t_master_org_id number) is
378: select conversion_rate
379: from mtl_uom_conversions_view
380: where primary_uom_code = t_master_uom and
381: uom_code = t_child_uom and
382: inventory_item_id = t_inv_id and
383: organization_id = t_master_org_id;

Line 537: from mtl_uom_conversions_view

533: msi.organization_id = cr.curOI;
534:
535: /* Bug 2663515
536: select conversion_rate into t_conversion_rate
537: from mtl_uom_conversions_view
538: where primary_uom_code = t_master_uom and
539: uom_code = t_child_uom and
540: inventory_item_id = cr.curCII and
541: organization_id = t_master_org_id;