DBA Data[Home] [Help]

APPS.GMDFMVAL_PUB dependencies on INV_CONVERT

Line 715: iret := INV_CONVERT.inv_um_convert(item_id => pitem_id,

711: iret NUMBER := 0;
712:
713: /* ================================================ */
714: BEGIN
715: iret := INV_CONVERT.inv_um_convert(item_id => pitem_id,
716: precision => 5,
717: from_quantity => 100,
718: from_unit => pfrom_uom,
719: to_unit => pto_uom,

Line 1252: inv_convert.inv_um_convert (item_id => pItem_id,

1248: END IF;
1249:
1250: -- Batch qty in terms of original ingredient qty
1251: l_batch_scale_factor :=
1252: inv_convert.inv_um_convert (item_id => pItem_id,
1253: lot_number => NULL,
1254: organization_id => get_fmline_rec.organization_id,
1255: precision => 5,
1256: from_quantity => (pQty/l_old_replacement_factor),

Line 1443: inv_convert.inv_um_convert (item_id => P_line_item_id,

1439: l_subs_to_original_qty_ratio :=
1440: (P_replace_unit_qty / P_original_item_qty);
1441:
1442: l_uconv_from_puom_to_fmuom :=
1443: inv_convert.inv_um_convert (item_id => P_line_item_id,
1444: lot_number => NULL,
1445: organization_id => P_organization_id,
1446: precision => 5,
1447: from_quantity => P_formula_qty,

Line 1456: RETURN inv_convert.inv_um_convert (

1452: l_subs_qty_in_replacement_uom := l_uconv_from_puom_to_fmuom
1453: * l_subs_to_original_qty_ratio;
1454:
1455: IF (P_original_item_uom = P_replacement_uom) THEN
1456: RETURN inv_convert.inv_um_convert (
1457: item_id => P_replacement_Item,
1458: lot_number => NULL,
1459: organization_id => P_organization_id,
1460: precision => 5,

Line 1688: l_ret := INV_CONVERT.inv_um_convert (item_id => litem_id

1684: xReturn := 'E';
1685: END IF;
1686:
1687: --Based on item_id, primary UOM,formula item UOM check if it can be converted.
1688: l_ret := INV_CONVERT.inv_um_convert (item_id => litem_id
1689: ,precision => 5
1690: ,from_quantity => 100
1691: ,from_unit => X_formula_dtl.detail_uom
1692: ,to_unit => lItem_um

Line 1976: l_ret := INV_CONVERT.inv_um_convert (item_id => litem_id

1972: xReturn := 'E';
1973: END IF;
1974:
1975: --Based on item_id, primary UOM,formula item UOM check if it can be converted.
1976: l_ret := INV_CONVERT.inv_um_convert (item_id => litem_id
1977: ,precision => 5
1978: ,from_quantity => 100
1979: ,from_unit => X_formula_dtl.detail_uom
1980: ,to_unit => lItem_um