DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_UTILS dependencies on GL_CURRENCY_API

Line 686: GL_CURRENCY_API.convert_closest_amount(allowance_rec.receipt_currency_code, -- x_from_currency

682: END IF;
683:
684: CLOSE allowance_cur;
685:
686: GL_CURRENCY_API.convert_closest_amount(allowance_rec.receipt_currency_code, -- x_from_currency
687: allowance_rec.reimbursement_currency_code, -- x_to_currency
688: allowance_rec.start_expense_date, -- x_conversion_date,
689: allowance_rec.exchange_rate_type, -- x_conversion_type,
690: 0, -- x_user_rate

Line 715: -- when the package GL_CURRENCY_API throws an user-defined exception

711: return ROUND(ln_max_rate,6);
712: END IF;
713:
714: -- Bug# 8988226 - Exception should be handled and a null value should be returned
715: -- when the package GL_CURRENCY_API throws an user-defined exception
716: EXCEPTION
717: WHEN OTHERS THEN
718: return to_number(null);
719: