DBA Data[Home] [Help]

APPS.IBY_RISK_SCORES_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 15

    select value
    from iby_mappings
    where ( ( payeeid is null and ci_payeeid is null ) or
            payeeid = ci_payeeid )
    and mapping_type = 'IBY_RISK_SCORE_TYPE'
    and mapping_code = ci_code;