[Home] [Help]
The following lines contain the word 'select', 'insert', 'update' or 'delete':
select lower_limit, upper_limit, score
from iby_irf_pmt_amount
where ( ( payeeid is null and ci_payeeid is null ) or
payeeid = ci_payeeid)
order by seq;
select count(1) into l_cnt
from iby_irf_pmt_amount
where payeeid = i_payeeid;