DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on RCV_TRANSACTIONS

Line 2260: FROM rcv_transactions

2256: IF csi_txn_rec.transaction_type_id = 105 THEN
2257:
2258: SELECT deliver_to_location_id
2259: INTO l_location_id
2260: FROM rcv_transactions
2261: WHERE transaction_id = csi_txn_rec.source_dist_ref_id2;
2262:
2263: ELSE
2264: l_location_id := l_ship_to_location_id;