DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on RCV_TRANSACTIONS

Line 2579: FROM rcv_transactions

2575: IF csi_txn_rec.transaction_type_id = 105 THEN
2576:
2577: SELECT deliver_to_location_id
2578: INTO l_location_id
2579: FROM rcv_transactions
2580: WHERE transaction_id = csi_txn_rec.source_dist_ref_id2;
2581:
2582: ELSE
2583: l_location_id := l_ship_to_location_id;