DBA Data[Home] [Help]

APPS.ARP_ADDR_LABEL_PKG dependencies on NLS_DATABASE_PARAMETERS

Line 2943: from nls_database_parameters

2939: /* Bug 2411369 : Get character set of DB to handle UTF8 */
2940:
2941: select decode(value , 'UTF8' , 3 , 2 )
2942: into multi_char_byte
2943: from nls_database_parameters
2944: where parameter = 'NLS_CHARACTERSET';
2945:
2946:
2947: /* if address_style is not given, obtain from FND_TERRITORIES_vl