DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_NUMBER

Line 2045: -- Profiles must be properly initialized before fnd_number.initialize.

2041: debugger('. Security groups enabled. SGID='||security_group_id);
2042: end if;
2043: end if;
2044:
2045: -- Profiles must be properly initialized before fnd_number.initialize.
2046: --
2047: -- Bug 2489275 - Since ICX_DATE_FORMAT is not tied to NLS_DATE_FORMAT, and
2048: -- the following relies on FND_GLOBAL.set_nls() being called when people
2049: -- want to initialize FND_DATE and FND_NUMBER packages, FND_DATE has been

Line 2049: -- want to initialize FND_DATE and FND_NUMBER packages, FND_DATE has been

2045: -- Profiles must be properly initialized before fnd_number.initialize.
2046: --
2047: -- Bug 2489275 - Since ICX_DATE_FORMAT is not tied to NLS_DATE_FORMAT, and
2048: -- the following relies on FND_GLOBAL.set_nls() being called when people
2049: -- want to initialize FND_DATE and FND_NUMBER packages, FND_DATE has been
2050: -- removed from this conditional and we leave FND_NUMBER which should be NLS
2051: -- related.
2052: --
2053: if nls_context_change then

Line 2050: -- removed from this conditional and we leave FND_NUMBER which should be NLS

2046: --
2047: -- Bug 2489275 - Since ICX_DATE_FORMAT is not tied to NLS_DATE_FORMAT, and
2048: -- the following relies on FND_GLOBAL.set_nls() being called when people
2049: -- want to initialize FND_DATE and FND_NUMBER packages, FND_DATE has been
2050: -- removed from this conditional and we leave FND_NUMBER which should be NLS
2051: -- related.
2052: --
2053: if nls_context_change then
2054: fnd_number.initialize();

Line 2054: fnd_number.initialize();

2050: -- removed from this conditional and we leave FND_NUMBER which should be NLS
2051: -- related.
2052: --
2053: if nls_context_change then
2054: fnd_number.initialize();
2055: end if;
2056:
2057: -- Get_specific checks the cache but does not save to it.
2058: -- Due to a write-no-package-state pragma restriction in get_specific, it