DBA Data[Home] [Help]

APPS.PQP_EXCP_RPT dependencies on FND_CURRENCY

Line 543: l_currency_format := fnd_currency.get_format_mask(l_currency_code, 30);

539: l_full_name := r_excp_rpt_data.full_name;
540: END IF;
541:
542: -- Get the Currency format code
543: l_currency_format := fnd_currency.get_format_mask(l_currency_code, 30);
544:
545: fnd_file.put(fnd_file.output,'"' || l_exception_report_name|| '","');
546: fnd_file.put(fnd_file.output,l_payroll_name || '","');
547: fnd_file.put(fnd_file.output,l_full_name || '","');