DBA Data[Home] [Help]

APPS.ARP_RM_ACCOUNTS_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 15

    SELECT *
    INTO   p_rma_rec
    FROM   ar_receipt_method_accounts
    WHERE  receipt_method_id = p_receipt_method_id
    AND    remit_bank_acct_use_id = p_bank_account_id;