DBA Data[Home] [Help]

APPS.IBY_PMT_HISTORY_PKG dependencies on IBY_IRF_PMT_HISTORY

Line 38: from iby_irf_pmt_history

34: order by seq;
35:
36: cursor c_get_config(ci_payeeid varchar2) is
37: select duration, duration_type, id
38: from iby_irf_pmt_history
39: where ( payeeid is null and ci_payeeid is null )
40: or (payeeid = ci_payeeid);
41:
42: --

Line 110: from iby_irf_pmt_history

106: end if;
107:
108:
109: select count(1) into l_count
110: from iby_irf_pmt_history
111: where payeeid = i_payeeid;
112:
113: if ( l_count = 0 ) then
114: l_payeeid := null;