DBA Data[Home] [Help]

APPS.GMI_OM_ALLOC_API_PUB dependencies on GMICUOM

Line 1180: GMICUOM.icuomcv(

1176: RAISE FND_API.G_EXC_ERROR;
1177: END IF;
1178: PrintMsg('to uom (OPM) '||l_opm_um);
1179:
1180: GMICUOM.icuomcv(
1181: pitem_id =>l_ic_item_mst_rec.item_id,
1182: plot_id =>l_ic_lots_mst_rec.lot_id,
1183: pcur_qty =>l_tran_rec.trans_qty,
1184: pcur_uom =>l_opm_um,

Line 1199: PrintMsg('ERROR - from GMICUOM.icuomcv, pcur_uom : ' || l_opm_um || 'pnew_uom : '||l_ic_item_mst_rec.item_um);

1195:
1196: IF( NVL(l_tmp_qty, -1) < 0 )
1197: --IF (x_return_status <> FND_API.G_RET_STS_SUCCESS)
1198: THEN
1199: PrintMsg('ERROR - from GMICUOM.icuomcv, pcur_uom : ' || l_opm_um || 'pnew_uom : '||l_ic_item_mst_rec.item_um);
1200: l_error_flag := FND_API.G_TRUE;
1201: FND_MESSAGE.Set_Name('GMI','GMI_API_UOM_CONV_NOT_FOUND');
1202: FND_MESSAGE.Set_Token('FROM_UOM', l_opm_um);
1203: FND_MESSAGE.Set_Token('TO_UOM', l_ic_item_mst_rec.item_um);

Line 1241: GMICUOM.icuomcv( pitem_id => l_ic_item_mst_rec.item_id,

1237: IF( UPPER(NVL(l_tran_rec.action_code, 'N')) in('INSERT', 'UPDATE')
1238: AND l_ic_item_mst_rec.dualum_ind > 0 )
1239: THEN
1240:
1241: GMICUOM.icuomcv( pitem_id => l_ic_item_mst_rec.item_id,
1242: plot_id => l_ic_lots_mst_rec.lot_id,
1243: pcur_qty => l_tmp_qty,
1244: pcur_uom => l_ic_item_mst_rec.item_um,
1245: pnew_uom => l_ic_item_mst_rec.item_um2,

Line 1538: GMICUOM.icuomcv(

1534: FND_MSG_PUB.Add;
1535: RAISE FND_API.G_EXC_ERROR;
1536: END IF;
1537:
1538: GMICUOM.icuomcv(
1539: pitem_id =>l_ic_item_mst_rec.item_id,
1540: plot_id =>l_ic_lots_mst_rec.lot_id,
1541: pcur_qty =>l_ordered_quantity,
1542: pcur_uom =>l_opm_um,