DBA Data[Home] [Help]

APPS.WIP_INFINITE_SCHEDULER_PVT dependencies on STANDARD

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 573: -- between resource UOM and standard HR uom code received from BOM profile value.

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
577: -- Added decode clause to derive the quantity from wip_discrete_jobs only if the parameter

Line 736: --standard who columns

732: l_opSchYesTbls op_rectbl_t;
733: l_startOpIdx NUMBER;
734: l_endOpIdx NUMBER;
735:
736: --standard who columns
737: l_sysDate DATE := sysdate;
738: l_userID NUMBER := fnd_global.user_id;
739: l_loginID NUMBER := fnd_global.login_id;
740: l_reqID NUMBER := fnd_global.conc_request_id;