DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_PROCESS dependencies on GL_CURRENCY_API

Line 861: gl_currency_api.convert_closest_amount(

857: BEGIN
858: --Bug#8997430 - Audit Expense Report if Exchange Rate does not exist.
859: --If the rate_type is User and if there is no fixed rate between currencies
860: --then select the report for audit.
861: gl_currency_api.convert_closest_amount(
862: report_rec.default_currency_code ,
863: p_audit_all_amount_currency ,
864: SYSDATE ,
865: report_rec.default_exchange_rate_type ,