DBA Data[Home] [Help]

APPS.WIP_MTLPROC_PRIV dependencies on WIP_MOVE_TXN_ALLOCATIONS

Line 703: wip_move_txn_allocations wmta

699: wip_constants.inv_max_precision)
700: bulk collect into x_schedTbl, x_qtyTbl
701: from wip_repetitive_schedules wrs,
702: wip_requirement_operations wro,
703: wip_move_txn_allocations wmta
704: where wmta.transaction_id = p_issueRec.movTxnID
705: and wro.repetitive_schedule_id = wmta.repetitive_schedule_id
706: and wro.repetitive_schedule_id = wrs.repetitive_schedule_id
707: and wro.wip_entity_id = p_issueRec.wipEntityID

Line 725: wip_move_txn_allocations wmta

721: wip_constants.inv_max_precision)
722: bulk collect into x_schedTbl, x_qtyTbl
723: from wip_repetitive_schedules wrs,
724: wip_requirement_operations wro,
725: wip_move_txn_allocations wmta
726: where wmta.transaction_id = p_issueRec.movTxnID
727: and wro.repetitive_schedule_id = wmta.repetitive_schedule_id
728: and wro.repetitive_schedule_id = wrs.repetitive_schedule_id
729: and wro.wip_entity_id = p_issueRec.wipEntityID