DBA Data[Home] [Help]

APPS.JE_ES_MODELO_EXT_PKG dependencies on FND_PROFILE

Line 453: lv_decimal_separator := substr(fnd_profile.value('ICX_NUMERIC_CHARACTERS'),1,1); -- Bug 5525421

449: lv_decimal_separator varchar2 (1);
450: begin
451:
452: /* Get the decimal separator from the profile */
453: lv_decimal_separator := substr(fnd_profile.value('ICX_NUMERIC_CHARACTERS'),1,1); -- Bug 5525421
454:
455: -- lv_decimal_separator := '.';
456: /** author: brathod
457: date : 22/05/2006