DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_PVT dependencies on INV_CONVERT

Line 927: l_sec_qty := INV_CONVERT.inv_um_convert

923: ELSE
924: l_trxn_qty := p_yield_qty - x_actual_qty;
925: /* Bug 5256543 l_sec_qty was set to null that was incorrect it has to be recalculated from new l_trxn_qty */
926: IF (p_sec_uom_code IS NOT NULL) THEN
927: l_sec_qty := INV_CONVERT.inv_um_convert
928: (item_id => p_mtl_dtl_rec.inventory_item_id
929: ,lot_number => p_pp_lot_rec.lot_number
930: ,organization_id => p_mtl_dtl_rec.organization_id
931: ,PRECISION => gme_common_pvt.g_precision