DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on WIP_TRANSACTIONS

Line 4576: -- source_line_id of wip_transactions corresponds to

4572: -----------------------------------------------------------------
4573:
4574: -----------------------------------------------------------------
4575: -- Fix for bug 1758901
4576: -- source_line_id of wip_transactions corresponds to
4577: -- transaction_id of rcv_transactions;
4578: -- rcv_transaction_id of wip_transactions corresponds to
4579: -- interface_transaction_id of rcv_transactions
4580: -----------------------------------------------------------------

Line 4578: -- rcv_transaction_id of wip_transactions corresponds to

4574: -----------------------------------------------------------------
4575: -- Fix for bug 1758901
4576: -- source_line_id of wip_transactions corresponds to
4577: -- transaction_id of rcv_transactions;
4578: -- rcv_transaction_id of wip_transactions corresponds to
4579: -- interface_transaction_id of rcv_transactions
4580: -----------------------------------------------------------------
4581: /* Reversed above fix
4582: Source_line_id in WT corresponds to interface_transaction_id

Line 4593: wip_transactions wt

4589: rcv_transaction_id
4590: INTO
4591: l_rcv_txn
4592: FROM
4593: wip_transactions wt
4594: WHERE
4595: wt.transaction_id = i_txn_id AND
4596: wt.organization_id in (
4597: SELECT