DBA Data[Home] [Help]

APPS.PA_INVOICE_CURRENCY dependencies on FND_CURRENCY

Line 20: return(fnd_currency.get_format_mask(pa_invoice_currency.g_currency_code,22));

16: BEGIN
17:
18: /* Changed the Field length to 22 from 15 for Bug#2337109 pcchandr 16-May-2002 */
19:
20: return(fnd_currency.get_format_mask(pa_invoice_currency.g_currency_code,22));
21:
22: -- return(fnd_currency.get_format_mask(pa_invoice_currency.g_currency_code,15));
23:
24: EXCEPTION

Line 22: -- return(fnd_currency.get_format_mask(pa_invoice_currency.g_currency_code,15));

18: /* Changed the Field length to 22 from 15 for Bug#2337109 pcchandr 16-May-2002 */
19:
20: return(fnd_currency.get_format_mask(pa_invoice_currency.g_currency_code,22));
21:
22: -- return(fnd_currency.get_format_mask(pa_invoice_currency.g_currency_code,15));
23:
24: EXCEPTION
25: WHEN OTHERS THEN
26: return (SQLCODE);