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 620: inv_convert.inv_um_convert(0,

616: wip_constants.yes, nvl(bdr.utilization, 1), 1) *
617: decode(wp.include_resource_efficiency,
618: wip_constants.yes, nvl(bdr.efficiency, 1), 1) ),0,0,
619: ceil((decode(wor.basis_type, wip_constants.per_lot, 1, decode(p_quantity,null,wdj.start_quantity,p_quantity)) *
620: inv_convert.inv_um_convert(0,
621: 10,
622: wor.usage_rate_or_amount,
623: wor.UOM_CODE,
624: l_hrUOM,