DBA Data[Home] [Help]

APPS.IBY_PMT_HISTORY_PKG dependencies on IBY_IRF_PMT_HIST_RANGE

Line 32: from iby_irf_pmt_hist_range

28:
29: cursor c_get_ranges(ci_pmt_hist_id integer) is
30: select frequency_low_range lower_limit,
31: frequency_high_range upper_limit, score
32: from iby_irf_pmt_hist_range
33: where payment_hist_id = ci_pmt_hist_id
34: order by seq;
35:
36: cursor c_get_config(ci_payeeid varchar2) is