DBA Data[Home] [Help]

APPS.BSC_PORTLET_UI_WRAPPER dependencies on HTP

Line 327: htp.p('' ||

323: '?akRegionCode=BSC_PORTLET_INFO_PGE'||'&'||'akRegionApplicationId=271'||
324: '&'||'dbc='||l_dbc||'&'||'transactionid='||l_transaction_id||'&'||'language_code='||l_language_code||
325: '&'||'retainAM=Y'||'&'||'infoKey='||bis_utilities_pvt.escape_html(p_info_key);
326:
327: htp.p('' ||
328: '');
329:
330: END IF;
331:

Line 334: htp.p(SQLERRM);

330: END IF;
331:
332: EXCEPTION
333: WHEN OTHERS THEN
334: htp.p(SQLERRM);
335:
336: END Show_Info_Page;
337:
338: /************************************************************************************

Line 357: htp.p('Content-length: ' || dbms_lob.getlength(doc));

353: AND bsim.source_code = p_tab_code AND bsim.type = p_tab_view
354: AND bsim.source_code = bta.tab_id AND bta.responsibility_id = p_resp_id;
355:
356: owa_util.mime_header(p_mime_type, FALSE);
357: htp.p('Content-length: ' || dbms_lob.getlength(doc));
358: owa_util.http_header_close;
359: wpg_docload.download_file(doc);
360: END IF;
361: EXCEPTION

Line 363: htp.htmlOpen;

359: wpg_docload.download_file(doc);
360: END IF;
361: EXCEPTION
362: WHEN no_data_found THEN
363: htp.htmlOpen;
364: htp.headOpen;
365: htp.title('Custom View Not Found');
366: htp.headClose;
367: htp.bodyOpen;

Line 364: htp.headOpen;

360: END IF;
361: EXCEPTION
362: WHEN no_data_found THEN
363: htp.htmlOpen;
364: htp.headOpen;
365: htp.title('Custom View Not Found');
366: htp.headClose;
367: htp.bodyOpen;
368: htp.hr;

Line 365: htp.title('Custom View Not Found');

361: EXCEPTION
362: WHEN no_data_found THEN
363: htp.htmlOpen;
364: htp.headOpen;
365: htp.title('Custom View Not Found');
366: htp.headClose;
367: htp.bodyOpen;
368: htp.hr;
369: htp.header(nsize=>1, cheader=>'Custom View Not Found');

Line 366: htp.headClose;

362: WHEN no_data_found THEN
363: htp.htmlOpen;
364: htp.headOpen;
365: htp.title('Custom View Not Found');
366: htp.headClose;
367: htp.bodyOpen;
368: htp.hr;
369: htp.header(nsize=>1, cheader=>'Custom View Not Found');
370: htp.hr;

Line 367: htp.bodyOpen;

363: htp.htmlOpen;
364: htp.headOpen;
365: htp.title('Custom View Not Found');
366: htp.headClose;
367: htp.bodyOpen;
368: htp.hr;
369: htp.header(nsize=>1, cheader=>'Custom View Not Found');
370: htp.hr;
371: htp.bodyClose;

Line 368: htp.hr;

364: htp.headOpen;
365: htp.title('Custom View Not Found');
366: htp.headClose;
367: htp.bodyOpen;
368: htp.hr;
369: htp.header(nsize=>1, cheader=>'Custom View Not Found');
370: htp.hr;
371: htp.bodyClose;
372: htp.htmlClose;

Line 369: htp.header(nsize=>1, cheader=>'Custom View Not Found');

365: htp.title('Custom View Not Found');
366: htp.headClose;
367: htp.bodyOpen;
368: htp.hr;
369: htp.header(nsize=>1, cheader=>'Custom View Not Found');
370: htp.hr;
371: htp.bodyClose;
372: htp.htmlClose;
373: END Show_Custom_View_Image;

Line 370: htp.hr;

366: htp.headClose;
367: htp.bodyOpen;
368: htp.hr;
369: htp.header(nsize=>1, cheader=>'Custom View Not Found');
370: htp.hr;
371: htp.bodyClose;
372: htp.htmlClose;
373: END Show_Custom_View_Image;
374:

Line 371: htp.bodyClose;

367: htp.bodyOpen;
368: htp.hr;
369: htp.header(nsize=>1, cheader=>'Custom View Not Found');
370: htp.hr;
371: htp.bodyClose;
372: htp.htmlClose;
373: END Show_Custom_View_Image;
374:
375:

Line 372: htp.htmlClose;

368: htp.hr;
369: htp.header(nsize=>1, cheader=>'Custom View Not Found');
370: htp.hr;
371: htp.bodyClose;
372: htp.htmlClose;
373: END Show_Custom_View_Image;
374:
375:
376: /************************************************************************************