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: * Raju 31-DEC-2011 Bug 13603986 - Changed mtl_unit_of_measure reference to mtl_unit_of_measure_vl.
44: *****************************************************************************************************************/

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

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

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

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