DBA Data[Home] [Help]

APPS.WF_ITEM_DEFINITION dependencies on OWA_UTIL

Line 342: TITLE="' || WF_CORE.Translate('WFITD_ITEM_TYPE_DEFINITION') || '" LONGDESC="' || owa_util.get_owa_service_path ||

338: /*
339: ** Create the top header frameset and the bottom summary/detail frameset
340: */
341: htp.p (' 342: TITLE="' || WF_CORE.Translate('WFITD_ITEM_TYPE_DEFINITION') || '" LONGDESC="' || owa_util.get_owa_service_path ||
343: 'wfa_html.LongDesc?p_token=WFITD_ITEM_TYPE_DEFINITION">');
344:
345: /*
346: ** Create the header frame

Line 350: owa_util.get_owa_service_path||

346: ** Create the header frame
347: */
348: htp.p (' 349: 'SRC='||
350: owa_util.get_owa_service_path||
351: 'wf_item_definition.draw_header?p_item_type='||
352: wfa_html.conv_special_url_chars(l_item_type)||
353: '&p_effective_date='||
354: wfa_html.conv_special_url_chars(l_effective_date)||

Line 360: owa_util.get_owa_service_path ||

356: ' MARGINHEIGHT=10 MARGINWIDTH=10 '||
357: 'NORESIZE SCROLLING="NO" FRAMEBORDER=YES'||
358: '" TITLE="' ||
359: WF_CORE.Translate('WFITD_ITEM_TYPE_DEFINITION') || '" LONGDESC="' ||
360: owa_util.get_owa_service_path ||
361: 'wfa_html.LongDesc?p_token=WFITD_ITEM_TYPE_DEFINITION">');
362:
363:
364:

Line 388: LONGDESC="' || owa_util.get_owa_service_path ||

384: ** Now create the summary/detail frameset
385: */
386: htp.p (' 387: TITLE="' || WF_CORE.Translate('WFITD_ITEM_TYPE_DEFINITION') || '"
388: LONGDESC="' || owa_util.get_owa_service_path ||
389: 'wfa_html.LongDesc?p_token=WFITD_ITEM_TYPE_DEFINITION">');
390:
391: /*
392: ** Create the summary frame

Line 396: owa_util.get_owa_service_path||

392: ** Create the summary frame
393: */
394: htp.p (' 395: 'SRC='||
396: owa_util.get_owa_service_path||
397: 'wf_item_definition.draw_item_summary?p_item_type='||
398: wfa_html.conv_special_url_chars(l_item_type)||
399: '&p_effective_date='||
400: wfa_html.conv_special_url_chars(l_effective_date)||

Line 404: owa_util.get_owa_service_path ||

400: wfa_html.conv_special_url_chars(l_effective_date)||
401: ' MARGINHEIGHT=10 MARGINWIDTH=10 FRAMEBORDER=0 WRAP=OFF' ||
402: '" TITLE="' ||
403: WF_CORE.Translate('WFITD_ITEM_TYPE_DEFINITION') || '" LONGDESC="' ||
404: owa_util.get_owa_service_path ||
405: 'wfa_html.LongDesc?p_token=WFITD_ITEM_TYPE_DEFINITION">');
406:
407: /*
408: ** Create the details frame

Line 412: owa_util.get_owa_service_path||

408: ** Create the details frame
409: */
410: htp.p (' 411: 'SRC='||
412: owa_util.get_owa_service_path||
413: 'wf_item_definition.draw_item_details?p_item_type='||
414: wfa_html.conv_special_url_chars(l_item_type)||
415: '&p_effective_date='||
416: wfa_html.conv_special_url_chars(l_effective_date)||

Line 420: owa_util.get_owa_service_path ||

416: wfa_html.conv_special_url_chars(l_effective_date)||
417: ' MARGINHEIGHT=10 MARGINWIDTH=10 FRAMEBORDER=YES' ||
418: '" TITLE="' ||
419: WF_CORE.Translate('WFITD_ITEM_TYPE_DEFINITION') || '" LONGDESC="' ||
420: owa_util.get_owa_service_path ||
421: 'wfa_html.LongDesc?p_token=WFITD_ITEM_TYPE_DEFINITION">');
422:
423: /*
424: ** Close the summary/details frameset

Line 435: owa_util.get_owa_service_path||

431: ** Create the error frame
432: */
433: htp.p (' 434: 'SRC='||
435: owa_util.get_owa_service_path||
436: 'wf_item_definition.draw_error?p_effective_date='||
437: wfa_html.conv_special_url_chars(l_effective_date)||
438: '&p_expected_format='||l_expected_format||
439: ' MARGINHEIGHT=10 MARGINWIDTH=10 FRAMEBORDER=YES'||

Line 442: owa_util.get_owa_service_path ||

438: '&p_expected_format='||l_expected_format||
439: ' MARGINHEIGHT=10 MARGINWIDTH=10 FRAMEBORDER=YES'||
440: '" TITLE="' ||
441: WF_CORE.Translate('WFITD_ITEM_TYPE_DEFINITION') || '" LONGDESC="' ||
442: owa_util.get_owa_service_path ||
443: 'wfa_html.LongDesc?p_token=WFITD_ITEM_TYPE_DEFINITION">');
444:
445: END IF;
446:

Line 994: p_item_definition_url := owa_util.get_owa_service_path||

990: PROCEDURE fetch_item_definition_url (p_item_definition_url OUT NOCOPY VARCHAR2) IS
991:
992: BEGIN
993:
994: p_item_definition_url := owa_util.get_owa_service_path||
995: 'wf_item_definition.find_item_type';
996:
997: EXCEPTION
998: WHEN OTHERS THEN