DBA Data[Home] [Help]

APPS.BIS_BUSINESS_VIEWS_CATALOG_OA dependencies on HTP

Line 161: WHEN OTHERS THEN htp.p(SQLERRM);

157: end if; -- if p_results_tbl.count is zero
158:
159: EXCEPTION
160: WHEN BIS_GNRL_SEARCH_ENGINE_PVT_OA.e_noIndexDefined THEN RAISE;
161: WHEN OTHERS THEN htp.p(SQLERRM);
162:
163: END results_page;
164:
165: -- *********************************************************

Line 184: htp.htmlopen;

180:
181: --ICX_UTIL.getPrompts(191, 'BIS_BVC_PROMPTS, l_title, l_prompts);
182: --l_submit := l_prompts(5);
183:
184: htp.htmlopen;
185: htp.headopen;
186: htp.title( c_title );
187: htp.headclose;
188: htp.p('');

Line 185: htp.headopen;

181: --ICX_UTIL.getPrompts(191, 'BIS_BVC_PROMPTS, l_title, l_prompts);
182: --l_submit := l_prompts(5);
183:
184: htp.htmlopen;
185: htp.headopen;
186: htp.title( c_title );
187: htp.headclose;
188: htp.p('');
189:

Line 186: htp.title( c_title );

182: --l_submit := l_prompts(5);
183:
184: htp.htmlopen;
185: htp.headopen;
186: htp.title( c_title );
187: htp.headclose;
188: htp.p('');
189:
190: htp.p('');

Line 187: htp.headclose;

183:
184: htp.htmlopen;
185: htp.headopen;
186: htp.title( c_title );
187: htp.headclose;
188: htp.p('');
189:
190: htp.p('

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

Line 188: htp.p('');

184: htp.htmlopen;
185: htp.headopen;
186: htp.title( c_title );
187: htp.headclose;
188: htp.p('');
189:
190: htp.p('

');
191: htp.p(' ');
192: ICX_PLUG_UTILITIES.toolbar (

Line 190: htp.p('
');

186: htp.title( c_title );
187: htp.headclose;
188: htp.p('');
189:
190: htp.p('

');
191: htp.p(' ');
192: ICX_PLUG_UTILITIES.toolbar (
193: p_text => c_title
194: , p_disp_mainmenu => 'Y'

Line 191: htp.p('
');

187: htp.headclose;
188: htp.p('');
189:
190: htp.p('

');
191: htp.p(' ');
192: ICX_PLUG_UTILITIES.toolbar (
193: p_text => c_title
194: , p_disp_mainmenu => 'Y'
195: , p_disp_menu => 'N'

Line 197: htp.p('
');

193: p_text => c_title
194: , p_disp_mainmenu => 'Y'
195: , p_disp_menu => 'N'
196: );
197: htp.p('');
198: htp.p('

');
199:
200: htp.p(' ');
201: htp.p(' ');

Line 198: htp.p(' ');

194: , p_disp_mainmenu => 'Y'
195: , p_disp_menu => 'N'
196: );
197: htp.p('');
198: htp.p(' ');
199:
200: htp.p(' ');
201: htp.p(' ');
202: htp.p('
');

Line 200: htp.p(' ');

196: );
197: htp.p('');
198: htp.p(' ');
199:
200: htp.p(' ');
201: htp.p(' ');
202: htp.p('
');
203: htp.p(' ');
204: htp.p(' ');

Line 201: htp.p(' ');

197: htp.p('');
198: htp.p(' ');
199:
200: htp.p(' ');
201: htp.p(' ');
202: htp.p('
');
203: htp.p(' ');
204: htp.p(' ');
205:

Line 202: htp.p('
');

198: htp.p(' ');
199:
200: htp.p(' ');
201: htp.p(' ');
202: htp.p('
');
203: htp.p(' ');
204: htp.p(' ');
205:
206: htp.p('');

Line 203: htp.p(' ');

199:
200: htp.p('

');
201: htp.p(' ');
204: htp.p(' ');
205:
206: htp.p('
');
202: htp.p('
');
203: htp.p('
');
207:

Line 204: htp.p(' ');

200: htp.p('

');
201: htp.p(' ');
204: htp.p(' ');
205:
206: htp.p('
');
202: htp.p('
');
203: htp.p('
');
207:
208: -- ************** OPEN FORM *******************************

Line 206: htp.p('
');

202: htp.p('
');
203: htp.p(' ');
204: htp.p(' ');
205:
206: htp.p('

');
207:
208: -- ************** OPEN FORM *******************************
209: htp.formOpen(icx_plug_utilities.getplsqlagent||'BIS_BUSINESS_VIEWS_CATALOG.query'
210: ,'POST','','','NAME="BVC"');

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

205:
206: htp.p('

');
207:
208: -- ************** OPEN FORM *******************************
209: htp.formOpen(icx_plug_utilities.getplsqlagent||'BIS_BUSINESS_VIEWS_CATALOG.query'
210: ,'POST','','','NAME="BVC"');
211:
212: htp.formHidden('p_lang',p_lang);
213:

Line 212: htp.formHidden('p_lang',p_lang);

208: -- ************** OPEN FORM *******************************
209: htp.formOpen(icx_plug_utilities.getplsqlagent||'BIS_BUSINESS_VIEWS_CATALOG.query'
210: ,'POST','','','NAME="BVC"');
211:
212: htp.formHidden('p_lang',p_lang);
213:
214: htp.p('

');
215: htp.p(' ');
233: htp.p(' ');
234:
235: htp.formClose;
236: -- ****************** CLOSE FORM ******************************
237:

Line 235: htp.formClose;

231:
232: htp.p(' ');
233: htp.p(' ');
234:
235: htp.formClose;
236: -- ****************** CLOSE FORM ******************************
237:
238: htp.p('

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

234:
235: htp.formClose;
236: -- ****************** CLOSE FORM ******************************
237:
238: htp.p('

');
239: htp.p(' ');
242: htp.p(' ');

Line 239: htp.p('
');
239: htp.p(' ');
242: htp.p('
');
243:

Line 240: htp.p('
');

236: -- ****************** CLOSE FORM ******************************
237:
238: htp.p('

');
239: htp.p('
');
242: htp.p('
');
243:
244: htp.p('
');

Line 241: htp.p(' ');

237:
238: htp.p('

');
239: htp.p('
');
242: htp.p(' ');
243:
244: htp.p(' ');
245: htp.p(' ');

238: htp.p('

');
239: htp.p(' ');
242: htp.p(' ');
243:
244: htp.p(' ');
245: htp.p(' ');

240: htp.p('
');
241: htp.p(' ');
242: htp.p('

');
243:
244: htp.p(' ');
245: htp.p(' ');
248: htp.p(' ');

Line 245: htp.p('
');
242: htp.p(' ');
243:
244: htp.p(' ');
245: htp.p(' ');
248: htp.p('
');
249:

Line 246: htp.p('
');

242: htp.p(' ');
243:
244: htp.p('

');
245: htp.p('
');
248: htp.p('
');
249:
250: htp.p('
');
216: htp.p('');

Line 214: htp.p('
');

210: ,'POST','','','NAME="BVC"');
211:
212: htp.formHidden('p_lang',p_lang);
213:
214: htp.p('

');
215: htp.p(' ');
233: htp.p(' ');
234:
235: htp.formClose;
236: -- ****************** CLOSE FORM ******************************

Line 233: htp.p(' ');

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

');
216: htp.p('');
217:
218: htp.p(' ');

Line 215: htp.p('
');
215: htp.p(' ');
233: htp.p('
');
234:

Line 232: htp.p(' ');

228: htp.p(' ');
229: htp.p(' ');
230: htp.p('

');

211:
212: htp.formHidden('p_lang',p_lang);
213:
214: htp.p('

');
216: htp.p('');
217:
218: htp.p(' ');
219: htp.p(' ');
229: htp.p(' ');
230: htp.p('
');

Line 216: htp.p('');

212: htp.formHidden('p_lang',p_lang);
213:
214: htp.p('

');
215: htp.p(' ');
233: htp.p(' ');

Line 230: htp.p('
');
216: htp.p('');
217:
218: htp.p(' ');
219: htp.p(' ');

214: htp.p('

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

Line 229: htp.p('
');

225:
226: htp.p('

');
229: htp.p(' ');
230: htp.p('
');
220: htp.p('' );

Line 218: htp.p('
');
216: htp.p('');
217:
218: htp.p(' ');
219: htp.p(' ');
222:

Line 219: htp.p('
');

224:
225:
226: htp.p('

');
229: htp.p(' ');
230: htp.p('
');
220: htp.p('' );
221: htp.p('
');

215: htp.p('

');
216: htp.p('');
217:
218: htp.p(' ');
219: htp.p(' ');
222:
223: -- insert_blank_cell;

Line 220: htp.p('' );

216: htp.p('

');
220: htp.p('' );
221: htp.p('
');
217:
218: htp.p('
');
219: htp.p('
');
222:
223: -- insert_blank_cell;
224:

Line 221: htp.p(' ');

217:
218: htp.p('

');
219: htp.p('
');
222:
223: -- insert_blank_cell;
224:
225:

Line 226: htp.p('
');
229: htp.p(' ');
230: htp.p('
');
220: htp.p('' );
221: htp.p('
');
220: htp.p('' );
221: htp.p('
');

222:
223: -- insert_blank_cell;
224:
225:
226: htp.p('

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

Line 228: htp.p('
');
227: icx_plug_utilities.buttonboth ( c_submit , 'javascript:document.BVC.submit()' );
228: htp.p('
');
231:
232: htp.p('
');
227: icx_plug_utilities.buttonboth ( c_submit , 'javascript:document.BVC.submit()' );
228: htp.p('
');
231:
232: htp.p('
');

226: htp.p('

');
227: icx_plug_utilities.buttonboth ( c_submit , 'javascript:document.BVC.submit()' );
228: htp.p('
');
231:
232: htp.p('
');
231:
232: htp.p('
');
231:
232: htp.p('
');

Line 238: htp.p('
');
240: htp.p('
');
241: htp.p('
');

235: htp.formClose;
236: -- ****************** CLOSE FORM ******************************
237:
238: htp.p('

');
240: htp.p('
');
241: htp.p('
');
240: htp.p('
');
241: htp.p('
');
240: htp.p('
');
241: htp.p('
');

Line 242: htp.p('
');
240: htp.p('
');
241: htp.p('
');
246: htp.p('
');

Line 244: htp.p('
');
246: htp.p('
');
247: htp.p('
');

241: htp.p('

');
246: htp.p('
');
247: htp.p('
');
246: htp.p('
');
247: htp.p('
');

Line 247: htp.p(' ');

243:
244: htp.p(' ');
245: htp.p(' ');
246: htp.p('
');
247: htp.p(' ');
248: htp.p(' ');
249:
250: htp.p(' ');
251:

Line 248: htp.p(' ');

244: htp.p(' ');
245: htp.p(' ');
246: htp.p('
');
247: htp.p(' ');
248: htp.p(' ');
249:
250: htp.p(' ');
251:
252:

Line 250: htp.p(' ');

246: htp.p('
');
247: htp.p(' ');
248: htp.p(' ');
249:
250: htp.p(' ');
251:
252:
253: EXCEPTION
254: WHEN OTHERS THEN

Line 255: htp.p( SQLERRM );

251:
252:
253: EXCEPTION
254: WHEN OTHERS THEN
255: htp.p( SQLERRM );
256:
257: END enter_query_page;
258:
259: -- **********************************************************

Line 429: htp.bodyClose;

425: -- *********************************************************
426: ELSE -- If no keywords entered in the box
427: -- Print out the keywords entry box again for future tries
428: enter_query_page( p_keywords, p_lang );
429: htp.bodyClose;
430: htp.htmlClose;
431:
432: END IF; -- endif for l_length of the keywords entered not equal to zero
433: -- *********************************************************

Line 430: htp.htmlClose;

426: ELSE -- If no keywords entered in the box
427: -- Print out the keywords entry box again for future tries
428: enter_query_page( p_keywords, p_lang );
429: htp.bodyClose;
430: htp.htmlClose;
431:
432: END IF; -- endif for l_length of the keywords entered not equal to zero
433: -- *********************************************************
434:

Line 444: htp.p('

');

440: WHEN BIS_GNRL_SEARCH_ENGINE_PVT.e_noIndexDefined THEN
441: -- The following message need not be translated since this is a propagated error
442: -- due to undefined InterMedia domain Index. The Preferences and Indexes must
443: -- be created first, for the Business Views Catalog Search region to work !!
444: htp.p('

');
445: htp.p('ERROR : InterMedia Index Not Created in Language - '||p_lang||'
');
446: htp.p('Please run BISPBVI.sql in the Discoverer eul schema with appropriate Language code as parameter.'||'
');
447: WHEN OTHERS THEN
448: rollback;

Line 445: htp.p('ERROR : InterMedia Index Not Created in Language - '||p_lang||'
');

441: -- The following message need not be translated since this is a propagated error
442: -- due to undefined InterMedia domain Index. The Preferences and Indexes must
443: -- be created first, for the Business Views Catalog Search region to work !!
444: htp.p('

');
445: htp.p('ERROR : InterMedia Index Not Created in Language - '||p_lang||'
');
446: htp.p('Please run BISPBVI.sql in the Discoverer eul schema with appropriate Language code as parameter.'||'
');
447: WHEN OTHERS THEN
448: rollback;
449: raise;

Line 446: htp.p('Please run BISPBVI.sql in the Discoverer eul schema with appropriate Language code as parameter.'||'
');

442: -- due to undefined InterMedia domain Index. The Preferences and Indexes must
443: -- be created first, for the Business Views Catalog Search region to work !!
444: htp.p('

');
445: htp.p('ERROR : InterMedia Index Not Created in Language - '||p_lang||'
');
446: htp.p('Please run BISPBVI.sql in the Discoverer eul schema with appropriate Language code as parameter.'||'
');
447: WHEN OTHERS THEN
448: rollback;
449: raise;
450: END query;

Line 478: htp.headopen;

474: results_page( p_results_tbl => p_results_tbl
475: ,p_lang => p_lang);
476: */
477:
478: htp.headopen;
479: htp.p('');
482: htp.headclose;

Line 479: htp.p('');
482: htp.headclose;
483:

Line 481: htp.p('');

477:
478: htp.headopen;
479: htp.p('');
482: htp.headclose;
483:
484: htp.p('');
485: htp.p('');

Line 482: htp.headclose;

478: htp.headopen;
479: htp.p('');
482: htp.headclose;
483:
484: htp.p('');
485: htp.p('');
486: htp.p('BV Catalog');

Line 484: htp.p('');

480: icx_admin_sig.help_win_script('ASKORA', null, 'FND');
481: htp.p('');
482: htp.headclose;
483:
484: htp.p('');
485: htp.p('');
486: htp.p('BV Catalog');
487: htp.p('

Web Analytics Made Easy -StatCounter
');
488: htp.p('');

Line 485: htp.p('');

481: htp.p('');
482: htp.headclose;
483:
484: htp.p('');
485: htp.p('');
486: htp.p('BV Catalog');
487: htp.p('

Web Analytics Made Easy -StatCounter
');
488: htp.p('');
489: htp.p('
');

Line 486: htp.p('BV Catalog');

482: htp.headclose;
483:
484: htp.p('');
485: htp.p('');
486: htp.p('BV Catalog');
487: htp.p('

Web Analytics Made Easy -StatCounter
');
488: htp.p('');
489: htp.p('');
490: -- enter_query_page( p_keywords => p_keywords

Line 487: htp.p('');

483:
484: htp.p('');
485: htp.p('');
486: htp.p('BV Catalog');
487: htp.p('

Web Analytics Made Easy -StatCounter
');
488: htp.p('');
489: htp.p('');
490: -- enter_query_page( p_keywords => p_keywords
491: -- , p_lang => p_lang);

Line 488: htp.p('');

484: htp.p('');
485: htp.p('');
486: htp.p('BV Catalog');
487: htp.p('

Web Analytics Made Easy -StatCounter
');
488: htp.p('');
489: htp.p('');
490: -- enter_query_page( p_keywords => p_keywords
491: -- , p_lang => p_lang);
492: htp.p('

Hello there

');

Line 489: htp.p('');

485: htp.p('');
486: htp.p('BV Catalog');
487: htp.p('

Web Analytics Made Easy -StatCounter
');
488: htp.p('');
489: htp.p('');
490: -- enter_query_page( p_keywords => p_keywords
491: -- , p_lang => p_lang);
492: htp.p('

Hello there

');
493:

Line 492: htp.p('

Hello there

');

488: htp.p('');
489: htp.p('');
490: -- enter_query_page( p_keywords => p_keywords
491: -- , p_lang => p_lang);
492: htp.p('

Hello there

');
493:
494: htp.p('
');
495: htp.p('');
496: htp.p('');

Line 494: htp.p('');

490: -- enter_query_page( p_keywords => p_keywords
491: -- , p_lang => p_lang);
492: htp.p('

Hello there

');
493:
494: htp.p('');
495: htp.p('');
496: htp.p('');
497:
498:

Line 495: htp.p('');

491: -- , p_lang => p_lang);
492: htp.p('

Hello there

');
493:
494: htp.p('');
495: htp.p('');
496: htp.p('');
497:
498:
499:

Line 496: htp.p('');

492: htp.p('

Hello there

');
493:
494: htp.p('');
495: htp.p('');
496: htp.p('');
497:
498:
499:
500: end Container;