DBA Data[Home] [Help]

APPS.IBY_PMT_AMOUNT_PKG dependencies on IBY_RISK_SCORES_PKG

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

57: if ( l_not_found ) then
58: raise_application_error(-20000, 'IBY_204231#');
59: end if;
60:
61: o_score := iby_risk_scores_pkg.getScore(i_payeeid, l_score);
62:
63: end eval_factor;
64:
65: end iby_pmt_amount_pkg;