DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on RCV_TRANSACTIONS_INTERFACE

Line 563: from rcv_transactions_interface

559: into l_exists
560: from dual
561: where exists
562: (select 'transaction interface records'
563: from rcv_transactions_interface
564: where po_line_location_id = p_line_location_id
565: and transaction_status_code = 'PENDING');
566:
567: exception