DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on INV_CONVERT

Line 964: l_qty_conv := INV_CONVERT. inv_um_convert (

960: --End Bug 6807847.
961:
962: --RLNAGARA 5334308 Added the IF condition..coz we need to create samples based on Lot qty
963: IF (l_event_name = 'oracle.apps.gmi.inv.po.receipt') THEN
964: l_qty_conv := INV_CONVERT. inv_um_convert (
965: item_id => l_inventory_item_id,
966: lot_number => NULL,
967: organization_id => l_organization_id,
968: precision => 5, -- decimal point precision

Line 975: l_qty_conv := INV_CONVERT. inv_um_convert (

971: to_unit => l_frequency_per,
972: from_name => NULL ,
973: to_name => NULL) ;
974: ELSE
975: l_qty_conv := INV_CONVERT. inv_um_convert (
976: item_id => l_inventory_item_id,
977: lot_number => NULL,
978: organization_id => l_organization_id,
979: precision => 5, -- decimal point precision

Line 990: gmd_debug.put_line('ERROR1 in function INV_CONVERT.inv_um_convert');

986:
987: --Bug 6807847
988: IF l_qty_conv = -99999 THEN
989: IF (l_debug = 'Y') THEN
990: gmd_debug.put_line('ERROR1 in function INV_CONVERT.inv_um_convert');
991: END IF;
992: RAISE FND_API.G_EXC_ERROR;
993: END IF;
994:

Line 1374: l_qty_conv := INV_CONVERT. inv_um_convert (

1370: -- pcur_uom => l_trans_qty_uom,
1371: -- pnew_uom => l_frequency_per ,
1372: -- onew_qty => l_qty_conv);
1373:
1374: l_qty_conv := INV_CONVERT. inv_um_convert (
1375: item_id => l_inventory_item_id,
1376: lot_number => NULL,
1377: organization_id => l_organization_id,
1378: precision => 5, -- decimal point precision

Line 1388: gmd_debug.put_line('ERROR2 in function INV_CONVERT.inv_um_convert');

1384:
1385: --Bug 6807847
1386: IF l_qty_conv = -99999 THEN
1387: IF (l_debug = 'Y') THEN
1388: gmd_debug.put_line('ERROR2 in function INV_CONVERT.inv_um_convert');
1389: END IF;
1390: RAISE FND_API.G_EXC_ERROR;
1391: END IF;
1392: