DBA Data[Home] [Help]

APPS.AP_WEB_VALIDATE_UTIL dependencies on AP_UTILITIES_PKG

Line 288: V_DefaultExchangeRate := AP_UTILITIES_PKG.get_exchange_rate(

284:
285: -- For PATC: Get the default exchange rate for the V_EndExpenseDate
286: -- reimbursement currency/functional currency
287: -- We are only calling this once for all receipts
288: V_DefaultExchangeRate := AP_UTILITIES_PKG.get_exchange_rate(
289: nvl(l_vend_pay_curr, V_SysInfoRec.base_currency),
290: p_report_header_info.reimbursement_currency_code,
291: V_SysInfoRec.default_exchange_rate_type,
292: V_EndExpenseDate,

Line 2485: V_DefaultExchangeRate := AP_UTILITIES_PKG.get_exchange_rate(

2481:
2482: -- For PATC: Get the default exchange rate for the summary_end_date
2483: -- reimbursement currency/functional currency
2484: -- We are only calling this once for all receipts
2485: V_DefaultExchangeRate := AP_UTILITIES_PKG.get_exchange_rate(
2486: V_SysInfoRec.base_currency,
2487: p_report_header_info.reimbursement_currency_code,
2488: V_SysInfoRec.default_exchange_rate_type,
2489: p_report_header_info.summary_end_date,