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 2365: l_curr_precision_cursor AP_WEB_DB_COUNTRY_PKG.CurrencyPrecisionCursor;

2361:
2362: l_allow_credit_lines_profile VARCHAR2(1) := 'N';
2363: l_allow_credit_lines BOOLEAN;
2364:
2365: l_curr_precision_cursor AP_WEB_DB_COUNTRY_PKG.CurrencyPrecisionCursor;
2366: l_reimbcurr_precision AP_WEB_DB_COUNTRY_PKG.curr_precision;
2367:
2368: V_SysInfoRec AP_WEB_DB_AP_INT_PKG.APSysInfoRec; -- For PATC: Exchange rate type in AP and Functional currency
2369: V_EndExpenseDate DATE; -- For PATC: Latest receipt date

Line 2366: l_reimbcurr_precision AP_WEB_DB_COUNTRY_PKG.curr_precision;

2362: l_allow_credit_lines_profile VARCHAR2(1) := 'N';
2363: l_allow_credit_lines BOOLEAN;
2364:
2365: l_curr_precision_cursor AP_WEB_DB_COUNTRY_PKG.CurrencyPrecisionCursor;
2366: l_reimbcurr_precision AP_WEB_DB_COUNTRY_PKG.curr_precision;
2367:
2368: V_SysInfoRec AP_WEB_DB_AP_INT_PKG.APSysInfoRec; -- For PATC: Exchange rate type in AP and Functional currency
2369: V_EndExpenseDate DATE; -- For PATC: Latest receipt date
2370: V_DefaultExchangeRate NUMBER; -- For PATC: Exchange rate for func->reimb

Line 2405: l_reimbcurr_precision := AP_WEB_DB_COUNTRY_PKG.GetCurrencyPrecision(

2401: else
2402: l_allow_credit_lines := TRUE;
2403: end if;
2404:
2405: l_reimbcurr_precision := AP_WEB_DB_COUNTRY_PKG.GetCurrencyPrecision(
2406: p_report_header_info.reimbursement_currency_code);
2407:
2408:
2409: AP_WEB_VALIDATE_UTIL.ValidateExpLineCoreFields(