DBA Data[Home] [Help]

APPS.ETRM_SEARCH dependencies on UIUTIL

Line 16: uiutil.a_href_gen(c_link => 'etrm_search.search'

12:
13: procedure draw_buttons
14: is
15: begin
16: uiutil.a_href_gen(c_link => 'etrm_search.search'
17: , c_display => 'Home');
18: -- uiutil.a_href_gen(c_link => 'https://login-stage.oracle.com/pls/orasso/orasso.wwsso_app_admin.ls_logout?p_done_url=https://etrm-test.us.oracle.com'
19: -- , c_display => 'Sign out');
20: uiutil.a_javascript_gen(c_link => 'etrm_search.help'

Line 18: -- uiutil.a_href_gen(c_link => 'https://login-stage.oracle.com/pls/orasso/orasso.wwsso_app_admin.ls_logout?p_done_url=https://etrm-test.us.oracle.com'

14: is
15: begin
16: uiutil.a_href_gen(c_link => 'etrm_search.search'
17: , c_display => 'Home');
18: -- uiutil.a_href_gen(c_link => 'https://login-stage.oracle.com/pls/orasso/orasso.wwsso_app_admin.ls_logout?p_done_url=https://etrm-test.us.oracle.com'
19: -- , c_display => 'Sign out');
20: uiutil.a_javascript_gen(c_link => 'etrm_search.help'
21: , c_display => 'Help');
22: end draw_buttons;

Line 20: uiutil.a_javascript_gen(c_link => 'etrm_search.help'

16: uiutil.a_href_gen(c_link => 'etrm_search.search'
17: , c_display => 'Home');
18: -- uiutil.a_href_gen(c_link => 'https://login-stage.oracle.com/pls/orasso/orasso.wwsso_app_admin.ls_logout?p_done_url=https://etrm-test.us.oracle.com'
19: -- , c_display => 'Sign out');
20: uiutil.a_javascript_gen(c_link => 'etrm_search.help'
21: , c_display => 'Help');
22: end draw_buttons;
23:
24: procedure draw_tabs

Line 48: -- uiutil.render_tab(c_url => 'etrm_search.search'

44:
45:
46:
47:
48: -- uiutil.render_tab(c_url => 'etrm_search.search'
49: -- , c_title => 'Search'
50: -- , c_position => 'LEFT'
51: -- , c_state => 'SELECTED');
52:

Line 53: uiutil.render_tab(c_url => v_fndnav_url

49: -- , c_title => 'Search'
50: -- , c_position => 'LEFT'
51: -- , c_state => 'SELECTED');
52:
53: uiutil.render_tab(c_url => v_fndnav_url
54: , c_title => 'FND'
55: , c_position => 'LEFT'
56: , c_state => 'ENABLED'
57: , b_prior_selected => TRUE);

Line 59: uiutil.render_tab(c_url => v_pnav_url

55: , c_position => 'LEFT'
56: , c_state => 'ENABLED'
57: , b_prior_selected => TRUE);
58:
59: uiutil.render_tab(c_url => v_pnav_url
60: , c_title => 'DBA'
61: , c_position => 'RIGHT'
62: , c_state => 'ENABLED');
63:

Line 231: uiutil.a_javascript_gen(c_type => v_type

227: v_type := 'TABLE';
228: end if;
229:
230: htp.p('

');
231: uiutil.a_javascript_gen(c_type => v_type
232: , c_link => 'etrm_fndnav.show_object?n_appid=' ||vl_application_id(i)
233: ||'&n_tabid=' ||vl_table_id(i)
234: ||'&c_type='||v_type
235: , c_display => v_display_text);

Line 264: uiutil.a_javascript_gen(c_type => 'APP'

260: begin
261: htp.p('

Documents

');
262: for t_rec in cur_find(c_search) loop
263: htp.p('
');
264: uiutil.a_javascript_gen(c_type => 'APP'
265: , c_link => 'etrm_fndnav.show_file?n_file_id='
266: ||t_rec.file_id
267: , c_display => ''||t_rec.application||': '|| t_rec.title);
268: htp.p('
');

Line 369: uiutil.cabo1;

365: -- Send some value to the target cookie for the next browser call
366: owa_cookie.send('etrm_search_context', v_search);
367:
368: owa_util.http_header_close;
369: uiutil.cabo1;
370: uiutil.cabo2a;
371: draw_buttons;
372: uiutil.cabo2b;
373: draw_tabs;

Line 370: uiutil.cabo2a;

366: owa_cookie.send('etrm_search_context', v_search);
367:
368: owa_util.http_header_close;
369: uiutil.cabo1;
370: uiutil.cabo2a;
371: draw_buttons;
372: uiutil.cabo2b;
373: draw_tabs;
374: uiutil.cabo3;

Line 372: uiutil.cabo2b;

368: owa_util.http_header_close;
369: uiutil.cabo1;
370: uiutil.cabo2a;
371: draw_buttons;
372: uiutil.cabo2b;
373: draw_tabs;
374: uiutil.cabo3;
375:
376:

Line 374: uiutil.cabo3;

370: uiutil.cabo2a;
371: draw_buttons;
372: uiutil.cabo2b;
373: draw_tabs;
374: uiutil.cabo3;
375:
376:
377: v_pieces := utl_http.request_pieces(etrm_static.index_url);
378: for i in 1 .. v_pieces.count loop

Line 384: uiutil.cabo4;

380: htp.prn(v_menu);
381: end loop;
382:
383:
384: uiutil.cabo4;
385: quick_list;
386: uiutil.cabo5;
387: htp.p(etrm_static.etrm_home1);
388: -- draw_form(c_search);

Line 386: uiutil.cabo5;

382:
383:
384: uiutil.cabo4;
385: quick_list;
386: uiutil.cabo5;
387: htp.p(etrm_static.etrm_home1);
388: -- draw_form(c_search);
389: if c_search is NULL then
390: htp.p(etrm_static.etrm_home2);

Line 399: uiutil.a_javascript_gen(c_type => o_rec.object_type

395:
396: for o_rec in cur_object(replace(v_search, ' ', '')) loop
397: v_items_found := v_items_found + 1;
398: htp.p('

');
399: uiutil.a_javascript_gen(c_type => o_rec.object_type
400: , c_link => 'etrm_pnav.show_object?c_name=' ||o_rec.object_name
401: ||'&c_owner=' ||o_rec.owner
402: ||'&c_type=' ||o_rec.object_type
403: , c_display => o_rec.object_name);

Line 414: -- uiutil.a_href_gen(c_type => 'ROOT'

410:
411: for a_rec in cur_app(replace(v_search, ' ', '')) loop
412: v_items_found := v_items_found + 1;
413: htp.p('

');
414: -- uiutil.a_href_gen(c_type => 'ROOT'
415: -- , c_link => 'etrm_fndnav.ls_object?n_appid=' ||a_rec.application_id
416: -- , c_display => a_rec.product_name);
417:
418: htp.p('
');

Line 440: uiutil.cabo6;

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;
442:
443: procedure help is
444: begin

Line 445: uiutil.cabo1(c_title => 'eTRM Help');

441: end search;
442:
443: procedure help is
444: begin
445: uiutil.cabo1(c_title => 'eTRM Help');
446: htp.p('');
447: htp.p('Oracle
448:


');
449: htp.p(etrm_static.help_text);

Line 450: uiutil.prn_copyright;

446: htp.p('');
447: htp.p('Oracle
448:


');
449: htp.p(etrm_static.help_text);
450: uiutil.prn_copyright;
451: htp.p('');
452: htp.p('');
453: end help;
454: