DBA Data[Home] [Help]

APPS.ETRM_FNDNAV dependencies on ETRM_FNDNAV

Line 1: PACKAGE BODY "ETRM_FNDNAV" as

1: PACKAGE BODY "ETRM_FNDNAV" as
2:
3: ----------------------------------------------------------------------------
4: -- Copyright ?? 2001, 2014, Oracle and/or its affiliates. All rights reserved.
5: -- eTRM: Oracle Applications repository browser and dependency report

Line 120: uiutil.render_tab(c_url => 'etrm_fndnav.ls_apps'

116: -- , c_title => 'Search'
117: -- , c_position => 'LEFT'
118: -- , c_state => 'ENABLED');
119:
120: uiutil.render_tab(c_url => 'etrm_fndnav.ls_apps'
121: , c_title => 'FND'
122: , c_position => 'LEFT'
123: , c_state => 'SELECTED');
124:

Line 179: -- htp.p('

HomeFND Navigator Home');

175: and c_type = '%') then
176: htp.p('

Browse the FND Tables in an Applications database

');
177: else
178: null;
179: -- htp.p('

HomeFND Navigator Home');
180: end if;
181:
182:
183:

Line 186: htp.p('
');

182:
183:
184:
185:
186: htp.p('');
187: htp.p('');
188:
189: htp.p(' ');
190: htp.p('');
954: htp.p('');
999: htp.p('
');
955: uiutil.a_href_gen(c_type => 'TABLE'
956: , c_link => 'etrm_fndnav.show_object?n_appid='
957: ||key_rec.primary_key_application_id
958: ||'&n_tabid='
959: ||key_rec.primary_key_table_id
960: ||'&c_type=TABLE'

Line 1001: , c_link => 'etrm_fndnav.show_object?n_appid='

997:
998: htp.p('

');
1000: uiutil.a_href_gen(c_type => 'TABLE'
1001: , c_link => 'etrm_fndnav.show_object?n_appid='
1002: ||key_rec.application_id
1003: ||'&n_tabid='
1004: ||key_rec.table_id
1005: ||'&c_type=TABLE'

Line 1626: , c_link => 'etrm_fndnav.show_file?n_file_id='

1622: htp.p('

');
1623: htp.p('
Action:
');
1624: htp.p('
');
1625: uiutil.a_href_gen(c_type => 'FILE'
1626: , c_link => 'etrm_fndnav.show_file?n_file_id='
1627: ||n_fileid
1628: ||'&c_mode=INLINE'
1629: , c_display => 'View file');
1630: htp.p(' in current window');

Line 1739: , c_link => 'etrm_fndnav.ls_object?c_name=*'

1735: for s_rec in cur_apps loop
1736:
1737: htp.p('

');
1738: uiutil.a_href_gen(c_type => 'APP'
1739: , c_link => 'etrm_fndnav.ls_object?c_name=*'
1740: ||'&n_appid='
1741: ||s_rec.application_id
1742: , c_display => s_rec.product_name);
1743:

Line 1774: owa_cookie.send('etrm_fndnav_context', v_context);

1770: -- This wraps the following packages in an HTTP header
1771: owa_util.mime_header('text/html', FALSE);
1772:
1773: -- Send some value to the target cookie for the next browser call
1774: owa_cookie.send('etrm_fndnav_context', v_context);
1775:
1776: -- Note: The following would cause the target cookie to expire
1777: -- owa_cookie.remove('etrm_fndnav_context');
1778:

Line 1777: -- owa_cookie.remove('etrm_fndnav_context');

1773: -- Send some value to the target cookie for the next browser call
1774: owa_cookie.send('etrm_fndnav_context', v_context);
1775:
1776: -- Note: The following would cause the target cookie to expire
1777: -- owa_cookie.remove('etrm_fndnav_context');
1778:
1779: owa_util.http_header_close;
1780:
1781: if (c_type not in ('TABLE', 'VIEW', 'CONCURRENT', 'LOOKUP', 'FILE', 'EVENT', '%', '*')) then

Line 1905: end etrm_fndnav;

1901: end if;
1902: return v_return_value;
1903: end get_owner;
1904:
1905: end etrm_fndnav;