DBA Data[Home] [Help]

APPS.HZ_GNR_PVT dependencies on FND_PROFILE

Line 6032: l_initcap_option := NVL(FND_PROFILE.VALUE('HZ_ADD_SUGG_AS_IS'), 'CAPITALIZE_FIRST_CHAR');

6028: -- Read the Profile (HZ: County and City in Address Suggestion) for InitCap
6029: -- setting for City and County. For backward compatibility, If the
6030: -- Profile Option is not present or set in any env, code will continue to
6031: -- behave as original design i.e. InitCap the City and County values.
6032: l_initcap_option := NVL(FND_PROFILE.VALUE('HZ_ADD_SUGG_AS_IS'), 'CAPITALIZE_FIRST_CHAR');
6033:
6034: -- FND Logging for debug purpose
6035: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
6036: HZ_UTILITY_V2PUB.DEBUG