DBA Data[Home] [Help]

APPS.GMD_COMMON_SCALE dependencies on INV_CONVERT

Line 40: * to sy_uoms table to mtl_units_of measure and used the INV_CONVERT.inv_um_convert

36: * In the ceil_up and floor_down procedures, the qty. should first be rounded off
37: * to 9 digits before integer scaling is done.
38: * S.Sriram 26-Nov2004 NPD Convergence.
39: * Added orgn_id in scale and theoretical_yield procedures and modified references
40: * to sy_uoms table to mtl_units_of measure and used the INV_CONVERT.inv_um_convert
41: * procedure for Qty. conversion.
42: * TDaniel 21-NOV-2006 Bug 5667857 - Changed unit_of_measure reference to UOM_CODE.
43: *****************************************************************************************************************/
44:

Line 527: l_qty := INV_CONVERT.inv_um_convert(item_id => p_scale_tab(l_row_count).inventory_item_id

523: IF l_scale_tab(l_row_count).scale_type IN (0,1,2) AND
524: l_scale_tab(l_row_count).contribute_yield_ind='Y'
525: THEN
526: -- NPD Conv.
527: l_qty := INV_CONVERT.inv_um_convert(item_id => p_scale_tab(l_row_count).inventory_item_id
528: ,precision => 5
529: ,from_quantity => p_scale_tab(l_row_count).qty
530: ,from_unit => p_scale_tab(l_row_count).detail_uom
531: ,to_unit => l_conv_uom

Line 1639: l_qty := INV_CONVERT.inv_um_convert(item_id => p_scale_tab(l_row_count).inventory_item_id

1635: IF l_scale_tab(l_row_count).scale_type IN (0,1,2) AND
1636: l_scale_tab(l_row_count).contribute_yield_ind='Y'
1637: THEN
1638:
1639: l_qty := INV_CONVERT.inv_um_convert(item_id => p_scale_tab(l_row_count).inventory_item_id
1640: ,precision => 5
1641: ,from_quantity => p_scale_tab(l_row_count).qty
1642: ,from_unit => p_scale_tab(l_row_count).detail_uom
1643: ,to_unit => l_conv_uom