DBA Data[Home] [Help]

APPS.WIP_RESOURCE_DEFAULT dependencies on WIP_CONSTANTS

Line 63: inv_convert.inv_um_convert(0,WIP_CONSTANTS.MAX_DISPLAYED_PRECISION,usage_rate_or_amount,

59: assigned_units = nvl(assigned_units,1),
60: applied_resource_units = decode(p_substitution_type,WIP_JOB_DETAILS.WIP_ADD,0,applied_resource_units), /*Bug 3499921*/
61: applied_resource_value = decode(p_substitution_type,WIP_JOB_DETAILS.WIP_ADD,0,applied_resource_value), /*Bug 3499921*/
62: usage_rate_or_amount = decode(usage_rate_or_amount,NULL,NULL,
63: inv_convert.inv_um_convert(0,WIP_CONSTANTS.MAX_DISPLAYED_PRECISION,usage_rate_or_amount,
64: nvl(uom_code,x_uom_code), x_uom_code,
65: null,null)), /* fix for bug#2367650 +APS*/
66: uom_code = x_uom_code,
67: basis_type = nvl(basis_type,x_basis_type),/*Fix for bug 2119945*/