DBA Data[Home] [Help]

APPS.GMD_SPEC_GRP dependencies on INV_CONVERT

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

1233: pcur_qty => 1,
1234: pcur_uom => x_spec_test.test_uom,
1235: pnew_uom => l_item_mst.item_um,
1236: onew_qty => dummy);*/
1237: --As part of Convergence, call to GMICUOM.icuomcv() is replaced with call to inv_convert.inv_um_conversion()
1238: inv_convert.inv_um_conversion (
1239: from_unit => x_spec_test.test_qty_uom,
1240: to_unit => l_item.primary_uom_code,
1241: item_id => l_specification.inventory_item_id,

Line 1238: inv_convert.inv_um_conversion (

1234: pcur_uom => x_spec_test.test_uom,
1235: pnew_uom => l_item_mst.item_um,
1236: onew_qty => dummy);*/
1237: --As part of Convergence, call to GMICUOM.icuomcv() is replaced with call to inv_convert.inv_um_conversion()
1238: inv_convert.inv_um_conversion (
1239: from_unit => x_spec_test.test_qty_uom,
1240: to_unit => l_item.primary_uom_code,
1241: item_id => l_specification.inventory_item_id,
1242: lot_number => NULL,