DBA Data[Home] [Help]

APPS.ECX_WORKFLOW_HTML dependencies on WF_EVENT_HTML

Line 69: wf_event_html.isAccessible('AGENTS');

65:
66: end if;
67:
68: -- Check if Accessible
69: wf_event_html.isAccessible('AGENTS');
70:
71: -- Set page title
72: htp.htmlOpen;
73: htp.headOpen;

Line 78: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindECXMSGQueue

74: htp.p('');
75: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
76: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');
77: htp.headClose;
78: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindECXMSGQueue
79: Message?p_queue_name='||p_queue_name||'&'||'p_type=ECXMSG', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE);
80: htp.br;
81:
82: IF (admin_mode = 'N') THEN

Line 383: '/wf_event_html.EventDataContents?p_message_id

379: htp.tableData(l_charmsgstate,'center', cattributes=>'headers="' ||
380: wf_core.translate('MESSAGESTATE') || '"');
381:
382: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||
383: '/wf_event_html.EventDataContents?p_message_id
384: ='||l_msg_id
385: ||'&'||'p_queue_table='||'APPS.'||l_qtable||'&'||'p_mimetype=text/xml',
386: ctext=>' 387: alt="' || wf_core.translate('FIND') || '"

Line 392: '/wf_event_html.EventDataContents?p_message_id

388: BORDER=0>'),
389: 'center', cattributes=>'valign="MIDDLE"
390: headers="' || wf_core.translate('XMLEVENTDATA') || '"');
391: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||
392: '/wf_event_html.EventDataContents?p_message_id
393: ='||l_msg_id
394: ||'&'||'p_queue_table='||'APPS.'||l_qtable||'&'||'p_mimetype=text',
395: ctext=>' 396: alt="' || wf_core.translate('FIND') || '"

Line 480: wf_event_html.isAccessible('AGENTS');

476:
477: end if;
478:
479: -- Check if Accessible
480: wf_event_html.isAccessible('AGENTS');
481:
482: -- Set page title
483: htp.htmlOpen;
484: htp.headOpen;

Line 489: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindECX_INENGOBJQueue

485: htp.p('');
486: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
487: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');
488: htp.headClose;
489: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindECX_INENGOBJQueue
490: Message?p_queue_name='||p_queue_name||'&'||'p_type=INENGOBJ', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE)
491: ;
492: htp.br;
493: