DBA Data[Home] [Help]

APPS.AP_WEB_VALIDATE_UTIL dependencies on FND_CURRENCY

Line 1448: l_reimbcurr_format := FND_CURRENCY.get_format_mask(p_report_header_info.reimbursement_currency_code, 30);

1444:
1445: FND_MESSAGE.SET_NAME('SQLAP','AP_WEB_FIXED');
1446: l_fixed_msg := AP_WEB_DB_UTIL_PKG.jsPrepString(fnd_message.get_encoded(), TRUE);
1447:
1448: l_reimbcurr_format := FND_CURRENCY.get_format_mask(p_report_header_info.reimbursement_currency_code, 30);
1449:
1450: if (p_report_header_info.transaction_currency_type = 'reimbursement') then
1451: l_reccurr_format := l_reimbcurr_format;
1452: end if;

Line 1471: FND_CURRENCY.get_format_mask(p_report_line_info.currency_code, 30);

1467: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_VALIDATE_UTIL', debug_info);
1468: l_dates_ok := true;
1469: if (p_report_header_info.transaction_currency_type = 'multi') then
1470: l_reccurr_format :=
1471: FND_CURRENCY.get_format_mask(p_report_line_info.currency_code, 30);
1472: end if;
1473: --
1474: -- Check if Valid Start Date was entered
1475: --