DBA Data[Home] [Help]

APPS.IBY_EVAL_RISKY_INSTR_PKG SQL Statements

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

Line: 34

   select ccnumber into l_ccnumber
   from iby_creditcard
   where instrid = i_instrid;
Line: 51

select count(*) into l_count
from iby_irf_risky_instr
where instrtype = 'CREDITCARD' and
      cc_number_hash1 = l_cc_hash1 and
      cc_number_hash2 = l_cc_hash2;