DBA Data[Home] [Help]

APPS.IBY_FREQ_OF_PURCH_PKG dependencies on IBY_RISK_SCORES_PKG

Line 167: o_score := iby_risk_scores_pkg.getScore(i_payeeid, 'H');

163: if ( l_no_of_purchases >= l_max_purchases ) then
164: /*
165: ** get the value for high risk and return
166: */
167: o_score := iby_risk_scores_pkg.getScore(i_payeeid, 'H');
168: else
169: o_score := 0;
170: end if;
171: