DBA Data[Home] [Help]

APPS.IBY_RISK_SCORES_PKG dependencies on IBY_MAPPINGS

Line 16: from iby_mappings

12: cursor c_getscore(ci_payeeid in varchar2,
13: ci_code in varchar2)
14: is
15: select value
16: from iby_mappings
17: where ( ( payeeid is null and ci_payeeid is null ) or
18: payeeid = ci_payeeid )
19: and mapping_type = 'IBY_RISK_SCORE_TYPE'
20: and mapping_code = ci_code;