DBA Data[Home] [Help]

APPS.CST_TPRICE_PVT dependencies on RCV_TRANSACTIONS

Line 323: FROM mtl_material_transactions MMT, rcv_transactions RT

319: -- points to receiving txn, not the shipping txn, because it got created after
320: -- goods are received.
321: decode(l_pd_txfr_ind, 1, 0, nvl(MMT.transfer_transaction_id, 0))
322: INTO l_ship_num, l_req_line, l_txf_txn_id
323: FROM mtl_material_transactions MMT, rcv_transactions RT
324: WHERE MMT.transaction_id = p_txn_id
325: AND RT.transaction_id = MMT.rcv_transaction_id;
326:
327: /* Bug 3482782: for R11i.10, we can find the sending txn based on the txf_txn_id;