DBA Data[Home] [Help]

APPS.ETRM_SEARCH dependencies on FND_CSS_PKG

Line 103: htp.p('

99:
100: if c_search is null then
101: htp.p('

Enter a search condition then press ''Search''

');
102: else
103: htp.p('104: end if;
105:
106:
107: htp.p('');

Line 112: ||FND_CSS_PKG.Encode(c_search)

108:
109: htp.p('

');
110: htp.p('');
114:
115: htp.p('');
116: htp.p('');

Line 437: htp.p('Your search: '||FND_CSS_PKG.Encode(c_search)||' did not match any table, view or

433: v_items_found := v_items_found + find_table(replace(v_search, chr(32), '{|}'));
434: end if;
435: end if;
436: if v_items_found = 0 then
437: htp.p('Your search: '||FND_CSS_PKG.Encode(c_search)||' did not match any table, view or
438: column description in this database.');
439: end if;
440: uiutil.cabo6;
441: end search;


111: