DBA Data[Home] [Help]

APPS.GMDFMVAL_PUB dependencies on INV_CONVERT

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

701: iret NUMBER := 0;
702:
703: /* ================================================ */
704: BEGIN
705: iret := INV_CONVERT.inv_um_convert(item_id => pitem_id,
706: precision => 5,
707: from_quantity => 100,
708: from_unit => pfrom_uom,
709: to_unit => pto_uom,

Line 1257: l_batch_scale_factor := inv_convert.inv_um_convert(item_id => pItem_id,

1253:
1254: /* Bug No.8271618 - END */
1255:
1256: -- Batch qty in terms of original ingredient qty
1257: l_batch_scale_factor := inv_convert.inv_um_convert(item_id => pItem_id,
1258: lot_number => NULL,
1259: organization_id => get_fmline_rec.organization_id,
1260: precision => 5,
1261: from_quantity => --(pQty /

Line 1304: l_batch_scale_factor := inv_convert.inv_um_convert(item_id => pItem_id,

1300: END IF;
1301:
1302: /* Bug No.8271618 - End */
1303: -- Batch qty in terms of original ingredient qty
1304: l_batch_scale_factor := inv_convert.inv_um_convert(item_id => pItem_id,
1305: lot_number => NULL,
1306: organization_id => get_fmline_rec.organization_id,
1307: precision => 5,
1308: from_quantity => --(pQty /

Line 1390: l_batch_scale_factor := inv_convert.inv_um_convert(item_id => pItem_id,

1386: END IF;
1387:
1388: /* Bug No.8271618 - End */
1389: -- Batch qty in terms of original ingredient qty
1390: l_batch_scale_factor := inv_convert.inv_um_convert(item_id => pItem_id,
1391: lot_number => NULL,
1392: organization_id => get_fmline_rec.organization_id,
1393: precision => 5,
1394: from_quantity => --(pQty /

Line 1596: l_uconv_from_puom_to_fmuom := inv_convert.inv_um_convert(item_id => P_line_item_id,

1592: BEGIN
1593: l_subs_to_original_qty_ratio := (P_replace_unit_qty /
1594: P_original_item_qty);
1595:
1596: l_uconv_from_puom_to_fmuom := inv_convert.inv_um_convert(item_id => P_line_item_id,
1597: lot_number => NULL,
1598: organization_id => P_organization_id,
1599: precision => 5,
1600: from_quantity => P_formula_qty,

Line 1609: RETURN inv_convert.inv_um_convert(item_id => P_replacement_Item,

1605: l_subs_qty_in_replacement_uom := l_uconv_from_puom_to_fmuom *
1606: l_subs_to_original_qty_ratio;
1607:
1608: IF (P_original_item_uom = P_replacement_uom) THEN
1609: RETURN inv_convert.inv_um_convert(item_id => P_replacement_Item,
1610: lot_number => NULL,
1611: organization_id => P_organization_id,
1612: precision => 5,
1613: from_quantity => l_subs_qty_in_replacement_uom,

Line 1842: l_ret := INV_CONVERT.inv_um_convert(item_id => litem_id,

1838: xReturn := 'E';
1839: END IF;
1840:
1841: --Based on item_id, primary UOM,formula item UOM check if it can be converted.
1842: l_ret := INV_CONVERT.inv_um_convert(item_id => litem_id,
1843: precision => 5,
1844: from_quantity => 100,
1845: from_unit => X_formula_dtl.detail_uom,
1846: to_unit => lItem_um,

Line 2137: l_ret := INV_CONVERT.inv_um_convert(item_id => litem_id,

2133: xReturn := 'E';
2134: END IF;
2135:
2136: --Based on item_id, primary UOM,formula item UOM check if it can be converted.
2137: l_ret := INV_CONVERT.inv_um_convert(item_id => litem_id,
2138: precision => 5,
2139: from_quantity => 100,
2140: from_unit => X_formula_dtl.detail_uom,
2141: to_unit => lItem_um,