DBA Data[Home] [Help]

APPS.WF_INITIATE dependencies on HTF

Line 65: template := htf.formHidden('h_fnames', name||'#LOOKUP#'||format)||

61: -- always print the display field as null
62: htp.formHidden('h_fdocnames', '');
63:
64: -- Create hidden field and select list
65: template := htf.formHidden('h_fnames', name||'#LOOKUP#'||format)||
66: wf_core.newline||
67: htf.formSelectOpen('h_fvalues',
68: cattributes=>'id="i_attr'||seq||'"');
69:

Line 67: htf.formSelectOpen('h_fvalues',

63:
64: -- Create hidden field and select list
65: template := htf.formHidden('h_fnames', name||'#LOOKUP#'||format)||
66: wf_core.newline||
67: htf.formSelectOpen('h_fvalues',
68: cattributes=>'id="i_attr'||seq||'"');
69:
70: -- Add all lookups to select list
71: for i in lookup_codes(format) loop

Line 74: htf.formSelectOption(cvalue=>i.meaning,

70: -- Add all lookups to select list
71: for i in lookup_codes(format) loop
72: if (i.lookup_code = value) then
73: template := template||wf_core.newline||
74: htf.formSelectOption(cvalue=>i.meaning,
75: cattributes=>'value='||i.lookup_code,
76: cselected=>'SELECTED');
77: else
78: template := template||wf_core.newline||

Line 79: htf.formSelectOption(cvalue=>i.meaning,

75: cattributes=>'value='||i.lookup_code,
76: cselected=>'SELECTED');
77: else
78: template := template||wf_core.newline||
79: htf.formSelectOption(cvalue=>i.meaning,
80: cattributes=>'value='||i.lookup_code);
81: end if;
82: end loop;
83: template := template||wf_core.newline||htf.formSelectClose;

Line 83: template := template||wf_core.newline||htf.formSelectClose;

79: htf.formSelectOption(cvalue=>i.meaning,
80: cattributes=>'value='||i.lookup_code);
81: end if;
82: end loop;
83: template := template||wf_core.newline||htf.formSelectClose;
84: htp.tableData(template, 'left',cattributes=>'id=""');
85: exception
86: when others then
87: wf_core.context('Wf_initiate', 'GetLookup', name, value, format);

Line 125: htp.tableData(cvalue=>htf.formText(cname=>'h_fdocnames', csize=>32,

121: TRUE,
122: l_attach_url);
123:
124: -- document field
125: htp.tableData(cvalue=>htf.formText(cname=>'h_fdocnames', csize=>32,
126: cmaxlength=>60,
127: cvalue=>dvalue,
128: cattributes=>'id="i_attr'||index_num||'"')
129: ||'   '||l_attach_URL,

Line 170: cvalue=>htf.formText(cname=>'h_fvalues', csize=>40,

166: --
167: -- if (len <= 80) then
168: -- single line field
169: htp.tableData(
170: cvalue=>htf.formText(cname=>'h_fvalues', csize=>40,
171: cmaxlength=>len,
172: cvalue=>replace(dvalue,'&','&'),
173: cattributes=>'id="i_attr'||index_num||'"'),
174: calign=>'Left',

Line 179: -- cvalue=>htf.formTextareaOpen2(

175: cattributes=>'id=""');
176: -- else
177: -- multi line field
178: -- htp.tableData(
179: -- cvalue=>htf.formTextareaOpen2(
180: -- cname=>'h_fvalues',
181: -- nrows=>2,
182: -- ncolumns=>40,
183: -- cwrap=>'SOFT',

Line 186: -- htf.formTextareaClose,

182: -- ncolumns=>40,
183: -- cwrap=>'SOFT',
184: -- cattributes=>'maxlength='||to_char(len))||
185: -- dvalue||
186: -- htf.formTextareaClose,
187: -- calign=>'Left',
188: -- cattributes=>'id=""');
189: -- end if;
190: exception

Line 237: htp.tabledata(htf.formText(cname=>'h_fdocnames',

233:
234: l_message := wf_core.translate ('WFPREF_LOV');
235:
236: -- print everything together so ther is no gap.
237: htp.tabledata(htf.formText(cname=>'h_fdocnames',
238: csize=>30,
239: cmaxlength=>240,
240: cvalue=>dvalue,
241: cattributes=>'id="i_attr'||seq||'"')||

Line 390: htp.center(htf.bold(l_error_msg));

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
390: htp.center(htf.bold(l_error_msg));
391: return;
392: end if;
393: --
394: htp.tableOpen(cattributes=>'border=1 cellpadding=1 cellspacing=3 bgcolor=white align=center summary= "' || wf_core.translate('WFINIT_ITEM_TYPE_TITLE') || '"');

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 523: htp.center(htf.bold(l_error_msg));

519: htp.br;
520:
521: --
522: if (l_error_msg IS NOT NULL) THEN
523: htp.center(htf.bold(l_error_msg));
524: return;
525: end if;
526: --
527: --

Line 564: htp.tableData(cvalue=>htf.formText(cname=>'itemkey',csize=>40,

560: htp.tableRowOpen;
561: htp.tableData(cvalue=>'', calign=>'right',
563: cattributes=>'id=""');
564: htp.tableData(cvalue=>htf.formText(cname=>'itemkey',csize=>40,
565: cmaxlength=>240,
566: cattributes=>'id="i_itemkey"'),
567: calign=>'Left',
568: cattributes=>'id=""');

Line 578: htp.tableData(cvalue=>htf.formText(cname=>'userkey', csize=>40,

574: htp.tableData(cvalue=>'',
576: calign=>'right',
577: cattributes=>'id=""');
578: htp.tableData(cvalue=>htf.formText(cname=>'userkey', csize=>40,
579: cmaxlength=>240,
580: cattributes=>'id="i_user_itemkey"'),
581: calign=>'Left',
582: cattributes=>'id=""');

Line 630: htp.tabledata(htf.formText(cname=>'display_owner', csize=>30,

626: '', calign=>'right',
627: cattributes=>'id=""');
628:
629: -- print everything together so ther is no gap.
630: htp.tabledata(htf.formText(cname=>'display_owner', csize=>30,
631: cmaxlength=>240,
632: cvalue=>username,
633: cattributes=>'id="i_process_owner"')||
634: ''||

Line 887: htp.center(htf.bold(l_error_msg));

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));
888: return;
889: end if;
890:
891: wf_engine.createprocess(itemtype => SubmitWorkflow.itemtype,