DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_NUMBER

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

2284: debugger('. Security groups enabled. SGID='||security_group_id);
2285: end if;
2286: end if;
2287:
2288: -- Profiles must be properly initialized before fnd_number.initialize.
2289: --
2290: -- Bug 2489275 - Since ICX_DATE_FORMAT_MASK is not tied to NLS_DATE_FORMAT,
2291: -- and the following relies on FND_GLOBAL.set_nls() being called when
2292: -- people want to initialize FND_DATE and FND_NUMBER packages, FND_DATE has

Line 2292: -- people want to initialize FND_DATE and FND_NUMBER packages, FND_DATE has

2288: -- Profiles must be properly initialized before fnd_number.initialize.
2289: --
2290: -- Bug 2489275 - Since ICX_DATE_FORMAT_MASK is not tied to NLS_DATE_FORMAT,
2291: -- and the following relies on FND_GLOBAL.set_nls() being called when
2292: -- people want to initialize FND_DATE and FND_NUMBER packages, FND_DATE has
2293: -- been removed from this conditional and we leave FND_NUMBER which should
2294: -- be NLS related.
2295: --
2296: if nls_context_change then

Line 2293: -- been removed from this conditional and we leave FND_NUMBER which should

2289: --
2290: -- Bug 2489275 - Since ICX_DATE_FORMAT_MASK is not tied to NLS_DATE_FORMAT,
2291: -- and the following relies on FND_GLOBAL.set_nls() being called when
2292: -- people want to initialize FND_DATE and FND_NUMBER packages, FND_DATE has
2293: -- been removed from this conditional and we leave FND_NUMBER which should
2294: -- be NLS related.
2295: --
2296: if nls_context_change then
2297: fnd_number.initialize();

Line 2297: fnd_number.initialize();

2293: -- been removed from this conditional and we leave FND_NUMBER which should
2294: -- be NLS related.
2295: --
2296: if nls_context_change then
2297: fnd_number.initialize();
2298: end if;
2299:
2300: -- Get_specific checks the cache but does not save to it.
2301: -- Due to a write-no-package-state pragma restriction in get_specific, it