DBA Data[Home] [Help]

APPS.BIS_BUSINESS_VIEWS_CATALOG dependencies on ICX_PLUG_UTILITIES

Line 36: ICX_PLUG_UTILITIES.plugbanner

32: htp.p('');
33:
34: htp.p(' ');
35: htp.p(' ');

Line 56: htp.formOpen(icx_plug_utilities.getplsqlagent||'BIS_BUSINESS_VIEWS_CATALOG.query'

52: htp.p('

');
36: ICX_PLUG_UTILITIES.plugbanner
37: ( p_text => NVL(p_display_name, c_title)
38: , p_icon => 'FNDBVCAT.gif'
39: );
40: htp.p('
');
53: htp.p('');
54: htp.p(' ');
55: -- ********************** OPEN FORM ************************
56: htp.formOpen(icx_plug_utilities.getplsqlagent||'BIS_BUSINESS_VIEWS_CATALOG.query'
57: ,'POST','','','NAME="BVC"');
58: htp.formHidden('p_lang',l_lang);
59:
60: htp.p(' ');
69:
70: htp.formClose;
71: -- ************************ CLOSE FORM ***********************

Line 148: htp.p('
');

Line 67: icx_plug_utilities.buttonboth (c_submit, 'javascript:document.BVC.submit()');

63:
64: insert_blank_cell;
65:
66: htp.p('

');
67: icx_plug_utilities.buttonboth (c_submit, 'javascript:document.BVC.submit()');
68: htp.p('
');

144: procedure insert_heading_cell( p_text in varchar2 )
145: is
146: begin
147:
148: htp.p('

');
149: htp.p(' ');
150: htp.p(' ');
151: htp.p('
');
152: htp.p(' ');

Line 168: htp.p('
');

164: procedure insert_blank_heading_cell
165: is
166: begin
167:
168: htp.p('

');
169: htp.p(' ');
170: htp.p(' ');
171: htp.p(' ');
232:

Line 235: htp.p('
');
232:
233: insert_blank_heading_cell;
234:
235: htp.p(' ');
239: htp.p('
');

Line 315: htp.p('');

311: htp.htmlopen;
312: htp.headopen;
313: htp.title( c_title );
314: htp.headclose;
315: htp.p('');
316:
317: htp.p('

');
172: htp.p('
');

Line 212: htp.p('');

208: BEGIN
209:
210: --ICX_UTIL.getPrompts(191, 'BIS_BVC_PROMPTS, l_title, l_prompts);
211:
212: htp.p('');
213:
214: IF (p_results_tbl.COUNT = 0) THEN NULL;
215:
216: ELSE

Line 228: htp.p('
');

224: insert_heading_cell(c_folder);
225:
226: insert_blank_heading_cell;
227:
228: htp.p('

');
229: htp.p(' ');
230: htp.p(c_busarea);
231: htp.p('
');

231: htp.p('

');
236: htp.p(' ');
237: htp.p(c_desc);
238: htp.p('
');
318: htp.p('
');
319: ICX_PLUG_UTILITIES.toolbar (

Line 319: ICX_PLUG_UTILITIES.toolbar (

315: htp.p('');
316:
317: htp.p('

');
318: htp.p('
');
319: ICX_PLUG_UTILITIES.toolbar (
320: p_text => c_title
321: , p_disp_mainmenu => 'Y'
322: , p_disp_menu => 'N'
323: );

Line 353: icx_plug_utilities.buttonboth ( c_submit , 'javascript:document.BVC.submit()' );

349:
350: insert_blank_cell;
351:
352: htp.p('

');
355: htp.p('
');
356: htp.p('
');
353: icx_plug_utilities.buttonboth ( c_submit , 'javascript:document.BVC.submit()' );
354: htp.p('
');
357: