DBA Data[Home] [Help]

APPS.PAY_IE_P60XML dependencies on NLS_DATABASE_PARAMETERS

Line 693: from nls_database_parameters

689: AS
690: db_charset varchar2(30);
691: BEGIN
692: select value into db_charset
693: from nls_database_parameters
694: where parameter = 'NLS_CHARACTERSET';
695: return convert(str,'UTF8',db_charset);
696: END;
697: