DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on RCV_TRANSACTIONS_INTERFACE

Line 564: from rcv_transactions_interface

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