DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on WIP_TRANSACTIONS

Line 4721: -- source_line_id of wip_transactions corresponds to

4717: -----------------------------------------------------------------
4718:
4719: -----------------------------------------------------------------
4720: -- Fix for bug 1758901
4721: -- source_line_id of wip_transactions corresponds to
4722: -- transaction_id of rcv_transactions;
4723: -- rcv_transaction_id of wip_transactions corresponds to
4724: -- interface_transaction_id of rcv_transactions
4725: -----------------------------------------------------------------

Line 4723: -- rcv_transaction_id of wip_transactions corresponds to

4719: -----------------------------------------------------------------
4720: -- Fix for bug 1758901
4721: -- source_line_id of wip_transactions corresponds to
4722: -- transaction_id of rcv_transactions;
4723: -- rcv_transaction_id of wip_transactions corresponds to
4724: -- interface_transaction_id of rcv_transactions
4725: -----------------------------------------------------------------
4726: /* Reversed above fix
4727: Source_line_id in WT corresponds to interface_transaction_id

Line 4738: wip_transactions wt

4734: rcv_transaction_id
4735: INTO
4736: l_rcv_txn
4737: FROM
4738: wip_transactions wt
4739: WHERE
4740: wt.transaction_id = i_txn_id AND
4741: wt.organization_id in (
4742: SELECT