DBA Data[Home] [Help]

APPS.WSMPOPRN dependencies on WSM_COPY_OP_RESOURCE_USAGE

Line 3467: WSM_COPY_OP_RESOURCE_USAGE WCORU

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