DBA Data[Home] [Help]

APPS.PAY_IE_P60XML dependencies on NLS_DATABASE_PARAMETERS

Line 504: from nls_database_parameters

500: AS
501: db_charset varchar2(30);
502: BEGIN
503: select value into db_charset
504: from nls_database_parameters
505: where parameter = 'NLS_CHARACTERSET';
506: return convert(str,'UTF8',db_charset);
507: END;
508: