DBA Data[Home] [Help]

APPS.WIP_EAM_RESOURCE_TRANSACTION dependencies on INV_CONVERT

Line 882: inv_convert.inv_um_convert(

878:
879: -- Get the conversion_rate corresponding to primary uom of resource and transaction uom
880:
881: l_conversion_rate :=
882: inv_convert.inv_um_convert(
883: item_id => 0,
884: precision => 38,
885: from_quantity => 1,
886: from_unit => l_uom,

Line 1760: select sum(round(inv_convert.inv_um_convert(0,38,quantity_received,

1756: begin
1757:
1758: /* Bug # 4890934 : Replace view by base tables */
1759:
1760: select sum(round(inv_convert.inv_um_convert(0,38,quantity_received,
1761: uom_code,l_uom, NULL,NULL),3))
1762: into l_quantity_received
1763: from (SELECT uom.uom_code, sum(pda.quantity_delivered) quantity_received
1764: FROM po_line_types plt, mtl_units_of_measure uom, po_lines_all pla, po_distributions_all pda