DBA Data[Home] [Help]

APPS.ETRM_SEARCH dependencies on FND_HELP_DOCUMENTS

Line 256: from fnd_help_documents

252: cursor cur_find(c_search in varchar2) is
253: select file_id
254: , application
255: , title
256: from fnd_help_documents
257: where catsearch(title, c_search, null) > 0
258: order by application, title;
259:
260: begin