DBA Data[Home] [Help]

APPS.WF_INITIATE dependencies on WFA_HTML

Line 209: l_media varchar2(240) := wfa_html.image_loc;

205: len pls_integer;
206:
207: -- variable for LOV
208: l_url varchar2(1000);
209: l_media varchar2(240) := wfa_html.image_loc;
210: l_icon varchar2(30) := 'FNDILOV.gif';
211: l_text varchar2(30) := '';
212: l_message varchar2(240) := null;
213:

Line 227: '&p_validation_callback=wfa_html.wf_user_val'||

223: -- the proper escape sequence.
224: l_url := 'javascript:fnd_open_dm_display_window('||''''||
225: REPLACE('wf_lov.display_lov?p_lov_name='||'owner'||
226: '&p_display_name='||'WFA_FIND_USER'||
227: '&p_validation_callback=wfa_html.wf_user_val'||
228: '&p_dest_hidden_field=top.opener.parent.document.WF_INITIATE.h_fvalues['||seq||'].value'||
229: '&p_current_value=top.opener.parent.document.WF_INITIATE.h_fdocnames['||seq||'].value'||
230: '&p_display_key='||'Y'||
231: '&p_dest_display_field=top.opener.parent.document.WF_INITIATE.h_fdocnames['||seq||'].value',

Line 385: wfa_html.create_help_function('wf/links/tes.htm?TESTING');

381: --
382: htp.htmlOpen;
383: htp.headOpen;
384: htp.title(wf_core.translate('WFINIT_ITEM_TYPE_TITLE'));
385: wfa_html.create_help_function('wf/links/tes.htm?TESTING');
386: htp.headClose;
387: wfa_sec.header(page_title=>wf_core.translate('WFINIT_ITEM_TYPE_TITLE'));
388: --
389: if (l_error_msg IS NOT NULL) THEN

Line 415: htp.tableData(cvalue=>htf.anchor(wfa_html.base_url

411:
412: for typerec in itemtypes loop
413: htp.tableRowOpen('bgcolor=#ffffcc');
414:
415: htp.tableData(cvalue=>htf.anchor(wfa_html.base_url
416: ||'/wf_initiate.Process?ItemType='||wfa_html.conv_special_url_chars(typerec.name),
417: ctext=>typerec.display_name),
418: cattributes=>'headers="' || wf_core.translate('ITEMTYPE') || '"');
419:

Line 416: ||'/wf_initiate.Process?ItemType='||wfa_html.conv_special_url_chars(typerec.name),

412: for typerec in itemtypes loop
413: htp.tableRowOpen('bgcolor=#ffffcc');
414:
415: htp.tableData(cvalue=>htf.anchor(wfa_html.base_url
416: ||'/wf_initiate.Process?ItemType='||wfa_html.conv_special_url_chars(typerec.name),
417: ctext=>typerec.display_name),
418: cattributes=>'headers="' || wf_core.translate('ITEMTYPE') || '"');
419:
420: htp.tableData(cvalue=>typerec.name, calign=>'left',

Line 482: l_media varchar2(240):= wfa_html.image_loc;

478: dvalue varchar2(2000);
479: respcnt pls_integer :=0;
480: l_itemTypeDisp varchar2(80);
481:
482: l_media varchar2(240):= wfa_html.image_loc;
483: l_icon varchar2(30) := 'FNDILOV.gif';
484: l_url varchar2(1000);
485: l_onmouseover varchar2(240);
486: l_message varchar2(240) := wf_core.translate ('WFPREF_LOV');

Line 509: wfa_html.create_help_function('wf/links/ini.htm?INIT_WF');

505: --
506: htp.htmlOpen;
507: htp.headOpen;
508: htp.title(wf_core.translate('WFINIT_PROCESS_TITLE'));
509: wfa_html.create_help_function('wf/links/ini.htm?INIT_WF');
510:
511: -- Add the java script to the header to open the dm window for
512: -- any DM function that and any standard LOV
513: fnd_document_management.get_open_dm_attach_window;

Line 540: htp.formOpen(curl=>wfa_html.base_url||'/Wf_Initiate.SubmitWorkflow',

536:
537: --
538: -- wf_initiate.SubmitWorkflow is the url(procedure) to which the contents
539: -- of this form is sent
540: htp.formOpen(curl=>wfa_html.base_url||'/Wf_Initiate.SubmitWorkflow',
541: cmethod=>'Post', cattributes=>'NAME="WF_INITIATE"');
542:
543: --
544: -- Add dummy fields to start both array-type input fields.

Line 616: '&p_validation_callback=wfa_html.wf_user_val'||

612: -- the proper escape sequence.
613: l_url := 'javascript:fnd_open_dm_display_window('||''''||
614: REPLACE('wf_lov.display_lov?p_lov_name='||'owner'||
615: '&p_display_name='||'WFA_FIND_USER'||
616: '&p_validation_callback=wfa_html.wf_user_val'||
617: '&p_dest_hidden_field=top.opener.parent.document.WF_INITIATE.owner.value'||
618: '&p_current_value=top.opener.parent.document.WF_INITIATE.display_owner.value'||
619: '&p_display_key='||'Y'||
620: '&p_dest_display_field=top.opener.parent.document.WF_INITIATE.display_owner.value',

Line 689: l_url := wfa_html.base_url||'/wf_initiate.itemType';

685: wf_pref.create_reg_button (l_url, l_onmouseover, l_media, l_icon, l_text);
686:
687: htp.p('');
688:
689: l_url := wfa_html.base_url||'/wf_initiate.itemType';
690: l_icon := 'FNDJLFCN.gif';
691: l_text := wf_core.translate ('CANCEL');
692: l_onmouseover := wf_core.translate ('CANCEL');
693:

Line 794: wfa_html.validate_display_name (attr_doc_name, l_attr_value);

790: ** or an internal name, make sure to get the unique internal name
791: */
792: l_attr_value := attr_value;
793:
794: wfa_html.validate_display_name (attr_doc_name, l_attr_value);
795:
796: wf_engine.setitemattrtext( SetAttribute.itemType,SetAttribute.itemkey,
797: attr_name, l_attr_value);
798: elsif (attr_type = 'DOCUMENT' ) then

Line 883: wfa_html.validate_display_name (display_owner, t_owner);

879: end if;
880:
881: -- Convert the display name of the owner to a username if necessary
882: t_owner := owner;
883: wfa_html.validate_display_name (display_owner, t_owner);
884:
885: --
886: if (l_error_msg IS NOT NULL) THEN
887: htp.center(htf.bold(l_error_msg));

Line 924: x_agent => wfa_html.base_url,

920:
921: -- go to the advanced envelope to display all the results.
922: -- call it with all options so it displays every activity response.
923: owa_util.redirect_url(curl=>wf_monitor.GetAdvancedEnvelopeUrl(
924: x_agent => wfa_html.base_url,
925: x_item_type => SubmitWorkflow.itemtype,
926: x_item_key => SubmitWorkflow.itemkey,
927: x_admin_mode => 'YES',
928: x_options => 'YES'),