DBA Data[Home] [Help]

APPS.WIP_UPDATE_SETUP_RESOURCES dependencies on WIP_SUB_OPERATION_RESOURCES

Line 283: from wip_sub_operation_resources

279: where wip_entity_id = l_next_wip_entity_id
280: and operation_seq_num = l_next_operation_seq_num
281: union
282: select max(resource_seq_num) res
283: from wip_sub_operation_resources
284: where wip_Entity_id = l_next_wip_entity_id
285: and operation_seq_num = l_next_operation_seq_num);
286:
287: l_setup_op_res_seq := l_setup_op_res_seq+10;