DBA Data[Home] [Help]

VIEW: APPS.WSM_COPY_ALL_OPERATIONS_V

Source

View Text - Preformatted

SELECT wco.wip_entity_id, 10 to_op_seq_num, wco.operation_seq_num to_wco_op_seq_num, wco.operation_sequence_id to_op_seq_id, wco.standard_operation_code next_operation_code, wco.operation_description, wco.standard_operation_id, wco.department_code, wco.department_id, wco.recommended from wsm_copy_operations wco, wsm_copy_op_networks wcon WHERE WCO.wip_entity_id=WCON.wip_entity_id AND ((WCO.operation_seq_num = WCON.from_op_seq_num) OR (WCO.operation_seq_num = WCON.to_op_seq_num))
View Text - HTML Formatted

SELECT WCO.WIP_ENTITY_ID
, 10 TO_OP_SEQ_NUM
, WCO.OPERATION_SEQ_NUM TO_WCO_OP_SEQ_NUM
, WCO.OPERATION_SEQUENCE_ID TO_OP_SEQ_ID
, WCO.STANDARD_OPERATION_CODE NEXT_OPERATION_CODE
, WCO.OPERATION_DESCRIPTION
, WCO.STANDARD_OPERATION_ID
, WCO.DEPARTMENT_CODE
, WCO.DEPARTMENT_ID
, WCO.RECOMMENDED
FROM WSM_COPY_OPERATIONS WCO
, WSM_COPY_OP_NETWORKS WCON
WHERE WCO.WIP_ENTITY_ID=WCON.WIP_ENTITY_ID
AND ((WCO.OPERATION_SEQ_NUM = WCON.FROM_OP_SEQ_NUM) OR (WCO.OPERATION_SEQ_NUM = WCON.TO_OP_SEQ_NUM))