DBA Data[Home] [Help]

APPS.GMD_SPEC_GRP dependencies on INV_CONVERT

Line 1185: --As part of Convergence, call to GMICUOM.icuomcv() is replaced with call to inv_convert.inv_um_conversion()

1181: pcur_qty => 1,
1182: pcur_uom => x_spec_test.test_uom,
1183: pnew_uom => l_item_mst.item_um,
1184: onew_qty => dummy);*/
1185: --As part of Convergence, call to GMICUOM.icuomcv() is replaced with call to inv_convert.inv_um_conversion()
1186: inv_convert.inv_um_conversion (
1187: from_unit => x_spec_test.test_qty_uom,
1188: to_unit => l_item.primary_uom_code,
1189: item_id => l_specification.inventory_item_id,

Line 1186: inv_convert.inv_um_conversion (

1182: pcur_uom => x_spec_test.test_uom,
1183: pnew_uom => l_item_mst.item_um,
1184: onew_qty => dummy);*/
1185: --As part of Convergence, call to GMICUOM.icuomcv() is replaced with call to inv_convert.inv_um_conversion()
1186: inv_convert.inv_um_conversion (
1187: from_unit => x_spec_test.test_qty_uom,
1188: to_unit => l_item.primary_uom_code,
1189: item_id => l_specification.inventory_item_id,
1190: lot_number => NULL,