DBA Data[Home] [Help]

APPS.FND_HELP dependencies on STANDARD

Line 222: -- Return the lang code for HTML pages that meet ADA Standards

218: end;
219:
220: -----------------------------------------------------------------------------
221: -- GetHTTPLang (PRIVATE)
222: -- Return the lang code for HTML pages that meet ADA Standards
223: -- Produces the same result as the java function
224: -- oracle.apps.fnd.i18n.util.SSOMapper.getHttpLangFromOracle.
225: -----------------------------------------------------------------------------
226: function GetHTTPLang(

Line 459: -- like standard browser searches, finds the matching Help Documents,

455: --
456: -- This procedure implements the Help Document search and can be called
457: -- by other folks who wish to include help documents in their own search
458: -- results. Takes the search string, parses and reshapes it behave more
459: -- like standard browser searches, finds the matching Help Documents,
460: -- and returns them as an array of links to be displayed by the caller.
461: ----------------------------------------------------------------------------
462: procedure Help_Search(
463: find_string in varchar2 default null,