[Home] [Help]
1356: it.limit_amount,
1357: it.amount_percent,
1358: it.currency_code,
1359: it.interest_tolerance_id
1360: from xtr_interest_tolerances it
1361: where it.company_code = p_company_code
1362: and nvl(it.cparty_code, p_cparty_code) = p_cparty_code
1363: and nvl(it.deal_type, p_deal_type) = p_deal_type
1364: and nvl(it.currency_code, p_currency_code) = p_currency_code