[Home] [Help]
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