DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on WIP_OPERATION_RESOURCES

Line 4706: wip_operation_resources where wip_entity_id

4702: -- swai: bug 7017062 nvl the max(resource_seq_num)
4703: cursor get_next_resource_seq_num ( p_wip_entity_id NUMBER,
4704: p_operation_seq_num NUMBER ) IS
4705: select nvl(MAX(RESOURCE_SEQ_NUM),0)+ 10 from
4706: wip_operation_resources where wip_entity_id
4707: = p_wip_entity_id and operation_seq_num =
4708: p_operation_seq_num;
4709:
4710: