DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on WIP_OP_RESOURCES_UTILITIES

Line 180: wip_op_resources_utilities.update_resource_instances(

176: delete wip_operation_resource_usage
177: where wip_entity_id = p_wipEntityID;
178:
179: -- for bug 3041018
180: wip_op_resources_utilities.update_resource_instances(
181: p_wip_entity_id => p_wipEntityID,
182: p_org_id => p_orgID);
183:
184: if (l_logLevel <= wip_constants.trace_logging) then

Line 504: wip_op_resources_utilities.update_resource_instances(

500: delete wip_operation_resource_usage
501: where wip_entity_id = p_wipEntityID;
502:
503: -- for bug 3041018
504: wip_op_resources_utilities.update_resource_instances(
505: p_wip_entity_id => p_wipEntityID,
506: p_org_id => p_orgID);
507:
508: -- if it is only date changes or qty changes, then the flow should be here