DBA Data[Home] [Help]

APPS.PA_PAXRWDIF_XMLP_PKG SQL Statements

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

Line: 21

  select name into inv_format_name
         from pa_invoice_formats
  where
    invoice_format_id = p_format;
Line: 27

   select name into inv_group_name
          from pa_invoice_groups
   where
     invoice_group_id = p_group;