DBA Data[Home] [Help]

APPS.IBY_TRXN_AMT_LMT_PKG dependencies on IBY_RISK_SCORES_PKG

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

156: if ( ( i_amount + l_purchases_amount ) >= l_max_amount ) then
157: /*
158: ** get the value for high risk and return
159: */
160: o_score := iby_risk_scores_pkg.getScore(i_payeeid, 'H');
161: else
162: o_score := 0;
163: end if;
164: