DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on INV_CONVERT

Line 1113: l_qty_conv := INV_CONVERT.

1109: --End Bug 6807847.
1110:
1111: --RLNAGARA 5334308 Added the IF condition..coz we need to create samples based on Lot qty
1112: IF (l_event_name = 'oracle.apps.gmi.inv.po.receipt') THEN
1113: l_qty_conv := INV_CONVERT.
1114: inv_um_convert(item_id => l_inventory_item_id,
1115: lot_number => NULL,
1116: organization_id => l_organization_id,
1117: precision => 5, -- decimal point precision

Line 1124: l_qty_conv := INV_CONVERT.

1120: to_unit => l_frequency_per,
1121: from_name => NULL,
1122: to_name => NULL);
1123: ELSE
1124: l_qty_conv := INV_CONVERT.
1125: inv_um_convert(item_id => l_inventory_item_id,
1126: lot_number => NULL,
1127: organization_id => l_organization_id,
1128: precision => 5, -- decimal point precision

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

1135:
1136: --Bug 6807847
1137: IF l_qty_conv = -99999 THEN
1138: IF (l_debug = 'Y') THEN
1139: gmd_debug.put_line('ERROR1 in function INV_CONVERT.inv_um_convert');
1140: END IF;
1141: RAISE FND_API.G_EXC_ERROR;
1142: END IF;
1143:

Line 1540: l_qty_conv := INV_CONVERT.

1536: -- pcur_uom => l_trans_qty_uom,
1537: -- pnew_uom => l_frequency_per ,
1538: -- onew_qty => l_qty_conv);
1539:
1540: l_qty_conv := INV_CONVERT.
1541: inv_um_convert(item_id => l_inventory_item_id,
1542: lot_number => NULL,
1543: organization_id => l_organization_id,
1544: precision => 5, -- decimal point precision

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

1550:
1551: --Bug 6807847
1552: IF l_qty_conv = -99999 THEN
1553: IF (l_debug = 'Y') THEN
1554: gmd_debug.put_line('ERROR2 in function INV_CONVERT.inv_um_convert');
1555: END IF;
1556: RAISE FND_API.G_EXC_ERROR;
1557: END IF;
1558:

Line 2765: l_qty_conv := INV_CONVERT.inv_um_convert(item_id => l_inventory_item_id,

2761: END; */
2762:
2763: --End Bug 6807847.
2764:
2765: l_qty_conv := INV_CONVERT.inv_um_convert(item_id => l_inventory_item_id,
2766: lot_number => NULL,
2767: organization_id => l_organization_id,
2768: precision => 5, -- decimal point precision
2769: from_quantity => l_plan_step_qty,

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

2775:
2776: --Bug 6807847
2777: IF l_qty_conv = -99999 THEN
2778: IF (l_debug = 'Y') THEN
2779: gmd_debug.put_line('ERROR1 in function INV_CONVERT.inv_um_convert');
2780: END IF;
2781: RAISE FND_API.G_EXC_ERROR;
2782: END IF;
2783: