DBA Data[Home] [Help]

APPS.WSMPOPRN dependencies on WSM_COPY_OP_RESOURCE_USAGE

Line 3466: WSM_COPY_OP_RESOURCE_USAGE WCORU

3462: WCORU.INSTANCE_ID,
3463: WCORU.SERIAL_NUMBER,
3464: WCORU.CUMULATIVE_PROCESSING_TIME
3465: FROM -- WIP_OPERATION_RESOURCES WOR, Bug 5478658 join with WOR not required
3466: WSM_COPY_OP_RESOURCE_USAGE WCORU
3467: WHERE WCORU.WIP_ENTITY_ID= p_wip_entity_id
3468: AND WCORU.Operation_seq_num = p_to_rtg_op_seq_num ;
3469:
3470: -- Bug 5478658 Join conditions with WOR removed