DBA Data[Home] [Help]

APPS.IBY_PMT_HISTORY_PKG dependencies on IBY_RISK_SCORES_PKG

Line 221: o_score := iby_risk_scores_pkg.getScore(i_payeeid, l_score);

217: if ( l_not_found ) then
218: raise_application_error(-20000, 'IBY_204235#');
219: end if;
220:
221: o_score := iby_risk_scores_pkg.getScore(i_payeeid, l_score);
222: iby_debug_pub.add('Exit',iby_debug_pub.G_LEVEL_PROCEDURE,l_dbg_mod);
223:
224: end eval_factor;
225: