DBA Data[Home] [Help]

APPS.IRC_DOC_UTIL dependencies on FND_GLOBAL

Line 176: RETURN REPLACE(REPLACE(vTeaserLine,fnd_global.local_chr(13),' '),fnd_global.local_chr(10),' ');

172: end if;
173: --
174: -- Strip out tab characters and carriage returns
175: --
176: RETURN REPLACE(REPLACE(vTeaserLine,fnd_global.local_chr(13),' '),fnd_global.local_chr(10),' ');
177: --
178: END getContentTeaser;
179: END IRC_DOC_UTIL;