DBA Data[Home] [Help]

APPS.WIP_EAM_RESOURCE_TRANSACTION dependencies on INV_CONVERT

Line 815: inv_convert.inv_um_convert(

811:
812: -- Get the conversion_rate corresponding to primary uom of resource and transaction uom
813:
814: l_conversion_rate :=
815: inv_convert.inv_um_convert(
816: item_id => 0,
817: precision => 38,
818: from_quantity => 1,
819: from_unit => l_uom,

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

1689: begin
1690:
1691: /* Bug # 4890934 : Replace view by base tables */
1692:
1693: select sum(round(inv_convert.inv_um_convert(0,38,quantity_received,
1694: uom_code,l_uom, NULL,NULL),3))
1695: into l_quantity_received
1696: from (SELECT uom.uom_code, sum(pda.quantity_delivered) quantity_received
1697: FROM po_line_types plt, mtl_units_of_measure uom, po_lines_all pla, po_distributions_all pda