DBA Data[Home] [Help]

APPS.WIP_RESOURCE_DEFAULT dependencies on INV_CONVERT

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

98: assigned_units = nvl(assigned_units,l_assigned_units),
99: applied_resource_units = decode(p_substitution_type,WIP_JOB_DETAILS.WIP_ADD,0,applied_resource_units), /*Bug 3499921*/
100: applied_resource_value = decode(p_substitution_type,WIP_JOB_DETAILS.WIP_ADD,0,applied_resource_value), /*Bug 3499921*/
101: usage_rate_or_amount = decode(usage_rate_or_amount,NULL,NULL,
102: inv_convert.inv_um_convert(0,WIP_CONSTANTS.MAX_DISPLAYED_PRECISION,usage_rate_or_amount,
103: nvl(uom_code,x_uom_code), x_uom_code,
104: null,null)), /* fix for bug#2367650 +APS*/
105: uom_code = x_uom_code,
106: basis_type = nvl(basis_type,x_basis_type),/*Fix for bug 2119945*/