DBA Data[Home] [Help]

APPS.WIP_FLOWRESCHARGE dependencies on WIP_FLOW_SCHEDULES

Line 346: wip_flow_schedules wfs,

342: mmtt.project_id,
343: mmtt.task_id
344: from
345: bom_operation_resources bor,
346: wip_flow_schedules wfs,
347: bom_departments bd,
348: bom_resources br,
349: bom_operation_sequences bos,
350: mtl_material_transactions_temp mmtt

Line 492: wip_flow_schedules wfs,

488: mmtt.task_id
489: from
490: bom_departments bd,
491: bom_operation_sequences bos,
492: wip_flow_schedules wfs,
493: mtl_material_transactions_temp mmtt
494: where bos.operation_sequence_id =
495: l_chargeTbl(l_count).operation_sequence_id
496: and mmtt.transaction_temp_id = p_txnTempID

Line 593: wip_flow_schedules wfs,

589: mmtt.task_id
590: from
591: bom_departments bd,
592: bom_operation_sequences bos,
593: wip_flow_schedules wfs,
594: mtl_material_transactions_temp mmtt
595: where bos.operation_sequence_id =
596: l_chargeTbl(l_count).operation_sequence_id
597: and mmtt.transaction_temp_id = p_txnTempID

Line 651: wip_flow_schedules wfs,

647: mmtt.transaction_temp_id,
648: mmtt.completion_transaction_id,
649: mmtt.repetitive_line_id
650: from mtl_material_transactions_temp mmtt,
651: wip_flow_schedules wfs,
652: bom_operational_routings bor,
653: bom_operation_sequences bos
654: where mmtt.completion_transaction_id =
655: (select mmtt2.completion_transaction_id