DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PUB dependencies on WIP_OPERATION_RESOURCES

Line 4765: wip_operation_resources wor

4761: wor.attribute14 ,
4762: wor.attribute15 ,
4763: wor.department_id
4764: from wip_operations wo,
4765: wip_operation_resources wor
4766: where wo.wip_entity_id = p_wip_entity_id
4767: and wor.wip_entity_id = p_wip_entity_id
4768: and wo.operation_seq_num = wor.operation_seq_num;
4769:

Line 4782: wip_operation_resources wor

4778: wori.start_date ,
4779: wori.completion_date ,
4780: wori.batch_id
4781: from wip_op_resource_instances wori,
4782: wip_operation_resources wor
4783: where wor.wip_entity_id = p_wip_entity_id
4784: and wori.wip_entity_id = p_wip_entity_id
4785: and wori.operation_seq_num = wor.operation_seq_num
4786: and wori.resource_seq_num = wor.resource_seq_num;