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 1758: AP_UTILITIES_PKG.AP_ROUND_CURRENCY(l_receiptAmount,

1754: -- Check whether the receipt amount equals the rounded
1755: -- currency amount
1756:
1757: if (NOT WithinTolerance (l_receiptAmount,
1758: AP_UTILITIES_PKG.AP_ROUND_CURRENCY(l_receiptAmount,
1759: p_report_line_info.currency_code))) then
1760: FND_MESSAGE.SET_NAME('SQLAP', 'OIE_CURRENCY_NO_DECIMALS');
1761: FND_MESSAGE.SET_TOKEN('RECEIPT_CURRENCY',
1762: p_report_line_info.currency_code);

Line 2451: V_DefaultExchangeRate := AP_UTILITIES_PKG.get_exchange_rate(

2447:
2448: -- For PATC: Get the default exchange rate for the summary_end_date
2449: -- reimbursement currency/functional currency
2450: -- We are only calling this once for all receipts
2451: V_DefaultExchangeRate := AP_UTILITIES_PKG.get_exchange_rate(
2452: V_SysInfoRec.base_currency,
2453: p_report_header_info.reimbursement_currency_code,
2454: V_SysInfoRec.default_exchange_rate_type,
2455: p_report_header_info.summary_end_date,