DBA Data[Home] [Help]

APPS.AP_WEB_VALIDATE_UTIL dependencies on AP_WEB_DB_COUNTRY_PKG

Line 223: l_vend_pay_curr_name AP_WEB_DB_COUNTRY_PKG.curr_name;

219: l_IsMobileApp boolean;
220: l_DataDefaultedUpdateable BOOLEAN;
221: l_vendor_id AP_WEB_DB_AP_INT_PKG.vendors_vendorID;
222: l_vend_pay_curr AP_WEB_DB_AP_INT_PKG.vendors_paymentCurrCode;
223: l_vend_pay_curr_name AP_WEB_DB_COUNTRY_PKG.curr_name;
224:
225: BEGIN
226:
227: l_IsMobileApp := AP_WEB_UTILITIES_PKG.IsMobileApp;

Line 2399: l_curr_precision_cursor AP_WEB_DB_COUNTRY_PKG.CurrencyPrecisionCursor;

2395:
2396: l_allow_credit_lines_profile VARCHAR2(1) := 'N';
2397: l_allow_credit_lines BOOLEAN;
2398:
2399: l_curr_precision_cursor AP_WEB_DB_COUNTRY_PKG.CurrencyPrecisionCursor;
2400: l_reimbcurr_precision AP_WEB_DB_COUNTRY_PKG.curr_precision;
2401:
2402: V_SysInfoRec AP_WEB_DB_AP_INT_PKG.APSysInfoRec; -- For PATC: Exchange rate type in AP and Functional currency
2403: V_EndExpenseDate DATE; -- For PATC: Latest receipt date

Line 2400: l_reimbcurr_precision AP_WEB_DB_COUNTRY_PKG.curr_precision;

2396: l_allow_credit_lines_profile VARCHAR2(1) := 'N';
2397: l_allow_credit_lines BOOLEAN;
2398:
2399: l_curr_precision_cursor AP_WEB_DB_COUNTRY_PKG.CurrencyPrecisionCursor;
2400: l_reimbcurr_precision AP_WEB_DB_COUNTRY_PKG.curr_precision;
2401:
2402: V_SysInfoRec AP_WEB_DB_AP_INT_PKG.APSysInfoRec; -- For PATC: Exchange rate type in AP and Functional currency
2403: V_EndExpenseDate DATE; -- For PATC: Latest receipt date
2404: V_DefaultExchangeRate NUMBER; -- For PATC: Exchange rate for func->reimb

Line 2439: l_reimbcurr_precision := AP_WEB_DB_COUNTRY_PKG.GetCurrencyPrecision(

2435: else
2436: l_allow_credit_lines := TRUE;
2437: end if;
2438:
2439: l_reimbcurr_precision := AP_WEB_DB_COUNTRY_PKG.GetCurrencyPrecision(
2440: p_report_header_info.reimbursement_currency_code);
2441:
2442:
2443: AP_WEB_VALIDATE_UTIL.ValidateExpLineCoreFields(