DBA Data[Home] [Help]

APPS.WIP_RESOURCE_DEFAULT dependencies on WIP_JOB_DTLS_INTERFACE

Line 57: UPDATE WIP_JOB_DTLS_INTERFACE

53: x_standard_rate_flag := 1; /* yes */
54: End If;
55:
56:
57: UPDATE WIP_JOB_DTLS_INTERFACE
58: SET scheduled_flag = nvl(scheduled_flag,2),
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*/