DBA Data[Home] [Help]

APPS.ARP_TAX_STR_PKG SQL Statements

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

Line: 69

      Select trx_number
      into   l_trx_number
      from   ra_customer_trx_all
      where  customer_trx_id = p_previous_customer_trx_id;
Line: 104

      Select trx_date
      into   l_trx_date
      from   ra_customer_trx_all
      where  customer_trx_id = p_previous_customer_trx_id;