DBA Data[Home] [Help]

APPS.ARP_PROCESS_INST SQL Statements

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

Line: 4

PROCEDURE update_inst(
  p_form_name              IN varchar2,
  p_form_version           IN number,
  p_ct_id                  IN  ra_customer_trx.customer_trx_id%type,
  p_prev_ct_id             IN  ra_customer_trx.customer_trx_id%type,
  p_prev_ps_id             IN  ar_payment_schedules.payment_schedule_id%type,
  p_currency_code          IN  ar_payment_schedules.invoice_currency_code%type,
  p_line_credit            IN
                   ar_payment_schedules.amount_line_items_remaining%type,
  p_chrg_credit            IN
                   ar_payment_schedules.amount_line_items_remaining%type,
  p_tax_credit             IN
                   ar_receivable_applications.tax_applied%type,
  p_freight_credit         IN
                   ar_receivable_applications.freight_applied%type)
IS
  l_commit_amount   number;
Line: 23

    arp_util.debug('arp_process_inst.update_inst()+');
Line: 35

    arp_util.debug('arp_process_inst.update_inst()-');
Line: 39

    arp_util.debug('EXCEPTION : arp_process_inst.update_inst');