DBA Data[Home] [Help]

APPS.PO_SUPPLY dependencies on INV_CONVERT

Line 1107: INV_CONVERT.INV_UM_CONVERT(

1103:
1104: IF (l_supply_qty > 0) THEN
1105:
1106: l_supply_qty_in_pouom := l_supply_qty_in_pouom +
1107: INV_CONVERT.INV_UM_CONVERT(
1108: item_id => l_supply_itemid
1109: , precision => 5
1110: , from_quantity => l_supply_qty
1111: , from_unit => NULL

Line 1912: l_pri_qty := INV_CONVERT.INV_UM_CONVERT(

1908: PO_LOG.stmt(d_module, d_progress, 'c_sup2.quantity', c_sup2.quantity);
1909: PO_LOG.stmt(d_module, d_progress, 'c_sup2.unit_of_measure', c_sup2.unit_of_measure);
1910: END IF;
1911:
1912: l_pri_qty := INV_CONVERT.INV_UM_CONVERT(
1913: item_id => c_sup2.item_id
1914: , precision => 5
1915: , from_quantity => c_sup2.quantity
1916: , from_unit => NULL