DBA Data[Home] [Help]

APPS.WIP_INFINITE_SCHEDULER_PVT dependencies on INV_CONVERT

Line 572: -- Using the standard function inv_convert.inv_um_convert to convert

568: and inventory_item_id = 0;
569:
570: --Fix for bug#4888567
571: --UOM conversion from Resource UOM to HOUR UOM was not properly done
572: -- Using the standard function inv_convert.inv_um_convert to convert
573: -- between resource UOM and standard HR uom code received from BOM profile value.
574:
575:
576: -- Fixed bug 5440007

Line 590: inv_convert.inv_um_convert(0,

586: --l_hrVal * nvl(muc.conversion_rate,0) *
587: --Bug 4614036:Rounding of usage rate to next minute is handled.
588: /*
589: round((decode(wor.basis_type, wip_constants.per_lot, 1, decode(p_quantity,null,wdj.start_quantity,p_quantity)) *
590: inv_convert.inv_um_convert(0,
591: NULL,
592: wor.usage_rate_or_amount,
593: wor.UOM_CODE,
594: l_hrUOM,

Line 612: inv_convert.inv_um_convert(0,

608: -- bug 6741020: pass a precision = 6 to inv_um_convert as resource usage form field
609: -- supports 6 decimals. INV assumes a default of 5 decimals if null is passed. This causes
610: -- errors in calculation.
611: ceil((decode(wor.basis_type, wip_constants.per_lot, 1, decode(p_quantity,null,wdj.start_quantity,p_quantity)) *
612: inv_convert.inv_um_convert(0,
613: 6,
614: wor.usage_rate_or_amount,
615: wor.UOM_CODE,
616: l_hrUOM,