DBA Data[Home] [Help]

APPS.PJM_TRANSFER_IPV_PKG dependencies on RCV_TRANSACTIONS

Line 488: , rcv_transactions rt

484:
485: SELECT rsh.receipt_num
486: INTO l_receipt_num
487: FROM rcv_shipment_headers rsh
488: , rcv_transactions rt
489: WHERE rt.transaction_id = InvRec.RCV_Transaction_Id
490: AND rsh.shipment_header_id = rt.shipment_header_id;
491:
492: end if;