DBA Data[Home] [Help]

APPS.WFA_HTML dependencies on HTP

Line 59: htp.htmlOpen;

55: dbms_session.set_nls('NLS_LANGUAGE' , c_language);
56:
57: -- Set the language to the default language for the system
58:
59: htp.htmlOpen;
60: htp.headOpen;
61: htp.title(wf_core.translate('WFA_LOGIN_REQUEST'));
62: wfa_html.create_help_function('wf/links/log.htm?LOGIN');
63: htp.headClose;

Line 60: htp.headOpen;

56:
57: -- Set the language to the default language for the system
58:
59: htp.htmlOpen;
60: htp.headOpen;
61: htp.title(wf_core.translate('WFA_LOGIN_REQUEST'));
62: wfa_html.create_help_function('wf/links/log.htm?LOGIN');
63: htp.headClose;
64: wfa_sec.Header(background_only=>FALSE, inc_lov_applet=>FALSE);

Line 61: htp.title(wf_core.translate('WFA_LOGIN_REQUEST'));

57: -- Set the language to the default language for the system
58:
59: htp.htmlOpen;
60: htp.headOpen;
61: htp.title(wf_core.translate('WFA_LOGIN_REQUEST'));
62: wfa_html.create_help_function('wf/links/log.htm?LOGIN');
63: htp.headClose;
64: wfa_sec.Header(background_only=>FALSE, inc_lov_applet=>FALSE);
65:

Line 63: htp.headClose;

59: htp.htmlOpen;
60: htp.headOpen;
61: htp.title(wf_core.translate('WFA_LOGIN_REQUEST'));
62: wfa_html.create_help_function('wf/links/log.htm?LOGIN');
63: htp.headClose;
64: wfa_sec.Header(background_only=>FALSE, inc_lov_applet=>FALSE);
65:
66: htp.p('

');
67:

Line 66: htp.p('');

62: wfa_html.create_help_function('wf/links/log.htm?LOGIN');
63: htp.headClose;
64: wfa_sec.Header(background_only=>FALSE, inc_lov_applet=>FALSE);
65:
66: htp.p('');
67:
68: -- bug 1838410
69: if (i_direct is not null) then
70: htp.formHidden('i_direct', i_direct);

Line 70: htp.formHidden('i_direct', i_direct);

66: htp.p('');
67:
68: -- bug 1838410
69: if (i_direct is not null) then
70: htp.formHidden('i_direct', i_direct);
71: end if;
72:
73:
74: if (message is not null) then

Line 75: htp.header(4, wf_core.translate(message));

71: end if;
72:
73:
74: if (message is not null) then
75: htp.header(4, wf_core.translate(message));
76: htp.br;
77: end if;
78:
79: htp.br;

Line 76: htp.br;

72:
73:
74: if (message is not null) then
75: htp.header(4, wf_core.translate(message));
76: htp.br;
77: end if;
78:
79: htp.br;
80: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');

Line 79: htp.br;

75: htp.header(4, wf_core.translate(message));
76: htp.br;
77: end if;
78:
79: htp.br;
80: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');
81: htp.tableRowOpen;
82: htp.tableData('

Line 80: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');

76: htp.br;
77: end if;
78:
79: htp.br;
80: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');
81: htp.tableRowOpen;
82: htp.tableData('', 'Right',

Line 81: htp.tableRowOpen;

77: end if;
78:
79: htp.br;
80: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');
81: htp.tableRowOpen;
82: htp.tableData('', 'Right',
85: cattributes=>'id=""');

Line 82: htp.tableData('

78:
79: htp.br;
80: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');
81: htp.tableRowOpen;
82: htp.tableData('83: wf_core.translate('USER_ID') ||
84: '', 'Right',
85: cattributes=>'id=""');
86: htp.tableData(htf.formText('User_ID', 25, cattributes=>'id="i_user_id"'),

Line 86: htp.tableData(htf.formText('User_ID', 25, cattributes=>'id="i_user_id"'),

82: htp.tableData('', 'Right',
85: cattributes=>'id=""');
86: htp.tableData(htf.formText('User_ID', 25, cattributes=>'id="i_user_id"'),
87: 'Left', cattributes=>'id=""');
88: htp.tableRowClose;
89:
90: htp.tableRowOpen;

Line 88: htp.tableRowClose;

84: '', 'Right',
85: cattributes=>'id=""');
86: htp.tableData(htf.formText('User_ID', 25, cattributes=>'id="i_user_id"'),
87: 'Left', cattributes=>'id=""');
88: htp.tableRowClose;
89:
90: htp.tableRowOpen;
91: htp.tableData('

Line 90: htp.tableRowOpen;

86: htp.tableData(htf.formText('User_ID', 25, cattributes=>'id="i_user_id"'),
87: 'Left', cattributes=>'id=""');
88: htp.tableRowClose;
89:
90: htp.tableRowOpen;
91: htp.tableData('', 'Right',
94: cattributes=>'id=""');

Line 91: htp.tableData('

87: 'Left', cattributes=>'id=""');
88: htp.tableRowClose;
89:
90: htp.tableRowOpen;
91: htp.tableData('92: wf_core.translate('PASSWORD') ||
93: '', 'Right',
94: cattributes=>'id=""');
95: htp.tableData(htf.formPassword('Password', 25,

Line 95: htp.tableData(htf.formPassword('Password', 25,

91: htp.tableData('', 'Right',
94: cattributes=>'id=""');
95: htp.tableData(htf.formPassword('Password', 25,
96: cattributes=>'id="i_password"'), 'Left',
97: cattributes=>'id=""');
98: htp.tableRowClose;
99:

Line 98: htp.tableRowClose;

94: cattributes=>'id=""');
95: htp.tableData(htf.formPassword('Password', 25,
96: cattributes=>'id="i_password"'), 'Left',
97: cattributes=>'id=""');
98: htp.tableRowClose;
99:
100: htp.tableClose;
101: htp.centerClose;
102: htp.br;

Line 100: htp.tableClose;

96: cattributes=>'id="i_password"'), 'Left',
97: cattributes=>'id=""');
98: htp.tableRowClose;
99:
100: htp.tableClose;
101: htp.centerClose;
102: htp.br;
103:
104: htp.formClose;

Line 101: htp.centerClose;

97: cattributes=>'id=""');
98: htp.tableRowClose;
99:
100: htp.tableClose;
101: htp.centerClose;
102: htp.br;
103:
104: htp.formClose;
105:

Line 102: htp.br;

98: htp.tableRowClose;
99:
100: htp.tableClose;
101: htp.centerClose;
102: htp.br;
103:
104: htp.formClose;
105:
106: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

Line 104: htp.formClose;

100: htp.tableClose;
101: htp.centerClose;
102: htp.br;
103:
104: htp.formClose;
105:
106: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
107: htp.tableRowOpen;
108:

Line 106: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

102: htp.br;
103:
104: htp.formClose;
105:
106: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
107: htp.tableRowOpen;
108:
109: htp.p('');
110:

Line 107: htp.tableRowOpen;

103:
104: htp.formClose;
105:
106: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
107: htp.tableRowOpen;
108:
109: htp.p('');
110:
111: wfa_html.create_reg_button ('javascript:document.WFA_LOGIN.submit()',

Line 109: htp.p('');

105:
106: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
107: htp.tableRowOpen;
108:
109: htp.p('');
110:
111: wfa_html.create_reg_button ('javascript:document.WFA_LOGIN.submit()',
112: wf_core.translate ('LOGIN'),
113: wfa_html.image_loc,

Line 117: htp.p('');

113: wfa_html.image_loc,
114: 'FNDJLFOK.gif',
115: wf_core.translate ('LOGIN'));
116:
117: htp.p('');
118:
119: htp.tableRowClose;
120: htp.tableClose;
121:

Line 119: htp.tableRowClose;

115: wf_core.translate ('LOGIN'));
116:
117: htp.p('');
118:
119: htp.tableRowClose;
120: htp.tableClose;
121:
122: wfa_sec.Footer;
123: htp.htmlClose;

Line 120: htp.tableClose;

116:
117: htp.p('');
118:
119: htp.tableRowClose;
120: htp.tableClose;
121:
122: wfa_sec.Footer;
123: htp.htmlClose;
124: exception

Line 123: htp.htmlClose;

119: htp.tableRowClose;
120: htp.tableClose;
121:
122: wfa_sec.Footer;
123: htp.htmlClose;
124: exception
125: when others then
126: rollback;
127: wf_core.context('Wfa_Html', 'Login');

Line 187: htp.p('');

183: -- specified in i_direct and the user will now be authenticated. We are
184: -- calling the function within a frame.
185: -- Example: E-mail notifications with send_accesskey=N.
186:
187: htp.p('');
188: htp.p('');
189: htp.p('');<br> 190: htp.p('');
191: htp.p('

Web Analytics Made Easy -StatCounter
');

Line 188: htp.p('');

184: -- calling the function within a frame.
185: -- Example: E-mail notifications with send_accesskey=N.
186:
187: htp.p('');
188: htp.p('');
189: htp.p('');<br> 190: htp.p('');
191: htp.p('

Web Analytics Made Easy -StatCounter
');
192: htp.p('');

Line 189: htp.p('');<br> </h5><p> 185: -- Example: E-mail notifications with send_accesskey=N.<br> 186: <br> 187: htp.p('<HTML>');<br> 188: htp.p('<head><meta name="viewport" content="width=device-width, initial-scale=1.0"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2769267478437092" crossorigin="anonymous"></script>');<br> <b>189: htp.p('<TITLE>');<br> </b>190: htp.p('');
191: htp.p('');
192: htp.p('');
193: htp.p('

Line 190: htp.p('');

186:
187: htp.p('');
188: htp.p('');
189: htp.p('');<br> <b>190: htp.p('');
191: htp.p('

Web Analytics Made Easy -StatCounter
');
192: htp.p('');
193: htp.p(' 194: ' src="'||owa_util.get_owa_service_path || i_direct || '">');

Line 191: htp.p('');

187: htp.p('');
188: htp.p('');
189: htp.p('');<br> 190: htp.p('');
191: htp.p('

Web Analytics Made Easy -StatCounter
');
192: htp.p('');
193: htp.p(' 194: ' src="'||owa_util.get_owa_service_path || i_direct || '">');
195: htp.p('');

Line 192: htp.p('');

188: htp.p('');
189: htp.p('');<br> 190: htp.p('');
191: htp.p('

Web Analytics Made Easy -StatCounter
');
192: htp.p('');
193: htp.p(' 194: ' src="'||owa_util.get_owa_service_path || i_direct || '">');
195: htp.p('');
196: htp.p('');

Line 193: htp.p('

189: htp.p('');<br> 190: htp.p('');
191: htp.p('

Web Analytics Made Easy -StatCounter
');
192: htp.p('');
193: htp.p(' 194: ' src="'||owa_util.get_owa_service_path || i_direct || '">');
195: htp.p('');
196: htp.p('');
197:

Line 195: htp.p('');

191: htp.p('

Web Analytics Made Easy -StatCounter
');
192: htp.p('');
193: htp.p(' 194: ' src="'||owa_util.get_owa_service_path || i_direct || '">');
195: htp.p('');
196: htp.p('');
197:
198: end if;
199:

Line 196: htp.p('');

192: htp.p('');
193: htp.p(' 194: ' src="'||owa_util.get_owa_service_path || i_direct || '">');
195: htp.p('');
196: htp.p('');
197:
198: end if;
199:
200: exception

Line 691: htp.htmlOpen;

687:
688: --
689: -- Header and Page Title
690: --
691: htp.htmlOpen;
692: htp.headOpen;
693:
694: fnd_document_management.get_open_dm_display_window;
695:

Line 692: htp.headOpen;

688: --
689: -- Header and Page Title
690: --
691: htp.htmlOpen;
692: htp.headOpen;
693:
694: fnd_document_management.get_open_dm_display_window;
695:
696: if (notrec.status = 'OPEN') then

Line 697: htp.title(wf_core.translate('WFA_DTITLE')||' '||titlerole);

693:
694: fnd_document_management.get_open_dm_display_window;
695:
696: if (notrec.status = 'OPEN') then
697: htp.title(wf_core.translate('WFA_DTITLE')||' '||titlerole);
698: else
699: htp.title(wf_core.translate('WFA_CDTITLE')||' '||titlerole);
700: end if;
701: wfa_html.create_help_function('wf/links/det.htm?DETNOT');

Line 699: htp.title(wf_core.translate('WFA_CDTITLE')||' '||titlerole);

695:
696: if (notrec.status = 'OPEN') then
697: htp.title(wf_core.translate('WFA_DTITLE')||' '||titlerole);
698: else
699: htp.title(wf_core.translate('WFA_CDTITLE')||' '||titlerole);
700: end if;
701: wfa_html.create_help_function('wf/links/det.htm?DETNOT');
702:
703: -- Make sure the resulting link puts on the top window.

Line 704: htp.p('');

700: end if;
701: wfa_html.create_help_function('wf/links/det.htm?DETNOT');
702:
703: -- Make sure the resulting link puts on the top window.
704: htp.p('');
705: htp.headClose;
706: htp.p('');
707: htp.p('');
708: htp.p('');

Line 705: htp.headClose;

701: wfa_html.create_help_function('wf/links/det.htm?DETNOT');
702:
703: -- Make sure the resulting link puts on the top window.
704: htp.p('');
705: htp.headClose;
706: htp.p('');
707: htp.p('');
708: htp.p('');
709: htp.p('');

Line 706: htp.p('');

702:
703: -- Make sure the resulting link puts on the top window.
704: htp.p('');
705: htp.headClose;
706: htp.p('');
707: htp.p('');
708: htp.p('');
709: htp.p('');
710: htp.p('');

Line 707: htp.p('');

703: -- Make sure the resulting link puts on the top window.
704: htp.p('');
705: htp.headClose;
706: htp.p('');
707: htp.p('');
708: htp.p('');
709: htp.p('');
710: htp.p('');
711: htp.p('');

Line 708: htp.p('');

704: htp.p('');
705: htp.headClose;
706: htp.p('');
707: htp.p('');
708: htp.p('');
709: htp.p('');
710: htp.p('');
711: htp.p('');
712:

Line 709: htp.p('');

705: htp.headClose;
706: htp.p('');
707: htp.p('');
708: htp.p('');
709: htp.p('');
710: htp.p('');
711: htp.p('');
712:
713: if (nkey is null) then

Line 710: htp.p('');

706: htp.p('');
707: htp.p('');
708: htp.p('');
709: htp.p('');
710: htp.p('');
711: htp.p('');
712:
713: if (nkey is null) then
714: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wfa_html.Find',

Line 711: htp.p('');

707: htp.p('');
708: htp.p('');
709: htp.p('');
710: htp.p('');
711: htp.p('');
712:
713: if (nkey is null) then
714: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wfa_html.Find',
715: wf_core.translate('WFA_DTITLE_TBAR'), FALSE, pseudo_login);

Line 722: htp.tableOpen(cattributes=>'WIDTH=100% summary=""', calign=>'CENTER');

718: wfa_sec.Header(FALSE, null,
719: wf_core.translate('WFA_DTITLE_TBAR'), FALSE, pseudo_login);
720: end if;
721:
722: htp.tableOpen(cattributes=>'WIDTH=100% summary=""', calign=>'CENTER');
723:
724: --
725: -- LINE 0: from user if it is not null
726: --

Line 728: htp.tableRowOpen(cvalign=>'Baseline');

724: --
725: -- LINE 0: from user if it is not null
726: --
727: if (notrec.from_user is not null) then
728: htp.tableRowOpen(cvalign=>'Baseline');
729: htp.tableData(cvalue=>wf_core.translate('FROM'),
730: calign=>'right', cattributes=>'id=""');
731: htp.tableHeader(cvalue=>notrec.from_user,
732: cnowrap=>1,

Line 729: htp.tableData(cvalue=>wf_core.translate('FROM'),

725: -- LINE 0: from user if it is not null
726: --
727: if (notrec.from_user is not null) then
728: htp.tableRowOpen(cvalign=>'Baseline');
729: htp.tableData(cvalue=>wf_core.translate('FROM'),
730: calign=>'right', cattributes=>'id=""');
731: htp.tableHeader(cvalue=>notrec.from_user,
732: cnowrap=>1,
733: calign=>'left', cattributes=>'BGCOLOR=WHITE WIDTH="*" id=""');

Line 731: htp.tableHeader(cvalue=>notrec.from_user,

727: if (notrec.from_user is not null) then
728: htp.tableRowOpen(cvalign=>'Baseline');
729: htp.tableData(cvalue=>wf_core.translate('FROM'),
730: calign=>'right', cattributes=>'id=""');
731: htp.tableHeader(cvalue=>notrec.from_user,
732: cnowrap=>1,
733: calign=>'left', cattributes=>'BGCOLOR=WHITE WIDTH="*" id=""');
734: htp.tableRowClose;
735: end if;

Line 734: htp.tableRowClose;

730: calign=>'right', cattributes=>'id=""');
731: htp.tableHeader(cvalue=>notrec.from_user,
732: cnowrap=>1,
733: calign=>'left', cattributes=>'BGCOLOR=WHITE WIDTH="*" id=""');
734: htp.tableRowClose;
735: end if;
736:
737: --
738: -- LINE 1: (begin_date -> end_date)

Line 740: htp.tableRowOpen(cvalign=>'Baseline');

736:
737: --
738: -- LINE 1: (begin_date -> end_date)
739: --
740: htp.tableRowOpen(cvalign=>'Baseline');
741:
742: -- Always print Sent To and begin_date
743: htp.tableData(cvalue=>wf_core.translate('TO'),
744: calign=>'right', cattributes=>'id=""');

Line 743: htp.tableData(cvalue=>wf_core.translate('TO'),

739: --
740: htp.tableRowOpen(cvalign=>'Baseline');
741:
742: -- Always print Sent To and begin_date
743: htp.tableData(cvalue=>wf_core.translate('TO'),
744: calign=>'right', cattributes=>'id=""');
745: htp.tableHeader(cvalue=>disprole,
746: cnowrap=>1,
747: calign=>'left', cattributes=>'BGCOLOR=WHITE WIDTH="*" id=""');

Line 745: htp.tableHeader(cvalue=>disprole,

741:
742: -- Always print Sent To and begin_date
743: htp.tableData(cvalue=>wf_core.translate('TO'),
744: calign=>'right', cattributes=>'id=""');
745: htp.tableHeader(cvalue=>disprole,
746: cnowrap=>1,
747: calign=>'left', cattributes=>'BGCOLOR=WHITE WIDTH="*" id=""');
748: htp.tableData(cvalue=>wf_core.translate('BEGIN_DATE'),
749: calign=>'right', cattributes=>'id=""');

Line 748: htp.tableData(cvalue=>wf_core.translate('BEGIN_DATE'),

744: calign=>'right', cattributes=>'id=""');
745: htp.tableHeader(cvalue=>disprole,
746: cnowrap=>1,
747: calign=>'left', cattributes=>'BGCOLOR=WHITE WIDTH="*" id=""');
748: htp.tableData(cvalue=>wf_core.translate('BEGIN_DATE'),
749: calign=>'right', cattributes=>'id=""');
750: htp.tableHeader(cvalue=>to_char(notrec.begin_date)||
751: to_char(notrec.begin_date, ' HH24:MI:SS'),
752: cnowrap=>1,

Line 750: htp.tableHeader(cvalue=>to_char(notrec.begin_date)||

746: cnowrap=>1,
747: calign=>'left', cattributes=>'BGCOLOR=WHITE WIDTH="*" id=""');
748: htp.tableData(cvalue=>wf_core.translate('BEGIN_DATE'),
749: calign=>'right', cattributes=>'id=""');
750: htp.tableHeader(cvalue=>to_char(notrec.begin_date)||
751: to_char(notrec.begin_date, ' HH24:MI:SS'),
752: cnowrap=>1,
753: calign=>'left', cattributes=>'BGCOLOR=WHITE WIDTH="25%" id=""');
754: -- keep track of columns in first row of table

Line 760: htp.tableData(cvalue=>wf_core.translate('DUE_DATE'),

756:
757: -- Due:
758: -- Do not print Due Date if it is null
759: if (to_char(notrec.due_date) is not null) then
760: htp.tableData(cvalue=>wf_core.translate('DUE_DATE'),
761: calign=>'right', cattributes=>'id=""');
762: htp.tableHeader(cvalue=>to_char(notrec.due_date)||
763: to_char(notrec.due_date, ' HH24:MI:SS'),
764: cnowrap=>1,

Line 762: htp.tableHeader(cvalue=>to_char(notrec.due_date)||

758: -- Do not print Due Date if it is null
759: if (to_char(notrec.due_date) is not null) then
760: htp.tableData(cvalue=>wf_core.translate('DUE_DATE'),
761: calign=>'right', cattributes=>'id=""');
762: htp.tableHeader(cvalue=>to_char(notrec.due_date)||
763: to_char(notrec.due_date, ' HH24:MI:SS'),
764: cnowrap=>1,
765: calign=>'left', cattributes=>'BGCOLOR=WHITE WIDTH="25%" id=""');
766: col := col+2;

Line 772: htp.tableData(cvalue=>wf_core.translate('CANCELED'),

768:
769: -- Closed: (only if not open)
770: if (notrec.status <> 'OPEN') then
771: if (notrec.status = 'CANCELED') then
772: htp.tableData(cvalue=>wf_core.translate('CANCELED'),
773: calign=>'right', cattributes=>'id=""');
774: else
775: htp.tableData(cvalue=>wf_core.translate('END_DATE'),
776: calign=>'right', cattributes=>'id=""');

Line 775: htp.tableData(cvalue=>wf_core.translate('END_DATE'),

771: if (notrec.status = 'CANCELED') then
772: htp.tableData(cvalue=>wf_core.translate('CANCELED'),
773: calign=>'right', cattributes=>'id=""');
774: else
775: htp.tableData(cvalue=>wf_core.translate('END_DATE'),
776: calign=>'right', cattributes=>'id=""');
777: end if;
778: htp.tableHeader(cvalue=>to_char(notrec.end_date)||
779: to_char(notrec.end_date, ' HH24:MI:SS'),

Line 778: htp.tableHeader(cvalue=>to_char(notrec.end_date)||

774: else
775: htp.tableData(cvalue=>wf_core.translate('END_DATE'),
776: calign=>'right', cattributes=>'id=""');
777: end if;
778: htp.tableHeader(cvalue=>to_char(notrec.end_date)||
779: to_char(notrec.end_date, ' HH24:MI:SS'),
780: cnowrap=>1,
781: calign=>'left', cattributes=>'BGCOLOR=WHITE WIDTH="25%" id=""');
782: col := col+2;

Line 784: htp.tableRowClose;

780: cnowrap=>1,
781: calign=>'left', cattributes=>'BGCOLOR=WHITE WIDTH="25%" id=""');
782: col := col+2;
783: end if;
784: htp.tableRowClose;
785:
786:
787: --
788: -- Subject:

Line 790: htp.tableRowOpen(cvalign=>'Baseline');

786:
787: --
788: -- Subject:
789: --
790: htp.tableRowOpen(cvalign=>'Baseline');
791: htp.tableData(cvalue=>wf_core.translate('SUBJECT'),
792: calign=>'right', cattributes=>'id=""');
793:
794: --make colspan 1 less than col because 1 col is taken up by "subject"

Line 791: htp.tableData(cvalue=>wf_core.translate('SUBJECT'),

787: --
788: -- Subject:
789: --
790: htp.tableRowOpen(cvalign=>'Baseline');
791: htp.tableData(cvalue=>wf_core.translate('SUBJECT'),
792: calign=>'right', cattributes=>'id=""');
793:
794: --make colspan 1 less than col because 1 col is taken up by "subject"
795: htp.tableHeader(cvalue=>l_subject,

Line 795: htp.tableHeader(cvalue=>l_subject,

791: htp.tableData(cvalue=>wf_core.translate('SUBJECT'),
792: calign=>'right', cattributes=>'id=""');
793:
794: --make colspan 1 less than col because 1 col is taken up by "subject"
795: htp.tableHeader(cvalue=>l_subject,
796: calign=>'left',
797: ccolspan=>col-1,
798: cattributes=>'BGCOLOR=WHITE id=""');
799: htp.tableRowClose;

Line 799: htp.tableRowClose;

795: htp.tableHeader(cvalue=>l_subject,
796: calign=>'left',
797: ccolspan=>col-1,
798: cattributes=>'BGCOLOR=WHITE id=""');
799: htp.tableRowClose;
800: htp.tableClose;
801:
802: --
803: -- COMMENTS

Line 800: htp.tableClose;

796: calign=>'left',
797: ccolspan=>col-1,
798: cattributes=>'BGCOLOR=WHITE id=""');
799: htp.tableRowClose;
800: htp.tableClose;
801:
802: --
803: -- COMMENTS
804: --

Line 806: htp.p(wf_core.translate('COMMENTS')||':');

802: --
803: -- COMMENTS
804: --
805: if (notrec.user_comment is not null) then
806: htp.p(wf_core.translate('COMMENTS')||':');
807: htp.tableOpen(cattributes=>'WIDTH=100% BGCOLOR=WHITE summary=""');
808: htp.tableRowOpen;
809: htp.p('');

Line 807: htp.tableOpen(cattributes=>'WIDTH=100% BGCOLOR=WHITE summary=""');

803: -- COMMENTS
804: --
805: if (notrec.user_comment is not null) then
806: htp.p(wf_core.translate('COMMENTS')||':');
807: htp.tableOpen(cattributes=>'WIDTH=100% BGCOLOR=WHITE summary=""');
808: htp.tableRowOpen;
809: htp.p('');
811: htp.bold(replace(wf_core.substitutespecialchars(notrec.user_comment),

Line 808: htp.tableRowOpen;

804: --
805: if (notrec.user_comment is not null) then
806: htp.p(wf_core.translate('COMMENTS')||':');
807: htp.tableOpen(cattributes=>'WIDTH=100% BGCOLOR=WHITE summary=""');
808: htp.tableRowOpen;
809: htp.p('');
811: htp.bold(replace(wf_core.substitutespecialchars(notrec.user_comment),
812: wf_core.newline, htf.br||wf_core.newline));

Line 809: htp.p(' 808: htp.tableRowOpen;
809: htp.p('');
811: htp.bold(replace(wf_core.substitutespecialchars(notrec.user_comment),
812: wf_core.newline, htf.br||wf_core.newline));
813: htp.p('');

Line 811: htp.bold(replace(wf_core.substitutespecialchars(notrec.user_comment),

807: htp.tableOpen(cattributes=>'WIDTH=100% BGCOLOR=WHITE summary=""');
808: htp.tableRowOpen;
809: htp.p('');
811: htp.bold(replace(wf_core.substitutespecialchars(notrec.user_comment),
812: wf_core.newline, htf.br||wf_core.newline));
813: htp.p('');
814: htp.tableRowClose;
815: htp.tableClose;

Line 813: htp.p('');

809: htp.p('');
811: htp.bold(replace(wf_core.substitutespecialchars(notrec.user_comment),
812: wf_core.newline, htf.br||wf_core.newline));
813: htp.p('');
814: htp.tableRowClose;
815: htp.tableClose;
816: end if;
817:

Line 814: htp.tableRowClose;

810: '">');
811: htp.bold(replace(wf_core.substitutespecialchars(notrec.user_comment),
812: wf_core.newline, htf.br||wf_core.newline));
813: htp.p('');
814: htp.tableRowClose;
815: htp.tableClose;
816: end if;
817:
818: --

Line 815: htp.tableClose;

811: htp.bold(replace(wf_core.substitutespecialchars(notrec.user_comment),
812: wf_core.newline, htf.br||wf_core.newline));
813: htp.p('');
814: htp.tableRowClose;
815: htp.tableClose;
816: end if;
817:
818: --
819: -- BODY

Line 821: htp.hr;

817:
818: --
819: -- BODY
820: --
821: htp.hr;
822: htp.tableOpen(cattributes=>'WIDTH=100% BGCOLOR=WHITE summary=""');
823: htp.tableRowOpen;
824:
825: end_of_text:=FALSE;

Line 822: htp.tableOpen(cattributes=>'WIDTH=100% BGCOLOR=WHITE summary=""');

818: --
819: -- BODY
820: --
821: htp.hr;
822: htp.tableOpen(cattributes=>'WIDTH=100% BGCOLOR=WHITE summary=""');
823: htp.tableRowOpen;
824:
825: end_of_text:=FALSE;
826: -- print message body. This may be in sections.

Line 823: htp.tableRowOpen;

819: -- BODY
820: --
821: htp.hr;
822: htp.tableOpen(cattributes=>'WIDTH=100% BGCOLOR=WHITE summary=""');
823: htp.tableRowOpen;
824:
825: end_of_text:=FALSE;
826: -- print message body. This may be in sections.
827: htp.p('');

Line 827: htp.p('');

823: htp.tableRowOpen;
824:
825: end_of_text:=FALSE;
826: -- print message body. This may be in sections.
827: htp.p('');
828: while not (end_of_text) loop
829: wf_notification.getfullbody(to_number(nid),msgbody,end_of_text,
830: wf_notification.doc_html);
831: htp.prn(msgbody);

Line 831: htp.prn(msgbody);

827: htp.p('');
828: while not (end_of_text) loop
829: wf_notification.getfullbody(to_number(nid),msgbody,end_of_text,
830: wf_notification.doc_html);
831: htp.prn(msgbody);
832: end loop;
833: htp.p('');
834:
835: htp.tableRowClose;

Line 833: htp.p('');

829: wf_notification.getfullbody(to_number(nid),msgbody,end_of_text,
830: wf_notification.doc_html);
831: htp.prn(msgbody);
832: end loop;
833: htp.p('');
834:
835: htp.tableRowClose;
836: htp.tableClose;
837:

Line 835: htp.tableRowClose;

831: htp.prn(msgbody);
832: end loop;
833: htp.p('');
834:
835: htp.tableRowClose;
836: htp.tableClose;
837:
838: htp.br;
839:

Line 836: htp.tableClose;

832: end loop;
833: htp.p('');
834:
835: htp.tableRowClose;
836: htp.tableClose;
837:
838: htp.br;
839:
840: for not_attr_row in notification_attrs_cursor(nid) loop

Line 838: htp.br;

834:
835: htp.tableRowClose;
836: htp.tableClose;
837:
838: htp.br;
839:
840: for not_attr_row in notification_attrs_cursor(nid) loop
841:
842: if (first_doc = TRUE) then

Line 844: htp.hr;

840: for not_attr_row in notification_attrs_cursor(nid) loop
841:
842: if (first_doc = TRUE) then
843:
844: htp.hr;
845: htp.br;
846: htp.tableopen(cattributes=>'BORDER=0 cellpadding=0 cellspacing=0 summary=""');
847: htp.tablerowopen;
848: first_doc := FALSE;

Line 845: htp.br;

841:
842: if (first_doc = TRUE) then
843:
844: htp.hr;
845: htp.br;
846: htp.tableopen(cattributes=>'BORDER=0 cellpadding=0 cellspacing=0 summary=""');
847: htp.tablerowopen;
848: first_doc := FALSE;
849:

Line 846: htp.tableopen(cattributes=>'BORDER=0 cellpadding=0 cellspacing=0 summary=""');

842: if (first_doc = TRUE) then
843:
844: htp.hr;
845: htp.br;
846: htp.tableopen(cattributes=>'BORDER=0 cellpadding=0 cellspacing=0 summary=""');
847: htp.tablerowopen;
848: first_doc := FALSE;
849:
850: end if;

Line 847: htp.tablerowopen;

843:
844: htp.hr;
845: htp.br;
846: htp.tableopen(cattributes=>'BORDER=0 cellpadding=0 cellspacing=0 summary=""');
847: htp.tablerowopen;
848: first_doc := FALSE;
849:
850: end if;
851:

Line 914: htp.tabledata(cvalue=>link_text, calign=>'CENTER', cattributes=>'id=""');

910: end;
911:
912: end if;
913:
914: htp.tabledata(cvalue=>link_text, calign=>'CENTER', cattributes=>'id=""');
915:
916: htp.tabledata(cvalue=>'   ', calign=>'CENTER', cattributes=>'id=""');
917:
918: end loop;

Line 916: htp.tabledata(cvalue=>'   ', calign=>'CENTER', cattributes=>'id=""');

912: end if;
913:
914: htp.tabledata(cvalue=>link_text, calign=>'CENTER', cattributes=>'id=""');
915:
916: htp.tabledata(cvalue=>'   ', calign=>'CENTER', cattributes=>'id=""');
917:
918: end loop;
919:
920: if (showforms is not null) then

Line 924: htp.hr;

920: if (showforms is not null) then
921: for not_attr_row in ntf_forms_attrs_cursor(nid) loop
922: if (first_doc = TRUE) then
923:
924: htp.hr;
925: htp.br;
926: htp.tableopen(cattributes=>'BORDER=0 cellpadding=0 cellspacing=0 summary=""');
927: htp.tablerowopen;
928: first_doc := FALSE;

Line 925: htp.br;

921: for not_attr_row in ntf_forms_attrs_cursor(nid) loop
922: if (first_doc = TRUE) then
923:
924: htp.hr;
925: htp.br;
926: htp.tableopen(cattributes=>'BORDER=0 cellpadding=0 cellspacing=0 summary=""');
927: htp.tablerowopen;
928: first_doc := FALSE;
929:

Line 926: htp.tableopen(cattributes=>'BORDER=0 cellpadding=0 cellspacing=0 summary=""');

922: if (first_doc = TRUE) then
923:
924: htp.hr;
925: htp.br;
926: htp.tableopen(cattributes=>'BORDER=0 cellpadding=0 cellspacing=0 summary=""');
927: htp.tablerowopen;
928: first_doc := FALSE;
929:
930: end if;

Line 927: htp.tablerowopen;

923:
924: htp.hr;
925: htp.br;
926: htp.tableopen(cattributes=>'BORDER=0 cellpadding=0 cellspacing=0 summary=""');
927: htp.tablerowopen;
928: first_doc := FALSE;
929:
930: end if;
931:

Line 936: htp.p('');

932: --Check the SOCKET_LISTENER_PORT profile option.
933: l_forms_port :=
934: Wfa_Sec.Get_Profile_Value('SOCKET_LISTENER_PORT',username);
935:
936: htp.p('');
937: Wf_Forms.Applet(
938: fname=>Wf_Notification.GetShortText(not_attr_row.text_value, nid),
939: status=>l_status,
940: dispname=>not_attr_row.display_name,

Line 942: htp.p('');

938: fname=>Wf_Notification.GetShortText(not_attr_row.text_value, nid),
939: status=>l_status,
940: dispname=>not_attr_row.display_name,
941: port=>nvl(l_forms_port, '0'));
942: htp.p('');
943: htp.tabledata(cvalue=>'   ', calign=>'CENTER', cattributes=>'id=""');
944: if (not l_status) then
945: cnt := cnt + 1;
946: end if;

Line 943: htp.tabledata(cvalue=>'   ', calign=>'CENTER', cattributes=>'id=""');

939: status=>l_status,
940: dispname=>not_attr_row.display_name,
941: port=>nvl(l_forms_port, '0'));
942: htp.p('');
943: htp.tabledata(cvalue=>'   ', calign=>'CENTER', cattributes=>'id=""');
944: if (not l_status) then
945: cnt := cnt + 1;
946: end if;
947: end loop;

Line 955: htp.tableRowClose;

951: -- If you found a row then close the table row you opened and open a new
952: -- one for the document title
953: if (first_doc = FALSE) then
954:
955: htp.tableRowClose;
956: htp.tablerowopen;
957:
958: end if;
959:

Line 956: htp.tablerowopen;

952: -- one for the document title
953: if (first_doc = FALSE) then
954:
955: htp.tableRowClose;
956: htp.tablerowopen;
957:
958: end if;
959:
960: for not_attr_row in notification_attrs_cursor(nid) loop

Line 1021: htp.tabledata(cvalue=>link_text, calign=>'CENTER', cattributes=>'id=""');

1017: error_stack:= '';
1018: end;
1019: end if;
1020:
1021: htp.tabledata(cvalue=>link_text, calign=>'CENTER', cattributes=>'id=""');
1022:
1023: htp.tabledata(cvalue=>'   ', calign=>'CENTER', cattributes=>'id=""');
1024:
1025: end loop;

Line 1023: htp.tabledata(cvalue=>'   ', calign=>'CENTER', cattributes=>'id=""');

1019: end if;
1020:
1021: htp.tabledata(cvalue=>link_text, calign=>'CENTER', cattributes=>'id=""');
1022:
1023: htp.tabledata(cvalue=>'   ', calign=>'CENTER', cattributes=>'id=""');
1024:
1025: end loop;
1026:
1027: if (showforms is not null) then

Line 1029: htp.p('');

1025: end loop;
1026:
1027: if (showforms is not null) then
1028: for not_attr_row in ntf_forms_attrs_cursor(nid) loop
1029: htp.p('');
1030: htp.p(not_attr_row.display_name);
1031: htp.p('');
1032: htp.tabledata(cvalue=>'   ', calign=>'CENTER',
1033: cattributes=>'id=""');

Line 1030: htp.p(not_attr_row.display_name);

1026:
1027: if (showforms is not null) then
1028: for not_attr_row in ntf_forms_attrs_cursor(nid) loop
1029: htp.p('');
1030: htp.p(not_attr_row.display_name);
1031: htp.p('');
1032: htp.tabledata(cvalue=>'   ', calign=>'CENTER',
1033: cattributes=>'id=""');
1034: end loop;

Line 1031: htp.p('');

1027: if (showforms is not null) then
1028: for not_attr_row in ntf_forms_attrs_cursor(nid) loop
1029: htp.p('');
1030: htp.p(not_attr_row.display_name);
1031: htp.p('');
1032: htp.tabledata(cvalue=>'   ', calign=>'CENTER',
1033: cattributes=>'id=""');
1034: end loop;
1035: end if;

Line 1032: htp.tabledata(cvalue=>'   ', calign=>'CENTER',

1028: for not_attr_row in ntf_forms_attrs_cursor(nid) loop
1029: htp.p('');
1030: htp.p(not_attr_row.display_name);
1031: htp.p('');
1032: htp.tabledata(cvalue=>'   ', calign=>'CENTER',
1033: cattributes=>'id=""');
1034: end loop;
1035: end if;
1036:

Line 1040: htp.tableRowClose;

1036:
1037: -- If you found a row then close the table row you opened and open a new
1038: -- one for the document title
1039: if (first_doc = FALSE) then
1040: htp.tableRowClose;
1041: htp.tableClose;
1042: end if;
1043:
1044: --

Line 1041: htp.tableClose;

1037: -- If you found a row then close the table row you opened and open a new
1038: -- one for the document title
1039: if (first_doc = FALSE) then
1040: htp.tableRowClose;
1041: htp.tableClose;
1042: end if;
1043:
1044: --
1045: -- Print warning message

Line 1048: htp.p('

'||wf_core.translate('WF_EXECUTE_FORM_FAILED'));

1044: --
1045: -- Print warning message
1046: --
1047: if (cnt > 0) then
1048: htp.p('

'||wf_core.translate('WF_EXECUTE_FORM_FAILED'));
1049: htp.br;
1050: end if;
1051:
1052: --

Line 1049: htp.br;

1045: -- Print warning message
1046: --
1047: if (cnt > 0) then
1048: htp.p('

'||wf_core.translate('WF_EXECUTE_FORM_FAILED'));
1049: htp.br;
1050: end if;
1051:
1052: --
1053: -- Page footer

Line 1056: htp.htmlClose;

1052: --
1053: -- Page footer
1054: --
1055: Wfa_Sec.Footer;
1056: htp.htmlClose;
1057:
1058: exception
1059: when others then
1060: rollback;

Line 1203: htp.htmlOpen;

1199: owa_util.http_header_close;
1200: --
1201: -- Header and Page Title
1202: --
1203: htp.htmlOpen;
1204: htp.headOpen;
1205: if (status = 'OPEN') then
1206: htp.title(wf_core.translate('WFA_DTITLE')||' '||realname);
1207: else

Line 1204: htp.headOpen;

1200: --
1201: -- Header and Page Title
1202: --
1203: htp.htmlOpen;
1204: htp.headOpen;
1205: if (status = 'OPEN') then
1206: htp.title(wf_core.translate('WFA_DTITLE')||' '||realname);
1207: else
1208: htp.title(wf_core.translate('WFA_CDTITLE')||' '||realname);

Line 1206: htp.title(wf_core.translate('WFA_DTITLE')||' '||realname);

1202: --
1203: htp.htmlOpen;
1204: htp.headOpen;
1205: if (status = 'OPEN') then
1206: htp.title(wf_core.translate('WFA_DTITLE')||' '||realname);
1207: else
1208: htp.title(wf_core.translate('WFA_CDTITLE')||' '||realname);
1209: end if;
1210:

Line 1208: htp.title(wf_core.translate('WFA_CDTITLE')||' '||realname);

1204: htp.headOpen;
1205: if (status = 'OPEN') then
1206: htp.title(wf_core.translate('WFA_DTITLE')||' '||realname);
1207: else
1208: htp.title(wf_core.translate('WFA_CDTITLE')||' '||realname);
1209: end if;
1210:
1211: -- Add the java script to the header to open the dm window for
1212: -- any DM function that is executed.

Line 1217: htp.headClose;

1213: fnd_document_management.get_open_dm_attach_window;
1214: fnd_document_management.get_open_dm_display_window;
1215:
1216:
1217: htp.headClose;
1218:
1219: htp.p('');
1220: htp.p('');
1221: htp.p('');

Line 1219: htp.p('');

1215:
1216:
1217: htp.headClose;
1218:
1219: htp.p('');
1220: htp.p('');
1221: htp.p('');
1222: htp.p('');
1223: htp.p('');

Line 1220: htp.p('');

1216:
1217: htp.headClose;
1218:
1219: htp.p('');
1220: htp.p('');
1221: htp.p('');
1222: htp.p('');
1223: htp.p('');
1224: htp.p('');

Line 1221: htp.p('');

1217: htp.headClose;
1218:
1219: htp.p('');
1220: htp.p('');
1221: htp.p('');
1222: htp.p('');
1223: htp.p('');
1224: htp.p('');
1225:

Line 1222: htp.p('');

1218:
1219: htp.p('');
1220: htp.p('');
1221: htp.p('');
1222: htp.p('');
1223: htp.p('');
1224: htp.p('');
1225:
1226: --

Line 1223: htp.p('');

1219: htp.p('');
1220: htp.p('');
1221: htp.p('');
1222: htp.p('');
1223: htp.p('');
1224: htp.p('');
1225:
1226: --
1227: -- Response body content

Line 1224: htp.p('');

1220: htp.p('');
1221: htp.p('');
1222: htp.p('');
1223: htp.p('');
1224: htp.p('');
1225:
1226: --
1227: -- Response body content
1228: --

Line 1236: htp.center(htf.anchor(

1232: -- We shows it regardless if we have open response or not.
1233: -- Fix bug #785206. We don't show the WorkList link if is coming from
1234: -- email attachment
1235: if (nkey is null) then
1236: htp.center(htf.anchor(
1237: curl => owa_util.get_owa_service_path||'wfa_html.WorkList',
1238: ctext => wf_core.translate('WFA_WORKLIST_RETURN'),
1239: cattributes=>'TARGET="_top"'));
1240: else

Line 1252: htp.tableOpen(cattributes=>'summary=""');

1248: -- Do not allow any response if notification is not opened
1249: --
1250: if (status = 'OPEN') then
1251: if (showforms is not null) then
1252: htp.tableOpen(cattributes=>'summary=""');
1253: respcnt := 0;
1254: for rec in forms_attrs loop
1255: htp.tableRowOpen;
1256: htp.p('');

Line 1255: htp.tableRowOpen;

1251: if (showforms is not null) then
1252: htp.tableOpen(cattributes=>'summary=""');
1253: respcnt := 0;
1254: for rec in forms_attrs loop
1255: htp.tableRowOpen;
1256: htp.p('');
1257: if (rec.description is not null) then
1258: htp.p(rec.description);
1259: else

Line 1256: htp.p('');

1252: htp.tableOpen(cattributes=>'summary=""');
1253: respcnt := 0;
1254: for rec in forms_attrs loop
1255: htp.tableRowOpen;
1256: htp.p('');
1257: if (rec.description is not null) then
1258: htp.p(rec.description);
1259: else
1260: htp.br;

Line 1258: htp.p(rec.description);

1254: for rec in forms_attrs loop
1255: htp.tableRowOpen;
1256: htp.p('');
1257: if (rec.description is not null) then
1258: htp.p(rec.description);
1259: else
1260: htp.br;
1261: end if;
1262: htp.p('');

Line 1260: htp.br;

1256: htp.p('');
1257: if (rec.description is not null) then
1258: htp.p(rec.description);
1259: else
1260: htp.br;
1261: end if;
1262: htp.p('');
1263:
1264: --Check the SOCKET_LISTENER_PORT profile option.

Line 1262: htp.p('');

1258: htp.p(rec.description);
1259: else
1260: htp.br;
1261: end if;
1262: htp.p('');
1263:
1264: --Check the SOCKET_LISTENER_PORT profile option.
1265: l_forms_port :=
1266: Wfa_Sec.Get_Profile_Value('SOCKET_LISTENER_PORT',username);

Line 1268: htp.p('');

1264: --Check the SOCKET_LISTENER_PORT profile option.
1265: l_forms_port :=
1266: Wfa_Sec.Get_Profile_Value('SOCKET_LISTENER_PORT',username);
1267:
1268: htp.p('');
1269: Wf_Forms.Applet(fname=>Wf_Notification.GetShortText(rec.text_value,
1270: to_number(ResponseFrame.nid)),
1271: status=>l_status,
1272: port=>nvl(l_forms_port, '0'));

Line 1273: htp.p('');

1269: Wf_Forms.Applet(fname=>Wf_Notification.GetShortText(rec.text_value,
1270: to_number(ResponseFrame.nid)),
1271: status=>l_status,
1272: port=>nvl(l_forms_port, '0'));
1273: htp.p('');
1274: htp.tableRowClose;
1275:
1276: htp.tableRowOpen;
1277: htp.tableData(rec.display_name, 'CENTER', cattributes=>'id=""');

Line 1274: htp.tableRowClose;

1270: to_number(ResponseFrame.nid)),
1271: status=>l_status,
1272: port=>nvl(l_forms_port, '0'));
1273: htp.p('');
1274: htp.tableRowClose;
1275:
1276: htp.tableRowOpen;
1277: htp.tableData(rec.display_name, 'CENTER', cattributes=>'id=""');
1278: htp.tableRowClose;

Line 1276: htp.tableRowOpen;

1272: port=>nvl(l_forms_port, '0'));
1273: htp.p('');
1274: htp.tableRowClose;
1275:
1276: htp.tableRowOpen;
1277: htp.tableData(rec.display_name, 'CENTER', cattributes=>'id=""');
1278: htp.tableRowClose;
1279:
1280: if (not l_status) then

Line 1277: htp.tableData(rec.display_name, 'CENTER', cattributes=>'id=""');

1273: htp.p('');
1274: htp.tableRowClose;
1275:
1276: htp.tableRowOpen;
1277: htp.tableData(rec.display_name, 'CENTER', cattributes=>'id=""');
1278: htp.tableRowClose;
1279:
1280: if (not l_status) then
1281: cnt := cnt + 1;

Line 1278: htp.tableRowClose;

1274: htp.tableRowClose;
1275:
1276: htp.tableRowOpen;
1277: htp.tableData(rec.display_name, 'CENTER', cattributes=>'id=""');
1278: htp.tableRowClose;
1279:
1280: if (not l_status) then
1281: cnt := cnt + 1;
1282: end if;

Line 1286: htp.tableClose;

1282: end if;
1283:
1284: respcnt := respcnt + 1;
1285: end loop;
1286: htp.tableClose;
1287:
1288: --
1289: -- Print warning message
1290: --

Line 1292: htp.p('

'||wf_core.translate('WF_EXECUTE_FORM_FAILED'));

1288: --
1289: -- Print warning message
1290: --
1291: if (cnt > 0) then
1292: htp.p('

'||wf_core.translate('WF_EXECUTE_FORM_FAILED'));
1293: htp.br;
1294: end if;
1295:
1296: if (respcnt >= 1) then

Line 1293: htp.br;

1289: -- Print warning message
1290: --
1291: if (cnt > 0) then
1292: htp.p('

'||wf_core.translate('WF_EXECUTE_FORM_FAILED'));
1293: htp.br;
1294: end if;
1295:
1296: if (respcnt >= 1) then
1297: Wfa_Sec.Footer;

Line 1298: htp.htmlClose;

1294: end if;
1295:
1296: if (respcnt >= 1) then
1297: Wfa_Sec.Footer;
1298: htp.htmlClose;
1299: return;
1300: end if;
1301: end if;
1302: end if;

Line 1312: htp.tableOpen(cattributes=>'summary=""');

1308: -- procedure
1309: --
1310: if (urlcount > 1) then
1311:
1312: htp.tableOpen(cattributes=>'summary=""');
1313: for rec in attrs('NORESULT', 'URL') loop
1314:
1315: htp.tableRowOpen;
1316: wfa_html_util.GetUrl(nid, rec.description, rec.text_value);

Line 1315: htp.tableRowOpen;

1311:
1312: htp.tableOpen(cattributes=>'summary=""');
1313: for rec in attrs('NORESULT', 'URL') loop
1314:
1315: htp.tableRowOpen;
1316: wfa_html_util.GetUrl(nid, rec.description, rec.text_value);
1317: htp.tableRowClose;
1318:
1319: end loop;

Line 1317: htp.tableRowClose;

1313: for rec in attrs('NORESULT', 'URL') loop
1314:
1315: htp.tableRowOpen;
1316: wfa_html_util.GetUrl(nid, rec.description, rec.text_value);
1317: htp.tableRowClose;
1318:
1319: end loop;
1320:
1321: htp.tableClose;

Line 1321: htp.tableClose;

1317: htp.tableRowClose;
1318:
1319: end loop;
1320:
1321: htp.tableClose;
1322: Wfa_Sec.Footer;
1323: htp.htmlClose;
1324:
1325: return;

Line 1323: htp.htmlClose;

1319: end loop;
1320:
1321: htp.tableClose;
1322: Wfa_Sec.Footer;
1323: htp.htmlClose;
1324:
1325: return;
1326:
1327: end if;

Line 1331: htp.p('');
1334:
1335: htp.formHidden('nkey', nkey);

Line 1335: htp.formHidden('nkey', nkey);

1331: htp.p('');
1334:
1335: htp.formHidden('nkey', nkey);
1336: htp.formHidden('forward', null);
1337:
1338: -- Add dummy fields to start both array-type input fields.
1339: -- These dummy values are needed so that the array parameters to

Line 1336: htp.formHidden('forward', null);

1332: owa_util.get_owa_service_path||
1333: 'wfa_html.SubmitResponse" METHOD="POST" ONSUBMIT="return false">');
1334:
1335: htp.formHidden('nkey', nkey);
1336: htp.formHidden('forward', null);
1337:
1338: -- Add dummy fields to start both array-type input fields.
1339: -- These dummy values are needed so that the array parameters to
1340: -- the submit procedure will not be null even if there are no real

Line 1343: htp.formHidden('h_fnames', 'Dummy_Name');

1339: -- These dummy values are needed so that the array parameters to
1340: -- the submit procedure will not be null even if there are no real
1341: -- response fields. This would cause a pl/sql error, because array
1342: -- parameters can't be defaulted.
1343: htp.formHidden('h_fnames', 'Dummy_Name');
1344: htp.formHidden('h_fvalues', 'Dummy_Value');
1345: htp.formHidden('h_fdocnames', 'Dummy_Value');
1346: else
1347: -- Add submitted title if ntf not open

Line 1344: htp.formHidden('h_fvalues', 'Dummy_Value');

1340: -- the submit procedure will not be null even if there are no real
1341: -- response fields. This would cause a pl/sql error, because array
1342: -- parameters can't be defaulted.
1343: htp.formHidden('h_fnames', 'Dummy_Name');
1344: htp.formHidden('h_fvalues', 'Dummy_Value');
1345: htp.formHidden('h_fdocnames', 'Dummy_Value');
1346: else
1347: -- Add submitted title if ntf not open
1348: if (status = 'CANCELED') then

Line 1345: htp.formHidden('h_fdocnames', 'Dummy_Value');

1341: -- response fields. This would cause a pl/sql error, because array
1342: -- parameters can't be defaulted.
1343: htp.formHidden('h_fnames', 'Dummy_Name');
1344: htp.formHidden('h_fvalues', 'Dummy_Value');
1345: htp.formHidden('h_fdocnames', 'Dummy_Value');
1346: else
1347: -- Add submitted title if ntf not open
1348: if (status = 'CANCELED') then
1349: htp.center(htf.bold(wf_core.translate('WFA_NOTIF_CANCELED')));

Line 1349: htp.center(htf.bold(wf_core.translate('WFA_NOTIF_CANCELED')));

1345: htp.formHidden('h_fdocnames', 'Dummy_Value');
1346: else
1347: -- Add submitted title if ntf not open
1348: if (status = 'CANCELED') then
1349: htp.center(htf.bold(wf_core.translate('WFA_NOTIF_CANCELED')));
1350: else
1351: if (pseudo_login) then
1352: htp.center(htf.bold(wf_core.translate('WFA_RESPONSE_COMPLETE')));
1353: else

Line 1352: htp.center(htf.bold(wf_core.translate('WFA_RESPONSE_COMPLETE')));

1348: if (status = 'CANCELED') then
1349: htp.center(htf.bold(wf_core.translate('WFA_NOTIF_CANCELED')));
1350: else
1351: if (pseudo_login) then
1352: htp.center(htf.bold(wf_core.translate('WFA_RESPONSE_COMPLETE')));
1353: else
1354: htp.center(htf.bold(wf_core.translate('WFA_SUBMIT_RESPONSE')));
1355: end if;
1356: end if;

Line 1354: htp.center(htf.bold(wf_core.translate('WFA_SUBMIT_RESPONSE')));

1350: else
1351: if (pseudo_login) then
1352: htp.center(htf.bold(wf_core.translate('WFA_RESPONSE_COMPLETE')));
1353: else
1354: htp.center(htf.bold(wf_core.translate('WFA_SUBMIT_RESPONSE')));
1355: end if;
1356: end if;
1357: end if;
1358:

Line 1363: htp.tableOpen(cattributes=>'summary=""');

1359: --
1360: -- Non-RESULT Response attribute fields
1361: -- Add a field for every non-result response attribute
1362: --
1363: htp.tableOpen(cattributes=>'summary=""');
1364:
1365: respcnt := 0;
1366: for rec in attrs('NORESULT', '') loop
1367:

Line 1368: htp.tableRowOpen;

1364:
1365: respcnt := 0;
1366: for rec in attrs('NORESULT', '') loop
1367:
1368: htp.tableRowOpen;
1369:
1370: -- Draw prompt with anchor for info
1371: htp.tableData(
1372: cvalue=>htf.anchor(

Line 1371: htp.tableData(

1367:
1368: htp.tableRowOpen;
1369:
1370: -- Draw prompt with anchor for info
1371: htp.tableData(
1372: cvalue=>htf.anchor(
1373: curl=>owa_util.get_owa_service_path||
1374: 'wfa_html.AttributeInfo?nid='||nid||
1375: '&'||'name='||rec.name,

Line 1410: htp.tableData(cvalue=>document,

1406: '';
1407:
1408: -- If ntf not open print displayed value as boilerplate
1409: -- instead of fields.
1410: htp.tableData(cvalue=>document,
1411: cattributes=>'BGCOLOR=WHITE id=""');
1412:
1413: elsif (dmstype = 'PLSQL') then
1414:

Line 1417: htp.tableData(cvalue=>dvalue,

1413: elsif (dmstype = 'PLSQL') then
1414:
1415: -- If ntf not open print displayed value as boilerplate
1416: -- instead of fields.
1417: htp.tableData(cvalue=>dvalue,
1418: cattributes=>'BGCOLOR=WHITE id=""');
1419:
1420: end if;
1421:

Line 1426: htp.tableData(cvalue=>dvalue,

1422: else
1423:
1424: -- If ntf not open print displayed value as boilerplate
1425: -- instead of fields.
1426: htp.tableData(cvalue=>dvalue,
1427: cattributes=>'BGCOLOR=WHITE id=""');
1428:
1429: end if;
1430:

Line 1447: htp.tableRowClose;

1443: end if;
1444:
1445: end if;
1446:
1447: htp.tableRowClose;
1448:
1449: end loop;
1450:
1451:

Line 1464: htp.tableRowOpen;

1460: if (status = 'OPEN') then
1461: if (respcnt > 0) then
1462: -- Non-result responses exist.
1463: -- Add a 'Submit' button to submit the form.
1464: htp.tableRowOpen;
1465: htp.p('');
1466: wfa_html.create_reg_button ('javascript:document.WFNOTRESP.submit()',
1467: wf_core.translate ('SUBMIT'),
1468: wfa_html.image_loc,

Line 1465: htp.p('');

1461: if (respcnt > 0) then
1462: -- Non-result responses exist.
1463: -- Add a 'Submit' button to submit the form.
1464: htp.tableRowOpen;
1465: htp.p('');
1466: wfa_html.create_reg_button ('javascript:document.WFNOTRESP.submit()',
1467: wf_core.translate ('SUBMIT'),
1468: wfa_html.image_loc,
1469: null,

Line 1472: htp.p('');

1468: wfa_html.image_loc,
1469: null,
1470: wf_core.translate ('SUBMIT'));
1471:
1472: htp.p('');
1473:
1474: else
1475:
1476: -- No responses at all.

Line 1478: htp.tableRowOpen;

1474: else
1475:
1476: -- No responses at all.
1477: -- Add a message to that effect.
1478: htp.tableRowOpen;
1479: htp.tableData(wf_core.translate('WFA_NO_RESPONSE'), cattributes=>'id=""');
1480: htp.tableRowClose;
1481:
1482: -- Followed by a 'Close' button

Line 1479: htp.tableData(wf_core.translate('WFA_NO_RESPONSE'), cattributes=>'id=""');

1475:
1476: -- No responses at all.
1477: -- Add a message to that effect.
1478: htp.tableRowOpen;
1479: htp.tableData(wf_core.translate('WFA_NO_RESPONSE'), cattributes=>'id=""');
1480: htp.tableRowClose;
1481:
1482: -- Followed by a 'Close' button
1483: htp.tableRowOpen;

Line 1480: htp.tableRowClose;

1476: -- No responses at all.
1477: -- Add a message to that effect.
1478: htp.tableRowOpen;
1479: htp.tableData(wf_core.translate('WFA_NO_RESPONSE'), cattributes=>'id=""');
1480: htp.tableRowClose;
1481:
1482: -- Followed by a 'Close' button
1483: htp.tableRowOpen;
1484: htp.p('');

Line 1483: htp.tableRowOpen;

1479: htp.tableData(wf_core.translate('WFA_NO_RESPONSE'), cattributes=>'id=""');
1480: htp.tableRowClose;
1481:
1482: -- Followed by a 'Close' button
1483: htp.tableRowOpen;
1484: htp.p('');
1485: htp.tableopen(cattributes=>'summary=""');
1486: htp.tablerowopen;
1487: htp.p('');

Line 1484: htp.p('');

1480: htp.tableRowClose;
1481:
1482: -- Followed by a 'Close' button
1483: htp.tableRowOpen;
1484: htp.p('');
1485: htp.tableopen(cattributes=>'summary=""');
1486: htp.tablerowopen;
1487: htp.p('');
1488: wfa_html.create_reg_button ('javascript:document.WFNOTRESP.submit()',

Line 1485: htp.tableopen(cattributes=>'summary=""');

1481:
1482: -- Followed by a 'Close' button
1483: htp.tableRowOpen;
1484: htp.p('');
1485: htp.tableopen(cattributes=>'summary=""');
1486: htp.tablerowopen;
1487: htp.p('');
1488: wfa_html.create_reg_button ('javascript:document.WFNOTRESP.submit()',
1489: wf_core.translate ('CLOSE'),

Line 1486: htp.tablerowopen;

1482: -- Followed by a 'Close' button
1483: htp.tableRowOpen;
1484: htp.p('');
1485: htp.tableopen(cattributes=>'summary=""');
1486: htp.tablerowopen;
1487: htp.p('');
1488: wfa_html.create_reg_button ('javascript:document.WFNOTRESP.submit()',
1489: wf_core.translate ('CLOSE'),
1490: wfa_html.image_loc,

Line 1487: htp.p('');

1483: htp.tableRowOpen;
1484: htp.p('');
1485: htp.tableopen(cattributes=>'summary=""');
1486: htp.tablerowopen;
1487: htp.p('');
1488: wfa_html.create_reg_button ('javascript:document.WFNOTRESP.submit()',
1489: wf_core.translate ('CLOSE'),
1490: wfa_html.image_loc,
1491: null,

Line 1494: htp.p('');

1490: wfa_html.image_loc,
1491: null,
1492: wf_core.translate ('CLOSE'));
1493:
1494: htp.p('');
1495:
1496: end if;
1497: end if;
1498: else

Line 1501: htp.tableRowOpen;

1497: end if;
1498: else
1499: -- Result found
1500: -- Draw prompt with anchor for info
1501: htp.tableRowOpen;
1502: htp.tableData(
1503: cvalue=>htf.anchor(
1504: curl=>owa_util.get_owa_service_path||
1505: 'wfa_html.AttributeInfo?nid='||nid||

Line 1502: htp.tableData(

1498: else
1499: -- Result found
1500: -- Draw prompt with anchor for info
1501: htp.tableRowOpen;
1502: htp.tableData(
1503: cvalue=>htf.anchor(
1504: curl=>owa_util.get_owa_service_path||
1505: 'wfa_html.AttributeInfo?nid='||nid||
1506: '&'||'name=RESULT',

Line 1514: htp.p('');

1510: cattributes=>'id=""');
1511:
1512: if (status = 'OPEN') then
1513: -- Draw response buttons
1514: htp.p('');
1515: htp.tableopen(cattributes=>'cellspacing=0 summary=""');
1516: htp.tablerowopen;
1517: respcnt := respcnt + 1;
1518: wfa_html_util.GetButtons(result.text_value, result.format, respcnt);

Line 1515: htp.tableopen(cattributes=>'cellspacing=0 summary=""');

1511:
1512: if (status = 'OPEN') then
1513: -- Draw response buttons
1514: htp.p('');
1515: htp.tableopen(cattributes=>'cellspacing=0 summary=""');
1516: htp.tablerowopen;
1517: respcnt := respcnt + 1;
1518: wfa_html_util.GetButtons(result.text_value, result.format, respcnt);
1519:

Line 1516: htp.tablerowopen;

1512: if (status = 'OPEN') then
1513: -- Draw response buttons
1514: htp.p('');
1515: htp.tableopen(cattributes=>'cellspacing=0 summary=""');
1516: htp.tablerowopen;
1517: respcnt := respcnt + 1;
1518: wfa_html_util.GetButtons(result.text_value, result.format, respcnt);
1519:
1520: else

Line 1522: htp.tableData(cvalue=>wfa_html_util.GetDisplayValue(result.type, result.format,

1518: wfa_html_util.GetButtons(result.text_value, result.format, respcnt);
1519:
1520: else
1521: -- Not open. Throw the result into boilerplate.
1522: htp.tableData(cvalue=>wfa_html_util.GetDisplayValue(result.type, result.format,
1523: result.text_value, result.number_value,
1524: result.date_value),
1525: cattributes=>'BGCOLOR=WHITE id=""');
1526: end if;

Line 1544: htp.p('');

1540: -- Do not want anything on the error stack
1541: Wf_Core.Clear;
1542: end;
1543: if (hide_button <> 'Y') then
1544: htp.p('');
1545: wfa_html.create_reg_button ('javascript:document.WFNOTRESP.forward.value=1;
1546: document.WFNOTRESP.submit()',
1547: wf_core.translate ('ASSIGN'),
1548: wfa_html.image_loc,

Line 1552: htp.p('');

1548: wfa_html.image_loc,
1549: null,
1550: wf_core.translate ('ASSIGN'));
1551:
1552: htp.p('');
1553: end if;
1554: end if;
1555:
1556: htp.p('');

Line 1556: htp.p('');

1552: htp.p('');
1553: end if;
1554: end if;
1555:
1556: htp.p('');
1557: htp.tablerowclose;
1558: htp.tableclose;
1559:
1560: htp.tableRowClose;

Line 1557: htp.tablerowclose;

1553: end if;
1554: end if;
1555:
1556: htp.p('');
1557: htp.tablerowclose;
1558: htp.tableclose;
1559:
1560: htp.tableRowClose;
1561: htp.tableClose;

Line 1558: htp.tableclose;

1554: end if;
1555:
1556: htp.p('');
1557: htp.tablerowclose;
1558: htp.tableclose;
1559:
1560: htp.tableRowClose;
1561: htp.tableClose;
1562:

Line 1560: htp.tableRowClose;

1556: htp.p('');
1557: htp.tablerowclose;
1558: htp.tableclose;
1559:
1560: htp.tableRowClose;
1561: htp.tableClose;
1562:
1563: -- Create hidden fields
1564: -- NOTE: Do NOT create any more fields for h_names or h_values here. The

Line 1561: htp.tableClose;

1557: htp.tablerowclose;
1558: htp.tableclose;
1559:
1560: htp.tableRowClose;
1561: htp.tableClose;
1562:
1563: -- Create hidden fields
1564: -- NOTE: Do NOT create any more fields for h_names or h_values here. The
1565: -- submit buttons created above must be the last values for these fields

Line 1568: htp.formHidden('h_fdocnames', null);

1564: -- NOTE: Do NOT create any more fields for h_names or h_values here. The
1565: -- submit buttons created above must be the last values for these fields
1566: -- to work around an MSIE bug that always sends the submit button last.
1567: if (status = 'OPEN') then
1568: htp.formHidden('h_fdocnames', null);
1569: htp.formHidden('h_counter', to_char(respcnt+1), null);
1570: htp.formHidden('h_nid', nid);
1571: htp.formClose;
1572: end if;

Line 1569: htp.formHidden('h_counter', to_char(respcnt+1), null);

1565: -- submit buttons created above must be the last values for these fields
1566: -- to work around an MSIE bug that always sends the submit button last.
1567: if (status = 'OPEN') then
1568: htp.formHidden('h_fdocnames', null);
1569: htp.formHidden('h_counter', to_char(respcnt+1), null);
1570: htp.formHidden('h_nid', nid);
1571: htp.formClose;
1572: end if;
1573:

Line 1570: htp.formHidden('h_nid', nid);

1566: -- to work around an MSIE bug that always sends the submit button last.
1567: if (status = 'OPEN') then
1568: htp.formHidden('h_fdocnames', null);
1569: htp.formHidden('h_counter', to_char(respcnt+1), null);
1570: htp.formHidden('h_nid', nid);
1571: htp.formClose;
1572: end if;
1573:
1574: -- Page footer

Line 1571: htp.formClose;

1567: if (status = 'OPEN') then
1568: htp.formHidden('h_fdocnames', null);
1569: htp.formHidden('h_counter', to_char(respcnt+1), null);
1570: htp.formHidden('h_nid', nid);
1571: htp.formClose;
1572: end if;
1573:
1574: -- Page footer
1575: Wfa_Sec.Footer;

Line 1576: htp.htmlClose;

1572: end if;
1573:
1574: -- Page footer
1575: Wfa_Sec.Footer;
1576: htp.htmlClose;
1577:
1578: exception
1579: when others then
1580: if (attrs%isopen) then

Line 1623: htp.htmlOpen;

1619: lang_codeset := substr(userenv('LANGUAGE'),instr(userenv('LANGUAGE'),'.')+1,
1620: length(userenv('LANGUAGE')));
1621:
1622: -- Header and Page Title
1623: htp.htmlOpen;
1624: htp.headOpen;
1625: if (status = 'OPEN') then
1626: htp.title(wf_core.translate('WFA_DTITLE')||' '||realname);
1627: else

Line 1624: htp.headOpen;

1620: length(userenv('LANGUAGE')));
1621:
1622: -- Header and Page Title
1623: htp.htmlOpen;
1624: htp.headOpen;
1625: if (status = 'OPEN') then
1626: htp.title(wf_core.translate('WFA_DTITLE')||' '||realname);
1627: else
1628: htp.title(wf_core.translate('WFA_CDTITLE')||' '||realname);

Line 1626: htp.title(wf_core.translate('WFA_DTITLE')||' '||realname);

1622: -- Header and Page Title
1623: htp.htmlOpen;
1624: htp.headOpen;
1625: if (status = 'OPEN') then
1626: htp.title(wf_core.translate('WFA_DTITLE')||' '||realname);
1627: else
1628: htp.title(wf_core.translate('WFA_CDTITLE')||' '||realname);
1629: end if;
1630:

Line 1628: htp.title(wf_core.translate('WFA_CDTITLE')||' '||realname);

1624: htp.headOpen;
1625: if (status = 'OPEN') then
1626: htp.title(wf_core.translate('WFA_DTITLE')||' '||realname);
1627: else
1628: htp.title(wf_core.translate('WFA_CDTITLE')||' '||realname);
1629: end if;
1630:
1631: fnd_document_management.get_open_dm_display_window;
1632:

Line 1636: htp.p('' || wf_core.newline);

Line 1643: htp.p('else { document.WF_HTML.submit(); }' || wf_core.newline ||

1639: htp.p(wf_core.newline || 'function SubmitForward() {' || wf_core.newline );
1640: htp.p('var lcomment = document.WF_HTML.comments.value;' || wf_core.newline );
1641: htp.p(wf_core.newline || 'if (lcomment.length > 240) {' || wf_core.newline ||
1642: 'alert( " ' || WF_CORE.Translate( 'WFA_MAX_COMMENTS' ) || ' "); }' );
1643: htp.p('else { document.WF_HTML.submit(); }' || wf_core.newline ||
1644: '}' || wf_core.newline);
1645: htp.p('' || wf_core.newline);
1646:
1647: htp.p('

Line 1645: htp.p('' || wf_core.newline);

1641: htp.p(wf_core.newline || 'if (lcomment.length > 240) {' || wf_core.newline ||
1642: 'alert( " ' || WF_CORE.Translate( 'WFA_MAX_COMMENTS' ) || ' "); }' );
1643: htp.p('else { document.WF_HTML.submit(); }' || wf_core.newline ||
1644: '}' || wf_core.newline);
1645: htp.p('' || wf_core.newline);
1646:
1647: htp.p('');

Line 1647: htp.p('

1643: htp.p('else { document.WF_HTML.submit(); }' || wf_core.newline ||
1644: '}' || wf_core.newline);
1645: htp.p('' || wf_core.newline);
1646:
1647: htp.p('');
1650:
1651: htp.headClose;

Line 1648: htp.p(WF_CORE.Translate('WFA_NOSCRIPT'));

1644: '}' || wf_core.newline);
1645: htp.p('' || wf_core.newline);
1646:
1647: htp.p('');
1650:
1651: htp.headClose;
1652:

Line 1649: htp.p('');

1645: htp.p('' || wf_core.newline);
1646:
1647: htp.p('');
1650:
1651: htp.headClose;
1652:
1653: -- Body contents

Line 1651: htp.headClose;

1647: htp.p('');
1650:
1651: htp.headClose;
1652:
1653: -- Body contents
1654: wfa_sec.header(background_only=>TRUE);
1655:

Line 1657: htp.formOpen(curl=>owa_util.get_owa_service_path||'wfa_html.SubmitForward',

1653: -- Body contents
1654: wfa_sec.header(background_only=>TRUE);
1655:
1656: -- Open form and add hidden fields
1657: htp.formOpen(curl=>owa_util.get_owa_service_path||'wfa_html.SubmitForward',
1658: cmethod=>'Post', cattributes=>'NAME="WF_HTML"');
1659: htp.formHidden('nkey', nkey);
1660: htp.formHidden('h_nid', nid);
1661:

Line 1659: htp.formHidden('nkey', nkey);

1655:
1656: -- Open form and add hidden fields
1657: htp.formOpen(curl=>owa_util.get_owa_service_path||'wfa_html.SubmitForward',
1658: cmethod=>'Post', cattributes=>'NAME="WF_HTML"');
1659: htp.formHidden('nkey', nkey);
1660: htp.formHidden('h_nid', nid);
1661:
1662: -- Forwardee field
1663: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');

Line 1660: htp.formHidden('h_nid', nid);

1656: -- Open form and add hidden fields
1657: htp.formOpen(curl=>owa_util.get_owa_service_path||'wfa_html.SubmitForward',
1658: cmethod=>'Post', cattributes=>'NAME="WF_HTML"');
1659: htp.formHidden('nkey', nkey);
1660: htp.formHidden('h_nid', nid);
1661:
1662: -- Forwardee field
1663: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');
1664: htp.tableRowOpen;

Line 1663: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');

1659: htp.formHidden('nkey', nkey);
1660: htp.formHidden('h_nid', nid);
1661:
1662: -- Forwardee field
1663: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');
1664: htp.tableRowOpen;
1665: htp.tableData(cvalue=>'',

Line 1664: htp.tableRowOpen;

1660: htp.formHidden('h_nid', nid);
1661:
1662: -- Forwardee field
1663: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');
1664: htp.tableRowOpen;
1665: htp.tableData(cvalue=>'',
1668: calign=>'right', cattributes=>'id=""');

Line 1665: htp.tableData(cvalue=>'

1661:
1662: -- Forwardee field
1663: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');
1664: htp.tableRowOpen;
1665: htp.tableData(cvalue=>'1666: wf_core.translate('WFA_ASSIGNTO') ||
1667: '',
1668: calign=>'right', cattributes=>'id=""');
1669:

Line 1670: htp.formHidden('forwardee', null);

1666: wf_core.translate('WFA_ASSIGNTO') ||
1667: '',
1668: calign=>'right', cattributes=>'id=""');
1669:
1670: htp.formHidden('forwardee', null);
1671:
1672: -- add LOV here: Note:bottom is name of frame.
1673: -- Note: The REPLACE function replaces all the space characters with
1674: -- the proper escape sequence.

Line 1686: htp.tabledata(htf.formText(cname=>'display_forwardee', csize=>30,

1682: '&p_dest_display_field=top.opener.parent.bottom.document.WF_HTML.display_forwardee.value',
1683: ' ', '%20')||''''||',500,500)';
1684:
1685: -- print everything together so ther is no gap.
1686: htp.tabledata(htf.formText(cname=>'display_forwardee', csize=>30,
1687: cmaxlength=>240, cattributes=>'id="i_assignto"')||
1688: ''||
1689: ''||<br>
1690:                     l_message||'
', cattributes=>'id=""');
1692:
1693: htp.tableRowClose;
1694:
1695: -- Delegate/Transfer field
1696: htp.tableRowOpen;
1697: htp.tableData(cvalue=>'

Line 1696: htp.tableRowOpen;

1692:
1693: htp.tableRowClose;
1694:
1695: -- Delegate/Transfer field
1696: htp.tableRowOpen;
1697: htp.tableData(cvalue=>'',

Line 1697: htp.tableData(cvalue=>'

1693: htp.tableRowClose;
1694:
1695: -- Delegate/Transfer field
1696: htp.tableRowOpen;
1697: htp.tableData(cvalue=>'1698: cvalue=>'DELEGATE',
1699: cchecked=>1) ||
1700: wf_core.translate('WFA_REASSIGN_DELEGATE') || '',
1701: calign=>'left', ccolspan=>2, cattributes=>'id=""');

Line 1702: htp.tableRowClose;

1698: cvalue=>'DELEGATE',
1699: cchecked=>1) ||
1700: wf_core.translate('WFA_REASSIGN_DELEGATE') || '',
1701: calign=>'left', ccolspan=>2, cattributes=>'id=""');
1702: htp.tableRowClose;
1703: htp.tableRowOpen;
1704: htp.tableData(cvalue=>'

Line 1703: htp.tableRowOpen;

1699: cchecked=>1) ||
1700: wf_core.translate('WFA_REASSIGN_DELEGATE') || '',
1701: calign=>'left', ccolspan=>2, cattributes=>'id=""');
1702: htp.tableRowClose;
1703: htp.tableRowOpen;
1704: htp.tableData(cvalue=>'',

Line 1704: htp.tableData(cvalue=>'

1700: wf_core.translate('WFA_REASSIGN_DELEGATE') || '',
1701: calign=>'left', ccolspan=>2, cattributes=>'id=""');
1702: htp.tableRowClose;
1703: htp.tableRowOpen;
1704: htp.tableData(cvalue=>'1705: cvalue=>'TRANSFER') ||
1706: wf_core.translate('WFA_REASSIGN_TRANSFER') ||
1707: '',
1708: calign=>'left', ccolspan=>2, cattributes=>'id=""');

Line 1709: htp.tableRowClose;

1705: cvalue=>'TRANSFER') ||
1706: wf_core.translate('WFA_REASSIGN_TRANSFER') ||
1707: '',
1708: calign=>'left', ccolspan=>2, cattributes=>'id=""');
1709: htp.tableRowClose;
1710:
1711:
1712: -- Always treat it as Delegate for now
1713: -- htp.formHidden('fmode','DELEGATE');

Line 1713: -- htp.formHidden('fmode','DELEGATE');

1709: htp.tableRowClose;
1710:
1711:
1712: -- Always treat it as Delegate for now
1713: -- htp.formHidden('fmode','DELEGATE');
1714:
1715: -- Comments field
1716: htp.tableRowOpen;
1717: htp.tableData(cvalue=>'

Line 1716: htp.tableRowOpen;

1712: -- Always treat it as Delegate for now
1713: -- htp.formHidden('fmode','DELEGATE');
1714:
1715: -- Comments field
1716: htp.tableRowOpen;
1717: htp.tableData(cvalue=>'',
1720: calign=>'right', cattributes=>'id=""');

Line 1717: htp.tableData(cvalue=>'

1713: -- htp.formHidden('fmode','DELEGATE');
1714:
1715: -- Comments field
1716: htp.tableRowOpen;
1717: htp.tableData(cvalue=>'1718: wf_core.translate('COMMENTS') ||
1719: '',
1720: calign=>'right', cattributes=>'id=""');
1721: htp.tableData(cvalue=>htf.formTextarea2(cname=>'comments', nrows=>2,

Line 1721: htp.tableData(cvalue=>htf.formTextarea2(cname=>'comments', nrows=>2,

1717: htp.tableData(cvalue=>'',
1720: calign=>'right', cattributes=>'id=""');
1721: htp.tableData(cvalue=>htf.formTextarea2(cname=>'comments', nrows=>2,
1722: ncolumns=>65, cwrap=>'SOFT',
1723: cattributes=>'id="i_comments"'),
1724: calign=>'left', cattributes=>'id=""');
1725: htp.tableRowClose;

Line 1725: htp.tableRowClose;

1721: htp.tableData(cvalue=>htf.formTextarea2(cname=>'comments', nrows=>2,
1722: ncolumns=>65, cwrap=>'SOFT',
1723: cattributes=>'id="i_comments"'),
1724: calign=>'left', cattributes=>'id=""');
1725: htp.tableRowClose;
1726: htp.formClose;
1727: htp.tableclose;
1728:
1729: -- Add submit button

Line 1726: htp.formClose;

1722: ncolumns=>65, cwrap=>'SOFT',
1723: cattributes=>'id="i_comments"'),
1724: calign=>'left', cattributes=>'id=""');
1725: htp.tableRowClose;
1726: htp.formClose;
1727: htp.tableclose;
1728:
1729: -- Add submit button
1730: htp.tableopen(calign=>'CENTER', cattributes=>'summary=""');

Line 1727: htp.tableclose;

1723: cattributes=>'id="i_comments"'),
1724: calign=>'left', cattributes=>'id=""');
1725: htp.tableRowClose;
1726: htp.formClose;
1727: htp.tableclose;
1728:
1729: -- Add submit button
1730: htp.tableopen(calign=>'CENTER', cattributes=>'summary=""');
1731: htp.tableRowOpen;

Line 1730: htp.tableopen(calign=>'CENTER', cattributes=>'summary=""');

1726: htp.formClose;
1727: htp.tableclose;
1728:
1729: -- Add submit button
1730: htp.tableopen(calign=>'CENTER', cattributes=>'summary=""');
1731: htp.tableRowOpen;
1732:
1733: htp.p('');
1734:

Line 1731: htp.tableRowOpen;

1727: htp.tableclose;
1728:
1729: -- Add submit button
1730: htp.tableopen(calign=>'CENTER', cattributes=>'summary=""');
1731: htp.tableRowOpen;
1732:
1733: htp.p('');
1734:
1735: --1578431: Changed button to call SubmitForward() javascript function.

Line 1733: htp.p('');

1729: -- Add submit button
1730: htp.tableopen(calign=>'CENTER', cattributes=>'summary=""');
1731: htp.tableRowOpen;
1732:
1733: htp.p('');
1734:
1735: --1578431: Changed button to call SubmitForward() javascript function.
1736: wfa_html.create_reg_button ('javascript:SubmitForward()',
1737: wf_core.translate ('WFMON_OK'),

Line 1742: htp.p('');

1738: wfa_html.image_loc,
1739: 'FNDJLFOK.gif',
1740: wf_core.translate ('WFMON_OK'));
1741:
1742: htp.p('');
1743:
1744: htp.p('');
1745:
1746: wfa_html.create_reg_button ('Wfa_Html.ResponseFrame?nid='||nid||

Line 1744: htp.p('');

1740: wf_core.translate ('WFMON_OK'));
1741:
1742: htp.p('');
1743:
1744: htp.p('');
1745:
1746: wfa_html.create_reg_button ('Wfa_Html.ResponseFrame?nid='||nid||
1747: '&nkey='||nkey,
1748: wf_core.translate ('CANCEL'),

Line 1753: htp.p('');

1749: wfa_html.image_loc,
1750: 'FNDJLFCN.gif',
1751: wf_core.translate ('CANCEL'));
1752:
1753: htp.p('');
1754:
1755: htp.tableRowClose;
1756: htp.tableClose;
1757:

Line 1755: htp.tableRowClose;

1751: wf_core.translate ('CANCEL'));
1752:
1753: htp.p('');
1754:
1755: htp.tableRowClose;
1756: htp.tableClose;
1757:
1758: wfa_sec.Footer;
1759: htp.htmlClose;

Line 1756: htp.tableClose;

1752:
1753: htp.p('');
1754:
1755: htp.tableRowClose;
1756: htp.tableClose;
1757:
1758: wfa_sec.Footer;
1759: htp.htmlClose;
1760: exception

Line 1759: htp.htmlClose;

1755: htp.tableRowClose;
1756: htp.tableClose;
1757:
1758: wfa_sec.Footer;
1759: htp.htmlClose;
1760: exception
1761: when others then
1762: rollback;
1763: wf_core.context('Wfa_Html', 'ForwardFrame', nid, nkey);

Line 1811: htp.htmlOpen;

1807: wf_core.raise('WFNTF_ATTR');
1808: end;
1809:
1810: -- Header and Page Title
1811: htp.htmlOpen;
1812: htp.headOpen;
1813: htp.title(wf_core.translate('WFA_ATTRINFO')||': '||dispname);
1814: htp.headClose;
1815:

Line 1812: htp.headOpen;

1808: end;
1809:
1810: -- Header and Page Title
1811: htp.htmlOpen;
1812: htp.headOpen;
1813: htp.title(wf_core.translate('WFA_ATTRINFO')||': '||dispname);
1814: htp.headClose;
1815:
1816: -- Body contents

Line 1813: htp.title(wf_core.translate('WFA_ATTRINFO')||': '||dispname);

1809:
1810: -- Header and Page Title
1811: htp.htmlOpen;
1812: htp.headOpen;
1813: htp.title(wf_core.translate('WFA_ATTRINFO')||': '||dispname);
1814: htp.headClose;
1815:
1816: -- Body contents
1817: wfa_sec.header(background_only=>TRUE);

Line 1814: htp.headClose;

1810: -- Header and Page Title
1811: htp.htmlOpen;
1812: htp.headOpen;
1813: htp.title(wf_core.translate('WFA_ATTRINFO')||': '||dispname);
1814: htp.headClose;
1815:
1816: -- Body contents
1817: wfa_sec.header(background_only=>TRUE);
1818: -- Title

Line 1819: htp.center(htf.bold(wf_core.translate('WFA_ATTRINFO')||' '||dispname));

1815:
1816: -- Body contents
1817: wfa_sec.header(background_only=>TRUE);
1818: -- Title
1819: htp.center(htf.bold(wf_core.translate('WFA_ATTRINFO')||' '||dispname));
1820: htp.tableOpen(cattributes=>'summary=""');
1821:
1822: -- Description
1823: htp.tableRowOpen;

Line 1820: htp.tableOpen(cattributes=>'summary=""');

1816: -- Body contents
1817: wfa_sec.header(background_only=>TRUE);
1818: -- Title
1819: htp.center(htf.bold(wf_core.translate('WFA_ATTRINFO')||' '||dispname));
1820: htp.tableOpen(cattributes=>'summary=""');
1821:
1822: -- Description
1823: htp.tableRowOpen;
1824: htp.tableData(cvalue=>wf_core.translate('DESCRIPTION'), calign=>'right', cattributes=>'id=""');

Line 1823: htp.tableRowOpen;

1819: htp.center(htf.bold(wf_core.translate('WFA_ATTRINFO')||' '||dispname));
1820: htp.tableOpen(cattributes=>'summary=""');
1821:
1822: -- Description
1823: htp.tableRowOpen;
1824: htp.tableData(cvalue=>wf_core.translate('DESCRIPTION'), calign=>'right', cattributes=>'id=""');
1825: htp.tableData(cvalue=>htf.bold(description), calign=>'left',
1826: cattributes=>'bgcolor=white ehaders=""');
1827: htp.tableRowClose;

Line 1824: htp.tableData(cvalue=>wf_core.translate('DESCRIPTION'), calign=>'right', cattributes=>'id=""');

1820: htp.tableOpen(cattributes=>'summary=""');
1821:
1822: -- Description
1823: htp.tableRowOpen;
1824: htp.tableData(cvalue=>wf_core.translate('DESCRIPTION'), calign=>'right', cattributes=>'id=""');
1825: htp.tableData(cvalue=>htf.bold(description), calign=>'left',
1826: cattributes=>'bgcolor=white ehaders=""');
1827: htp.tableRowClose;
1828:

Line 1825: htp.tableData(cvalue=>htf.bold(description), calign=>'left',

1821:
1822: -- Description
1823: htp.tableRowOpen;
1824: htp.tableData(cvalue=>wf_core.translate('DESCRIPTION'), calign=>'right', cattributes=>'id=""');
1825: htp.tableData(cvalue=>htf.bold(description), calign=>'left',
1826: cattributes=>'bgcolor=white ehaders=""');
1827: htp.tableRowClose;
1828:
1829: -- Type

Line 1827: htp.tableRowClose;

1823: htp.tableRowOpen;
1824: htp.tableData(cvalue=>wf_core.translate('DESCRIPTION'), calign=>'right', cattributes=>'id=""');
1825: htp.tableData(cvalue=>htf.bold(description), calign=>'left',
1826: cattributes=>'bgcolor=white ehaders=""');
1827: htp.tableRowClose;
1828:
1829: -- Type
1830: htp.tableRowOpen;
1831: htp.tableData(cvalue=>wf_core.translate('TYPE'), calign=>'right', cattributes=>'id=""');

Line 1830: htp.tableRowOpen;

1826: cattributes=>'bgcolor=white ehaders=""');
1827: htp.tableRowClose;
1828:
1829: -- Type
1830: htp.tableRowOpen;
1831: htp.tableData(cvalue=>wf_core.translate('TYPE'), calign=>'right', cattributes=>'id=""');
1832: htp.tableData(cvalue=>htf.bold(wfa_html_util.GetLookupMeaning('WFSTD_ATTRTYPE',
1833: attrtype)),
1834: calign=>'left',

Line 1831: htp.tableData(cvalue=>wf_core.translate('TYPE'), calign=>'right', cattributes=>'id=""');

1827: htp.tableRowClose;
1828:
1829: -- Type
1830: htp.tableRowOpen;
1831: htp.tableData(cvalue=>wf_core.translate('TYPE'), calign=>'right', cattributes=>'id=""');
1832: htp.tableData(cvalue=>htf.bold(wfa_html_util.GetLookupMeaning('WFSTD_ATTRTYPE',
1833: attrtype)),
1834: calign=>'left',
1835: cattributes=>'bgcolor=white id=""');

Line 1832: htp.tableData(cvalue=>htf.bold(wfa_html_util.GetLookupMeaning('WFSTD_ATTRTYPE',

1828:
1829: -- Type
1830: htp.tableRowOpen;
1831: htp.tableData(cvalue=>wf_core.translate('TYPE'), calign=>'right', cattributes=>'id=""');
1832: htp.tableData(cvalue=>htf.bold(wfa_html_util.GetLookupMeaning('WFSTD_ATTRTYPE',
1833: attrtype)),
1834: calign=>'left',
1835: cattributes=>'bgcolor=white id=""');
1836: htp.tableRowClose;

Line 1836: htp.tableRowClose;

1832: htp.tableData(cvalue=>htf.bold(wfa_html_util.GetLookupMeaning('WFSTD_ATTRTYPE',
1833: attrtype)),
1834: calign=>'left',
1835: cattributes=>'bgcolor=white id=""');
1836: htp.tableRowClose;
1837:
1838: -- Format
1839: htp.tableRowOpen;
1840: if (attrtype = 'VARCHAR2') then

Line 1839: htp.tableRowOpen;

1835: cattributes=>'bgcolor=white id=""');
1836: htp.tableRowClose;
1837:
1838: -- Format
1839: htp.tableRowOpen;
1840: if (attrtype = 'VARCHAR2') then
1841: htp.tableData(cvalue=>wf_core.translate('MAXLENGTH'), calign=>'right');
1842: htp.tableData(cvalue=>htf.bold(nvl(format, '2000')), calign=>'left',
1843: cattributes=>'bgcolor=white');

Line 1841: htp.tableData(cvalue=>wf_core.translate('MAXLENGTH'), calign=>'right');

1837:
1838: -- Format
1839: htp.tableRowOpen;
1840: if (attrtype = 'VARCHAR2') then
1841: htp.tableData(cvalue=>wf_core.translate('MAXLENGTH'), calign=>'right');
1842: htp.tableData(cvalue=>htf.bold(nvl(format, '2000')), calign=>'left',
1843: cattributes=>'bgcolor=white');
1844: elsif (attrtype = 'LOOKUP') then
1845: htp.tableData(cvalue=>wf_core.translate('LOOKUP'), calign=>'right', cattributes=>'id=""');

Line 1842: htp.tableData(cvalue=>htf.bold(nvl(format, '2000')), calign=>'left',

1838: -- Format
1839: htp.tableRowOpen;
1840: if (attrtype = 'VARCHAR2') then
1841: htp.tableData(cvalue=>wf_core.translate('MAXLENGTH'), calign=>'right');
1842: htp.tableData(cvalue=>htf.bold(nvl(format, '2000')), calign=>'left',
1843: cattributes=>'bgcolor=white');
1844: elsif (attrtype = 'LOOKUP') then
1845: htp.tableData(cvalue=>wf_core.translate('LOOKUP'), calign=>'right', cattributes=>'id=""');
1846:

Line 1845: htp.tableData(cvalue=>wf_core.translate('LOOKUP'), calign=>'right', cattributes=>'id=""');

1841: htp.tableData(cvalue=>wf_core.translate('MAXLENGTH'), calign=>'right');
1842: htp.tableData(cvalue=>htf.bold(nvl(format, '2000')), calign=>'left',
1843: cattributes=>'bgcolor=white');
1844: elsif (attrtype = 'LOOKUP') then
1845: htp.tableData(cvalue=>wf_core.translate('LOOKUP'), calign=>'right', cattributes=>'id=""');
1846:
1847: -- Get displayed name of lookup
1848: begin
1849: select WLT.DISPLAY_NAME

Line 1857: htp.tableData(cvalue=>htf.bold(dlookup), calign=>'left',

1853: exception
1854: when no_data_found then
1855: dlookup := format;
1856: end;
1857: htp.tableData(cvalue=>htf.bold(dlookup), calign=>'left',
1858: cattributes=>'bgcolor=white id=""');
1859:
1860: elsif format is not null then
1861: -- All others just print format only if it exists

Line 1863: htp.tableData(cvalue=>wf_core.translate('FORMAT'), calign=>'right', cattributes=>'id=""');

1859:
1860: elsif format is not null then
1861: -- All others just print format only if it exists
1862: -- printing "default" is confusing UI.
1863: htp.tableData(cvalue=>wf_core.translate('FORMAT'), calign=>'right', cattributes=>'id=""');
1864: htp.tableData(cvalue=>htf.bold(nvl(format, '&'||'lt;'||
1865: wf_core.translate('DEFAULT')||'&'||'gt;')),
1866: calign=>'left',
1867: cattributes=>'bgcolor=white id=""');

Line 1864: htp.tableData(cvalue=>htf.bold(nvl(format, '&'||'lt;'||

1860: elsif format is not null then
1861: -- All others just print format only if it exists
1862: -- printing "default" is confusing UI.
1863: htp.tableData(cvalue=>wf_core.translate('FORMAT'), calign=>'right', cattributes=>'id=""');
1864: htp.tableData(cvalue=>htf.bold(nvl(format, '&'||'lt;'||
1865: wf_core.translate('DEFAULT')||'&'||'gt;')),
1866: calign=>'left',
1867: cattributes=>'bgcolor=white id=""');
1868: end if;

Line 1869: htp.tableRowClose;

1865: wf_core.translate('DEFAULT')||'&'||'gt;')),
1866: calign=>'left',
1867: cattributes=>'bgcolor=white id=""');
1868: end if;
1869: htp.tableRowClose;
1870:
1871: htp.tableClose;
1872: wfa_sec.Footer;
1873: htp.htmlClose;

Line 1871: htp.tableClose;

1867: cattributes=>'bgcolor=white id=""');
1868: end if;
1869: htp.tableRowClose;
1870:
1871: htp.tableClose;
1872: wfa_sec.Footer;
1873: htp.htmlClose;
1874: exception
1875: when others then

Line 1873: htp.htmlClose;

1869: htp.tableRowClose;
1870:
1871: htp.tableClose;
1872: wfa_sec.Footer;
1873: htp.htmlClose;
1874: exception
1875: when others then
1876: rollback;
1877: wf_core.context('Wfa_Html', 'AttributeInfo', nid, name);

Line 1996: htp.htmlOpen;

1992: Wf_Notification.GetInfo(to_number(nid), recipient, s0, s0, s0, s0, status);
1993: username := Wfa_Html.Authenticate(to_number(nid), null);
1994: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
1995:
1996: htp.htmlOpen;
1997: htp.headOpen;
1998: if (status = 'OPEN') then
1999: htp.title(wf_core.translate('WFA_DTITLE') || ' ' || realname);
2000: else

Line 1997: htp.headOpen;

1993: username := Wfa_Html.Authenticate(to_number(nid), null);
1994: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
1995:
1996: htp.htmlOpen;
1997: htp.headOpen;
1998: if (status = 'OPEN') then
1999: htp.title(wf_core.translate('WFA_DTITLE') || ' ' || realname);
2000: else
2001: htp.title(wf_core.translate('WFA_CDTITLE') || ' ' || realname);

Line 1999: htp.title(wf_core.translate('WFA_DTITLE') || ' ' || realname);

1995:
1996: htp.htmlOpen;
1997: htp.headOpen;
1998: if (status = 'OPEN') then
1999: htp.title(wf_core.translate('WFA_DTITLE') || ' ' || realname);
2000: else
2001: htp.title(wf_core.translate('WFA_CDTITLE') || ' ' || realname);
2002: end if;
2003:

Line 2001: htp.title(wf_core.translate('WFA_CDTITLE') || ' ' || realname);

1997: htp.headOpen;
1998: if (status = 'OPEN') then
1999: htp.title(wf_core.translate('WFA_DTITLE') || ' ' || realname);
2000: else
2001: htp.title(wf_core.translate('WFA_CDTITLE') || ' ' || realname);
2002: end if;
2003:
2004: wfa_html.create_help_function('wf/links/det.htm?DETNOT');
2005:

Line 2010: htp.headClose;

2006: -- Add the java script to the header to open the dm window for
2007: -- any DM function that is executed.
2008: fnd_document_management.get_open_dm_display_window;
2009:
2010: htp.headClose;
2011:
2012: -- Calculate size of response frame
2013: respsize := RespFrameSize(to_number(nid));
2014:

Line 2018: htp.p('');
2022: else

Line 2023: htp.p('');
2022: else
2023: htp.p('');

Line 2038: htp.p('

2034: showforms := '';
2035: end if;
2036:
2037: if (showforms is not null) then
2038: htp.p(' 2039: 'src="'||owa_util.get_owa_service_path||
2040: 'wfa_html.DetailFrame?nid='||nid||'&'||'showforms=T'||'" TITLE="' ||
2041: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2042: owa_util.get_owa_service_path ||

Line 2045: htp.p('

2041: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2042: owa_util.get_owa_service_path ||
2043: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');
2044: else
2045: htp.p(' 2046: 'src="'||owa_util.get_owa_service_path||
2047: 'wfa_html.DetailFrame?nid='||nid||'" TITLE="' ||
2048: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2049: owa_util.get_owa_service_path ||

Line 2061: htp.p('

2057: url_str := url_str||'&'||'showforms=T';
2058: end if;
2059:
2060: -- Note frame name BOTTOM is hardcoded into wfa_html.detail
2061: htp.p(' 2062: 'src="'||url_str||'" TITLE="' ||
2063: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2064: owa_util.get_owa_service_path ||
2065: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');

Line 2067: htp.p('');

2063: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2064: owa_util.get_owa_service_path ||
2065: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');
2066:
2067: htp.p('');
2068: htp.htmlClose;
2069: exception
2070: when others then
2071: rollback;

Line 2068: htp.htmlClose;

2064: owa_util.get_owa_service_path ||
2065: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');
2066:
2067: htp.p('');
2068: htp.htmlClose;
2069: exception
2070: when others then
2071: rollback;
2072: wf_core.context('Wfa_Html','Detail', nid);

Line 2128: --it calls htp procs which causes session to hang

2124: g_newLine;
2125: end if;
2126:
2127: --tr: dont execute the help function
2128: --it calls htp procs which causes session to hang
2129: -- wfa_html.create_help_function('wf/links/det.htm?DETNOT');
2130:
2131: result := result || htf.headClose||g_newLine;
2132:

Line 2296: htp.p(m_html);

2292: is
2293: m_html varchar2(32000);
2294: begin
2295: m_html := Wfa_Html.Detail2(nid, nkey, agent);
2296: htp.p(m_html);
2297:
2298: exception
2299: when others then
2300: wf_core.context('Wfa_Html', 'DetailLink', to_char(nid), nkey, agent);

Line 2381: htp.htmlOpen;

2377: end if;
2378: end if;
2379:
2380: if (pseudo_login) then
2381: htp.htmlOpen;
2382: htp.headOpen;
2383:
2384: htp.center(htf.bold(WF_CORE.Translate('WFA_ASSIGNED') || ': ' ||
2385: WF_DIRECTORY.GetRoleDisplayName(upper(l_forwardee)) || '.'));

Line 2382: htp.headOpen;

2378: end if;
2379:
2380: if (pseudo_login) then
2381: htp.htmlOpen;
2382: htp.headOpen;
2383:
2384: htp.center(htf.bold(WF_CORE.Translate('WFA_ASSIGNED') || ': ' ||
2385: WF_DIRECTORY.GetRoleDisplayName(upper(l_forwardee)) || '.'));
2386:

Line 2384: htp.center(htf.bold(WF_CORE.Translate('WFA_ASSIGNED') || ': ' ||

2380: if (pseudo_login) then
2381: htp.htmlOpen;
2382: htp.headOpen;
2383:
2384: htp.center(htf.bold(WF_CORE.Translate('WFA_ASSIGNED') || ': ' ||
2385: WF_DIRECTORY.GetRoleDisplayName(upper(l_forwardee)) || '.'));
2386:
2387: htp.headClose;
2388: htp.htmlClose;

Line 2387: htp.headClose;

2383:
2384: htp.center(htf.bold(WF_CORE.Translate('WFA_ASSIGNED') || ': ' ||
2385: WF_DIRECTORY.GetRoleDisplayName(upper(l_forwardee)) || '.'));
2386:
2387: htp.headClose;
2388: htp.htmlClose;
2389:
2390: else
2391: -- Putting WorkList in the browser window

Line 2388: htp.htmlClose;

2384: htp.center(htf.bold(WF_CORE.Translate('WFA_ASSIGNED') || ': ' ||
2385: WF_DIRECTORY.GetRoleDisplayName(upper(l_forwardee)) || '.'));
2386:
2387: htp.headClose;
2388: htp.htmlClose;
2389:
2390: else
2391: -- Putting WorkList in the browser window
2392: Wfa_Html.GotoURL('Wfa_Html.WorkList', '_top');

Line 2511: htp.htmlOpen;

2507: begin
2508: -- Bug 4634849
2509: l_url := wfa_html.encode_url(url);
2510:
2511: htp.htmlOpen;
2512: htp.headOpen;
2513: htp.p('');

2522: window.open(url,location);
2523: }'
2524: );
2525:
2526: htp.p(' ');
2527:
2528: htp.p('');

Line 2528: htp.p('

2524: );
2525:
2526: htp.p(' ');
2527:
2528: htp.p('');
2531:
2532: htp.headClose;

Line 2529: htp.p(WF_CORE.Translate('WFA_NOSCRIPT'));

2525:
2526: htp.p(' ');
2527:
2528: htp.p('');
2531:
2532: htp.headClose;
2533:

Line 2530: htp.p('');

2526: htp.p(' ');
2527:
2528: htp.p('');
2531:
2532: htp.headClose;
2533:
2534: if (attributes is null) then

Line 2532: htp.headClose;

2528: htp.p('');
2531:
2532: htp.headClose;
2533:
2534: if (attributes is null) then
2535: htp.p ('');
2536: else

Line 2535: htp.p ('');

2531:
2532: htp.headClose;
2533:
2534: if (attributes is null) then
2535: htp.p ('');
2536: else
2537: htp.p ('');
2539: end if;

Line 2537: htp.p ('');
2536: else
2537: htp.p ('');
2539: end if;
2540: htp.bodyClose;
2541: htp.htmlClose;

Line 2540: htp.bodyClose;

2536: else
2537: htp.p ('');
2539: end if;
2540: htp.bodyClose;
2541: htp.htmlClose;
2542: end GotoURL;
2543:
2544: -- SubmitSelectedResponse

Line 2541: htp.htmlClose;

2537: htp.p ('');
2539: end if;
2540: htp.bodyClose;
2541: htp.htmlClose;
2542: end GotoURL;
2543:
2544: -- SubmitSelectedResponse
2545: -- Submit selected notification response

Line 2699: htp.p('');

2695: if (install_type = 'STANDALONE') THEN
2696:
2697: help_prefix := '/OA_DOC/';
2698:
2699: htp.p('');
2700: htp.p('');

2709: ', "help_win","resizable=yes,scrollbars=yes,toolbar=yes,width=600,height=500")
2710: }
2711: ');
2712:
2713: htp.p('');
2714:
2715: htp.p('');

Line 2715: htp.p('

2711: ');
2712:
2713: htp.p('');
2714:
2715: htp.p('');
2718:
2719: else

Line 2716: htp.p(WF_CORE.Translate('WFA_NOSCRIPT'));

2712:
2713: htp.p('');
2714:
2715: htp.p('');
2718:
2719: else
2720:

Line 2717: htp.p('');

2713: htp.p('');
2714:
2715: htp.p('');
2718:
2719: else
2720:
2721: /*

Line 3070: htp.p(wf_core.translate('WFA_FIND_USER'));

3066: AND status <> 'INACTIVE';
3067:
3068: END IF;
3069:
3070: htp.p(wf_core.translate('WFA_FIND_USER'));
3071: htp.p('2');
3072: htp.p(TO_CHAR(l_row_count));
3073: htp.p(wf_core.translate('NAME'));
3074: htp.p('40');

Line 3071: htp.p('2');

3067:
3068: END IF;
3069:
3070: htp.p(wf_core.translate('WFA_FIND_USER'));
3071: htp.p('2');
3072: htp.p(TO_CHAR(l_row_count));
3073: htp.p(wf_core.translate('NAME'));
3074: htp.p('40');
3075: htp.p(wf_core.translate('DISPLAY_NAME'));

Line 3072: htp.p(TO_CHAR(l_row_count));

3068: END IF;
3069:
3070: htp.p(wf_core.translate('WFA_FIND_USER'));
3071: htp.p('2');
3072: htp.p(TO_CHAR(l_row_count));
3073: htp.p(wf_core.translate('NAME'));
3074: htp.p('40');
3075: htp.p(wf_core.translate('DISPLAY_NAME'));
3076: htp.p('60');

Line 3073: htp.p(wf_core.translate('NAME'));

3069:
3070: htp.p(wf_core.translate('WFA_FIND_USER'));
3071: htp.p('2');
3072: htp.p(TO_CHAR(l_row_count));
3073: htp.p(wf_core.translate('NAME'));
3074: htp.p('40');
3075: htp.p(wf_core.translate('DISPLAY_NAME'));
3076: htp.p('60');
3077:

Line 3074: htp.p('40');

3070: htp.p(wf_core.translate('WFA_FIND_USER'));
3071: htp.p('2');
3072: htp.p(TO_CHAR(l_row_count));
3073: htp.p(wf_core.translate('NAME'));
3074: htp.p('40');
3075: htp.p(wf_core.translate('DISPLAY_NAME'));
3076: htp.p('60');
3077:
3078: IF (p_titles_only = 'N') THEN

Line 3075: htp.p(wf_core.translate('DISPLAY_NAME'));

3071: htp.p('2');
3072: htp.p(TO_CHAR(l_row_count));
3073: htp.p(wf_core.translate('NAME'));
3074: htp.p('40');
3075: htp.p(wf_core.translate('DISPLAY_NAME'));
3076: htp.p('60');
3077:
3078: IF (p_titles_only = 'N') THEN
3079:

Line 3076: htp.p('60');

3072: htp.p(TO_CHAR(l_row_count));
3073: htp.p(wf_core.translate('NAME'));
3074: htp.p('40');
3075: htp.p(wf_core.translate('DISPLAY_NAME'));
3076: htp.p('60');
3077:
3078: IF (p_titles_only = 'N') THEN
3079:
3080: OPEN c_user_lov (p_find_criteria||'%');

Line 3093: htp.p (l_name);

3089: l_name, l_display_name;
3090:
3091: EXIT WHEN c_user_lov%NOTFOUND;
3092:
3093: htp.p (l_name);
3094: htp.p (l_display_name);
3095:
3096: END LOOP;
3097:

Line 3094: htp.p (l_display_name);

3090:
3091: EXIT WHEN c_user_lov%NOTFOUND;
3092:
3093: htp.p (l_name);
3094: htp.p (l_display_name);
3095:
3096: END LOOP;
3097:
3098: END IF;

Line 3117: htp.htmlOpen;

3113: wfa_sec.GetSession(username);
3114: owa_util.mime_header('text/html', FALSE);
3115: owa_cookie.send('WDB_GATEWAY_LOGOUT','YES', '', '/');
3116: owa_util.http_header_close;
3117: htp.htmlOpen;
3118: htp.headOpen;
3119: htp.title(wf_core.translate('WFA_HOMETITLE'));
3120: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3121: htp.headClose;

Line 3118: htp.headOpen;

3114: owa_util.mime_header('text/html', FALSE);
3115: owa_cookie.send('WDB_GATEWAY_LOGOUT','YES', '', '/');
3116: owa_util.http_header_close;
3117: htp.htmlOpen;
3118: htp.headOpen;
3119: htp.title(wf_core.translate('WFA_HOMETITLE'));
3120: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3121: htp.headClose;
3122:

Line 3119: htp.title(wf_core.translate('WFA_HOMETITLE'));

3115: owa_cookie.send('WDB_GATEWAY_LOGOUT','YES', '', '/');
3116: owa_util.http_header_close;
3117: htp.htmlOpen;
3118: htp.headOpen;
3119: htp.title(wf_core.translate('WFA_HOMETITLE'));
3120: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3121: htp.headClose;
3122:
3123: -- Page header

Line 3121: htp.headClose;

3117: htp.htmlOpen;
3118: htp.headOpen;
3119: htp.title(wf_core.translate('WFA_HOMETITLE'));
3120: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3121: htp.headClose;
3122:
3123: -- Page header
3124: wfa_sec.Header(FALSE, '', wf_core.translate('WF_WORKFLOW_TITLE')||
3125: ' - '|| wf_core.translate('WF_VERSION'), FALSE);

Line 3127: htp.center(wf_core.translate('LOGOUT_MESSAGE')

3123: -- Page header
3124: wfa_sec.Header(FALSE, '', wf_core.translate('WF_WORKFLOW_TITLE')||
3125: ' - '|| wf_core.translate('WF_VERSION'), FALSE);
3126:
3127: htp.center(wf_core.translate('LOGOUT_MESSAGE')
3128: ||' '||htf.anchor(curl=>wfa_html.base_url||'/wfa_html.home',
3129: ctext=>wf_core.translate('CLICK_HOME')));
3130:
3131: wfa_sec.Footer;

Line 3132: htp.htmlClose;

3128: ||' '||htf.anchor(curl=>wfa_html.base_url||'/wfa_html.home',
3129: ctext=>wf_core.translate('CLICK_HOME')));
3130:
3131: wfa_sec.Footer;
3132: htp.htmlClose;
3133: exception
3134: when others then
3135: wf_core.context('Wfa_Html','logout');
3136: wfa_html.Error;

Line 3180: htp.htmlOpen;

3176: Wf_Directory.IsPerformer(username, admin_role)) then
3177: admin_mode := 'Y';
3178: end if;
3179:
3180: htp.htmlOpen;
3181: htp.headOpen;
3182: htp.title(wf_core.translate('WFA_HOMETITLE')||' - '||realname);
3183: htp.headClose;
3184:

Line 3181: htp.headOpen;

3177: admin_mode := 'Y';
3178: end if;
3179:
3180: htp.htmlOpen;
3181: htp.headOpen;
3182: htp.title(wf_core.translate('WFA_HOMETITLE')||' - '||realname);
3183: htp.headClose;
3184:
3185: wfa_html.homemenu;

Line 3182: htp.title(wf_core.translate('WFA_HOMETITLE')||' - '||realname);

3178: end if;
3179:
3180: htp.htmlOpen;
3181: htp.headOpen;
3182: htp.title(wf_core.translate('WFA_HOMETITLE')||' - '||realname);
3183: htp.headClose;
3184:
3185: wfa_html.homemenu;
3186:

Line 3183: htp.headClose;

3179:
3180: htp.htmlOpen;
3181: htp.headOpen;
3182: htp.title(wf_core.translate('WFA_HOMETITLE')||' - '||realname);
3183: htp.headClose;
3184:
3185: wfa_html.homemenu;
3186:
3187: htp.htmlClose;

Line 3187: htp.htmlClose;

3183: htp.headClose;
3184:
3185: wfa_html.homemenu;
3186:
3187: htp.htmlClose;
3188: exception
3189: when others then
3190: rollback;
3191: wf_core.context('Wfa_Html','home');

Line 3206: htp.htmlOpen;

3202: -- Check session and current user
3203: wfa_sec.GetSession(username);
3204:
3205: -- Set page title
3206: htp.htmlOpen;
3207: htp.headOpen;
3208: htp.title(wf_core.translate('WFA_HOMETITLE'));
3209: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3210: htp.headClose;

Line 3207: htp.headOpen;

3203: wfa_sec.GetSession(username);
3204:
3205: -- Set page title
3206: htp.htmlOpen;
3207: htp.headOpen;
3208: htp.title(wf_core.translate('WFA_HOMETITLE'));
3209: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3210: htp.headClose;
3211: -- Page header

Line 3208: htp.title(wf_core.translate('WFA_HOMETITLE'));

3204:
3205: -- Set page title
3206: htp.htmlOpen;
3207: htp.headOpen;
3208: htp.title(wf_core.translate('WFA_HOMETITLE'));
3209: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3210: htp.headClose;
3211: -- Page header
3212: wfa_sec.Header(FALSE, '', wf_core.translate('WF_WORKFLOW_TITLE')||

Line 3210: htp.headClose;

3206: htp.htmlOpen;
3207: htp.headOpen;
3208: htp.title(wf_core.translate('WFA_HOMETITLE'));
3209: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3210: htp.headClose;
3211: -- Page header
3212: wfa_sec.Header(FALSE, '', wf_core.translate('WF_WORKFLOW_TITLE')||
3213: ' - '|| wf_core.translate('WF_VERSION'), TRUE);
3214: wfa_sec.Footer;

Line 3215: htp.htmlClose;

3211: -- Page header
3212: wfa_sec.Header(FALSE, '', wf_core.translate('WF_WORKFLOW_TITLE')||
3213: ' - '|| wf_core.translate('WF_VERSION'), TRUE);
3214: wfa_sec.Footer;
3215: htp.htmlClose;
3216: end;
3217:
3218:
3219: procedure home_float

Line 3241: htp.htmlOpen;

3237: admin_mode := 'Y';
3238: end if;
3239:
3240: -- Set page title
3241: htp.htmlOpen;
3242:
3243: htp.headOpen;
3244:
3245: htp.p('');

Line 3250: htp.p('');

3246: htp.p('function launch_nav()
3247: { window.name="bigwin";
3248: newwind=window.open("'||owa_util.get_owa_service_path||'wfa_html.homemenu?message=&origin=FLOATING","newWindow","status=yes,toolbar=no,resizable=no,scrollbars=yes,width=200,height=250")
3249: }');
3250: htp.p('');
3251:
3252: htp.p('');

Line 3252: htp.p('

3248: newwind=window.open("'||owa_util.get_owa_service_path||'wfa_html.homemenu?message=&origin=FLOATING","newWindow","status=yes,toolbar=no,resizable=no,scrollbars=yes,width=200,height=250")
3249: }');
3250: htp.p('');
3251:
3252: htp.p('');
3255:
3256:

Line 3253: htp.p(WF_CORE.Translate('WFA_NOSCRIPT'));

3249: }');
3250: htp.p('');
3251:
3252: htp.p('');
3255:
3256:
3257: htp.headClose;

Line 3254: htp.p('');

3250: htp.p('');
3251:
3252: htp.p('');
3255:
3256:
3257: htp.headClose;
3258: htp.p('');

Line 3257: htp.headClose;

3253: htp.p(WF_CORE.Translate('WFA_NOSCRIPT'));
3254: htp.p('');
3255:
3256:
3257: htp.headClose;
3258: htp.p('');
3259:
3260:
3261: htp.p('');
3264:
3265: htp.p('

Line 3262: htp.p('launch_nav();');

3258: htp.p('');
3259:
3260:
3261: htp.p('');
3264:
3265: htp.p('

Line 3263: htp.p('');

3259:
3260:
3261: htp.p('');
3264:
3265: htp.p('');

Line 3265: htp.p('

3261: htp.p('');
3264:
3265: htp.p('');
3268:
3269: wfa_sec.Footer;

Line 3266: htp.p(WF_CORE.Translate('WFA_NOSCRIPT'));

3262: htp.p('launch_nav();');
3263: htp.p('');
3264:
3265: htp.p('');
3268:
3269: wfa_sec.Footer;
3270: htp.htmlClose;

Line 3267: htp.p('');

3263: htp.p('');
3264:
3265: htp.p('');
3268:
3269: wfa_sec.Footer;
3270: htp.htmlClose;
3271:

Line 3270: htp.htmlClose;

3266: htp.p(WF_CORE.Translate('WFA_NOSCRIPT'));
3267: htp.p('');
3268:
3269: wfa_sec.Footer;
3270: htp.htmlClose;
3271:
3272: if (admin_mode = 'Y') then
3273: wfa_html.WorkList(user=>username,resetcookie=>1);
3274: else

Line 3311: htp.htmlOpen;

3307: admin_mode := 'Y';
3308: end if;
3309:
3310: -- Set page title
3311: htp.htmlOpen;
3312: htp.headOpen;
3313: htp.title(wf_core.translate('WFA_HOMETITLE'));
3314: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3315:

Line 3312: htp.headOpen;

3308: end if;
3309:
3310: -- Set page title
3311: htp.htmlOpen;
3312: htp.headOpen;
3313: htp.title(wf_core.translate('WFA_HOMETITLE'));
3314: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3315:
3316: htp.headClose;

Line 3313: htp.title(wf_core.translate('WFA_HOMETITLE'));

3309:
3310: -- Set page title
3311: htp.htmlOpen;
3312: htp.headOpen;
3313: htp.title(wf_core.translate('WFA_HOMETITLE'));
3314: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3315:
3316: htp.headClose;
3317:

Line 3316: htp.headClose;

3312: htp.headOpen;
3313: htp.title(wf_core.translate('WFA_HOMETITLE'));
3314: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');
3315:
3316: htp.headClose;
3317:
3318: if origin = 'FLOATING' then
3319: anchor_tag := '');

3331: if origin = 'NORMAL' then
3332:
3333: /* ### Do not display version
3334: -- Version
3335: htp.p('Oracle Workflow ' || wf_core.translate('WF_VERSION') || '
');
3336:
3337: -- User, Admin Mode
3338: htp.p(realname || ' (' || username || ')');
3339: admin_role := wf_core.translate('WF_ADMIN_ROLE');

Line 3338: htp.p(realname || ' (' || username || ')');

3334: -- Version
3335: htp.p('Oracle Workflow ' || wf_core.translate('WF_VERSION') || '
');
3336:
3337: -- User, Admin Mode
3338: htp.p(realname || ' (' || username || ')');
3339: admin_role := wf_core.translate('WF_ADMIN_ROLE');
3340: if (admin_mode = 'Y') then
3341: htp.p(' - ' || wf_core.translate('WF_ADMIN'));
3342: end if;

Line 3341: htp.p(' - ' || wf_core.translate('WF_ADMIN'));

3337: -- User, Admin Mode
3338: htp.p(realname || ' (' || username || ')');
3339: admin_role := wf_core.translate('WF_ADMIN_ROLE');
3340: if (admin_mode = 'Y') then
3341: htp.p(' - ' || wf_core.translate('WF_ADMIN'));
3342: end if;
3343: htp.p('
');
3344: */
3345:

Line 3343: htp.p('
');

3339: admin_role := wf_core.translate('WF_ADMIN_ROLE');
3340: if (admin_mode = 'Y') then
3341: htp.p(' - ' || wf_core.translate('WF_ADMIN'));
3342: end if;
3343: htp.p('
');
3344: */
3345:
3346: -- Additional Message
3347: if (message is not null) then

Line 3348: htp.p('
');

3344: */
3345:
3346: -- Additional Message
3347: if (message is not null) then
3348: htp.p('
');
3349: htp.p(message);
3350: end if;
3351: end if;
3352:

Line 3349: htp.p(message);

3345:
3346: -- Additional Message
3347: if (message is not null) then
3348: htp.p('
');
3349: htp.p(message);
3350: end if;
3351: end if;
3352:
3353: if origin = 'FRAME' then

Line 3354: htp.fontOpen(cface=>'ARIAL,HELVETICA',csize=>'-1');

3350: end if;
3351: end if;
3352:
3353: if origin = 'FRAME' then
3354: htp.fontOpen(cface=>'ARIAL,HELVETICA',csize=>'-1');
3355: end if;
3356:
3357: if origin = 'NORMAL' then
3358: wrklstbuf := ' ('|| to_char(wf_notification.WorkCount(username)) ||

Line 3360: htp.tableopen(calign=>'LEFT', cattributes=>'WIDTH=80% summary=""');

3356:
3357: if origin = 'NORMAL' then
3358: wrklstbuf := ' ('|| to_char(wf_notification.WorkCount(username)) ||
3359: ' ' || wf_core.translate('OPEN_NOTIFICATIONS') || ')';
3360: htp.tableopen(calign=>'LEFT', cattributes=>'WIDTH=80% summary=""');
3361: else
3362: -- dont print the "n open notifications" message next to Worklist
3363: -- because worklist will be displayed.
3364: wrklstbuf := '';

Line 3365: htp.tableopen(cattributes=>'summary=""');

3361: else
3362: -- dont print the "n open notifications" message next to Worklist
3363: -- because worklist will be displayed.
3364: wrklstbuf := '';
3365: htp.tableopen(cattributes=>'summary=""');
3366: end if;
3367:
3368: if (admin_mode = 'Y') then
3369:

Line 3371: htp.tablerowopen;

3367:
3368: if (admin_mode = 'Y') then
3369:
3370: -- WorkList Event
3371: htp.tablerowopen;
3372: htp.tabledata(''||<br>
3373:              wf_core.translate('OPEN_NOTIFICATIONS')||''||
3374: anchor_tag||owa_util.get_owa_service_path ||
3375: 'wfa_html.WorkList?user='||username||'&'||'resetcookie=1>'||

Line 3372: htp.tabledata(''||<br>
</h5><p>
3368:   if (admin_mode = 'Y') then<br>
3369: <br>
3370:      -- WorkList     Event<br>
3371:      htp.tablerowopen;<br>
<b>3372:      htp.tabledata('<img src='||
3374: anchor_tag||owa_util.get_owa_service_path ||
3375: 'wfa_html.WorkList?user='||username||'&'||'resetcookie=1>'||
3376: wf_core.translate('WFA_WTITLE') || '
' ||

Line 3379: htp.tabledata(''||<br>
</h5><p>
3375:              'wfa_html.WorkList?user='||username||'&'||'resetcookie=1>'||<br>
3376:              wf_core.translate('WFA_WTITLE') || '</A>' ||<br>
3377:              wrklstbuf, cattributes=>'id= 3378:
3379: htp.tabledata(''||<br>
</b>3380:              wf_core.translate('WFE_LIST_EVENTS_TITLE')||''||
3381: anchor_tag||owa_util.get_owa_service_path ||
3382: 'wf_event_html.listevents?resetcookie=T>' ||
3383: wf_core.translate('WFE_LIST_EVENTS_TITLE')|| '', cattributes=>'id=""');

Line 3384: htp.tablerowclose;

3380: wf_core.translate('WFE_LIST_EVENTS_TITLE')||'">'||
3381: anchor_tag||owa_util.get_owa_service_path ||
3382: 'wf_event_html.listevents?resetcookie=T>' ||
3383: wf_core.translate('WFE_LIST_EVENTS_TITLE')|| '', cattributes=>'id=""');
3384: htp.tablerowclose;
3385:
3386: -- Find Notification Find Event
3387: htp.tablerowopen;
3388: htp.tabledata(''||<br>
</p>
<h5>Line 3387:      htp.tablerowopen;<br>
</h5><p>
3383:              wf_core.translate('WFE_LIST_EVENTS_TITLE')|| '</A>', cattributes=>'id= 3384: htp.tablerowclose;
3385:
3386: -- Find Notification Find Event
3387: htp.tablerowopen;
3388: htp.tabledata(''||<br>
3389:              wf_core.translate('WFA_FINDTITLE')||''||
3390: anchor_tag||owa_util.get_owa_service_path || 'wfa_html.Find>' ||
3391: wf_core.translate('WFA_FINDTITLE') || '', cattributes=>'id=""');

Line 3388: htp.tabledata(''||<br>
</h5><p>
3384:      htp.tablerowclose;<br>
3385: <br>
3386:      -- Find Notification     Find Event<br>
3387:      htp.tablerowopen;<br>
<b>3388:      htp.tabledata('<img src='||
3390: anchor_tag||owa_util.get_owa_service_path || 'wfa_html.Find>' ||
3391: wf_core.translate('WFA_FINDTITLE') || '', cattributes=>'id=""');
3392:

Line 3393: htp.tabledata(''||<br>
</h5><p>
3389:              wf_core.translate('WFA_FINDTITLE')||''||
3390: anchor_tag||owa_util.get_owa_service_path || 'wfa_html.Find>' ||
3391: wf_core.translate('WFA_FINDTITLE') || '', cattributes=>'id=""');
3392:
3393: htp.tabledata(''||<br>
</b>3394:              wf_core.translate('WFE_FIND_EVENT_TITLE')||''||
3395: anchor_tag||owa_util.get_owa_service_path ||
3396: 'wf_event_html.findevent>' ||
3397: wf_core.translate('WFE_FIND_EVENT_TITLE')|| '', cattributes=>'id=""');

Line 3398: htp.tablerowclose;

3394: wf_core.translate('WFE_FIND_EVENT_TITLE')||'">'||
3395: anchor_tag||owa_util.get_owa_service_path ||
3396: 'wf_event_html.findevent>' ||
3397: wf_core.translate('WFE_FIND_EVENT_TITLE')|| '', cattributes=>'id=""');
3398: htp.tablerowclose;
3399:
3400: -- Find Route Systems
3401: htp.tablerowopen;
3402: htp.tabledata(''||<br>
</p>
<h5>Line 3401:      htp.tablerowopen;<br>
</h5><p>
3397:              wf_core.translate('WFE_FIND_EVENT_TITLE')|| '</A>', cattributes=>'id= 3398: htp.tablerowclose;
3399:
3400: -- Find Route Systems
3401: htp.tablerowopen;
3402: htp.tabledata(''||<br>
3403:              wf_core.translate('WFRTG_LIST_TITLE')||''||
3404: anchor_tag||owa_util.get_owa_service_path || 'wf_route.Find>' ||
3405: wf_core.translate('WFRTG_FIND_TITLE') || '', cattributes=>'id=""');

Line 3402: htp.tabledata(''||<br>
</h5><p>
3398:      htp.tablerowclose;<br>
3399: <br>
3400:      -- Find Route            Systems<br>
3401:      htp.tablerowopen;<br>
<b>3402:      htp.tabledata('<img src='||
3404: anchor_tag||owa_util.get_owa_service_path || 'wf_route.Find>' ||
3405: wf_core.translate('WFRTG_FIND_TITLE') || '', cattributes=>'id=""');
3406:

Line 3407: htp.tabledata(''||<br>
</h5><p>
3403:              wf_core.translate('WFRTG_LIST_TITLE')||''||
3404: anchor_tag||owa_util.get_owa_service_path || 'wf_route.Find>' ||
3405: wf_core.translate('WFRTG_FIND_TITLE') || '', cattributes=>'id=""');
3406:
3407: htp.tabledata(''||<br>
</b>3408:              wf_core.translate('WFE_LIST_SYSTEMS_TITLE')||''||
3409: anchor_tag||owa_util.get_owa_service_path ||
3410: 'wf_event_html.listsystems?resetcookie=T>' ||
3411: wf_core.translate('WFE_LIST_SYSTEMS_TITLE')|| '', cattributes=>'id=""');

Line 3412: htp.tablerowclose;

3408: wf_core.translate('WFE_LIST_SYSTEMS_TITLE')||'">'||
3409: anchor_tag||owa_util.get_owa_service_path ||
3410: 'wf_event_html.listsystems?resetcookie=T>' ||
3411: wf_core.translate('WFE_LIST_SYSTEMS_TITLE')|| '', cattributes=>'id=""');
3412: htp.tablerowclose;
3413:
3414: -- Find Process (Monitor) Find system
3415: htp.tablerowopen;
3416: htp.tabledata(''||<br>
</p>
<h5>Line 3415:      htp.tablerowopen;<br>
</h5><p>
3411:              wf_core.translate('WFE_LIST_SYSTEMS_TITLE')|| '</A>', cattributes=>'id= 3412: htp.tablerowclose;
3413:
3414: -- Find Process (Monitor) Find system
3415: htp.tablerowopen;
3416: htp.tabledata(''||<br>
3417:              wf_core.translate('WFMON_FINDTITLE')||''||
3418: anchor_tag||owa_util.get_owa_service_path ||
3419: 'wf_monitor.Find_Instance>' ||

Line 3416: htp.tabledata(''||<br>
</h5><p>
3412:      htp.tablerowclose;<br>
3413: <br>
3414:      -- Find Process (Monitor)      Find system<br>
3415:      htp.tablerowopen;<br>
<b>3416:      htp.tabledata('<img src='||
3418: anchor_tag||owa_util.get_owa_service_path ||
3419: 'wf_monitor.Find_Instance>' ||
3420: wf_core.translate('WFMON_FINDTITLE') || '', cattributes=>'id=""');

Line 3422: htp.tabledata(''||<br>
</h5><p>
3418:              anchor_tag||owa_util.get_owa_service_path ||<br>
3419:              'wf_monitor.Find_Instance>' ||<br>
3420:              wf_core.translate('WFMON_FINDTITLE') || '</A>', cattributes=>'id= 3421:
3422: htp.tabledata(''||<br>
</b>3423:              wf_core.translate('WFE_FIND_SYSTEM_TITLE')||''||
3424: anchor_tag||owa_util.get_owa_service_path ||
3425: 'wf_event_html.findsystem>' ||
3426: wf_core.translate('WFE_FIND_SYSTEM_TITLE')|| '', cattributes=>'id=""');

Line 3427: htp.tablerowclose;

3423: wf_core.translate('WFE_FIND_SYSTEM_TITLE')||'">'||
3424: anchor_tag||owa_util.get_owa_service_path ||
3425: 'wf_event_html.findsystem>' ||
3426: wf_core.translate('WFE_FIND_SYSTEM_TITLE')|| '', cattributes=>'id=""');
3427: htp.tablerowclose;
3428:
3429: -- User Preference Agents
3430: htp.tablerowopen;
3431: htp.tabledata(''||<br>
</p>
<h5>Line 3430:      htp.tablerowopen;<br>
</h5><p>
3426:              wf_core.translate('WFE_FIND_SYSTEM_TITLE')|| '</A>', cattributes=>'id= 3427: htp.tablerowclose;
3428:
3429: -- User Preference Agents
3430: htp.tablerowopen;
3431: htp.tabledata(''||<br>
3432:              wf_core.translate('WFPREF_EDIT_PREFS_TITLE')||''||
3433: anchor_tag||owa_util.get_owa_service_path ||
3434: 'wf_pref.edit>' ||

Line 3431: htp.tabledata(''||<br>
</h5><p>
3427:      htp.tablerowclose;<br>
3428: <br>
3429:      -- User Preference            Agents<br>
3430:      htp.tablerowopen;<br>
<b>3431:      htp.tabledata('<img src='||
3433: anchor_tag||owa_util.get_owa_service_path ||
3434: 'wf_pref.edit>' ||
3435: wf_core.translate('WFPREF_EDIT_PREFS_TITLE') || '', cattributes=>'id=""');

Line 3437: htp.tabledata(''||<br>
</h5><p>
3433:              anchor_tag||owa_util.get_owa_service_path ||<br>
3434:              'wf_pref.edit>' ||<br>
3435:              wf_core.translate('WFPREF_EDIT_PREFS_TITLE') || '</A>', cattributes=>'id= 3436:
3437: htp.tabledata(''||<br>
</b>3438:              wf_core.translate('WFE_LIST_AGENTS_TITLE')||''||
3439: anchor_tag||owa_util.get_owa_service_path ||
3440: 'wf_event_html.listagents?resetcookie=T>' ||
3441: wf_core.translate('WFE_LIST_AGENTS_TITLE')|| '', cattributes=>'id=""');

Line 3442: htp.tablerowclose;

3438: wf_core.translate('WFE_LIST_AGENTS_TITLE')||'">'||
3439: anchor_tag||owa_util.get_owa_service_path ||
3440: 'wf_event_html.listagents?resetcookie=T>' ||
3441: wf_core.translate('WFE_LIST_AGENTS_TITLE')|| '', cattributes=>'id=""');
3442: htp.tablerowclose;
3443:
3444: -- Global Perference Find Agent
3445: htp.tablerowopen;
3446: htp.tabledata(''||<br>
</p>
<h5>Line 3445:      htp.tablerowopen;<br>
</h5><p>
3441:              wf_core.translate('WFE_LIST_AGENTS_TITLE')|| '</A>', cattributes=>'id= 3442: htp.tablerowclose;
3443:
3444: -- Global Perference Find Agent
3445: htp.tablerowopen;
3446: htp.tabledata(''||<br>
3447:              wf_core.translate('WFPREF_EDIT_DEF_PREFS_TITLE')||''||
3448: anchor_tag||owa_util.get_owa_service_path ||
3449: 'wf_pref.edit?edit_defaults=Y>' ||

Line 3446: htp.tabledata(''||<br>
</h5><p>
3442:      htp.tablerowclose;<br>
3443: <br>
3444:      -- Global Perference          Find Agent<br>
3445:      htp.tablerowopen;<br>
<b>3446:      htp.tabledata('<img src='||
3448: anchor_tag||owa_util.get_owa_service_path ||
3449: 'wf_pref.edit?edit_defaults=Y>' ||
3450: wf_core.translate('WFPREF_EDIT_DEF_PREFS_TITLE') || '', cattributes=>'id=""');

Line 3452: htp.tabledata(''||<br>
</h5><p>
3448:              anchor_tag||owa_util.get_owa_service_path ||<br>
3449:              'wf_pref.edit?edit_defaults=Y>' ||<br>
3450:              wf_core.translate('WFPREF_EDIT_DEF_PREFS_TITLE') || '</A>', cattributes=>'id= 3451:
3452: htp.tabledata(''||<br>
</b>3453:              wf_core.translate('WFE_FIND_AGENT_TITLE')||''||
3454: anchor_tag||owa_util.get_owa_service_path ||
3455: 'wf_event_html.findagent>' ||
3456: wf_core.translate('WFE_FIND_AGENT_TITLE')|| '', cattributes=>'id=""');

Line 3457: htp.tablerowclose;

3453: wf_core.translate('WFE_FIND_AGENT_TITLE')||'">'||
3454: anchor_tag||owa_util.get_owa_service_path ||
3455: 'wf_event_html.findagent>' ||
3456: wf_core.translate('WFE_FIND_AGENT_TITLE')|| '', cattributes=>'id=""');
3457: htp.tablerowclose;
3458:
3459: -- Document Nodes Subscriptions
3460: htp.tablerowopen;
3461: htp.tabledata(''||<br>
</p>
<h5>Line 3460:      htp.tablerowopen;<br>
</h5><p>
3456:              wf_core.translate('WFE_FIND_AGENT_TITLE')|| '</A>', cattributes=>'id= 3457: htp.tablerowclose;
3458:
3459: -- Document Nodes Subscriptions
3460: htp.tablerowopen;
3461: htp.tabledata(''||<br>
3462:              wf_core.translate('WFDM_EDIT_NODE_TITLE')||''||
3463: anchor_tag||owa_util.get_owa_service_path ||
3464: 'fnd_document_management.dm_nodes_display>' ||

Line 3461: htp.tabledata(''||<br>
</h5><p>
3457:      htp.tablerowclose;<br>
3458: <br>
3459:      -- Document Nodes            Subscriptions<br>
3460:      htp.tablerowopen;<br>
<b>3461:      htp.tabledata('<img src='||
3463: anchor_tag||owa_util.get_owa_service_path ||
3464: 'fnd_document_management.dm_nodes_display>' ||
3465: wf_core.translate('WFDM_EDIT_NODE_TITLE')|| '', cattributes=>'id=""');

Line 3467: htp.tabledata(''||<br>
</h5><p>
3463:              anchor_tag||owa_util.get_owa_service_path ||<br>
3464:              'fnd_document_management.dm_nodes_display>' ||<br>
3465:              wf_core.translate('WFDM_EDIT_NODE_TITLE')|| '</A>', cattributes=>'id= 3466:
3467: htp.tabledata(''||<br>
</b>3468:              wf_core.translate('WFE_LIST_SUBSC_TITLE')||''||
3469: anchor_tag||owa_util.get_owa_service_path ||
3470: 'wf_event_html.listsubscriptions?resetcookie=T>' ||
3471: wf_core.translate('WFE_LIST_SUBSC_TITLE')|| '', cattributes=>'id=""');

Line 3472: htp.tablerowclose;

3468: wf_core.translate('WFE_LIST_SUBSC_TITLE')||'">'||
3469: anchor_tag||owa_util.get_owa_service_path ||
3470: 'wf_event_html.listsubscriptions?resetcookie=T>' ||
3471: wf_core.translate('WFE_LIST_SUBSC_TITLE')|| '', cattributes=>'id=""');
3472: htp.tablerowclose;
3473:
3474: -- Item Type Definition Find Subscriptions
3475: htp.tablerowopen;
3476: htp.tabledata(''||<br>
</p>
<h5>Line 3475:      htp.tablerowopen;<br>
</h5><p>
3471:              wf_core.translate('WFE_LIST_SUBSC_TITLE')|| '</A>', cattributes=>'id= 3472: htp.tablerowclose;
3473:
3474: -- Item Type Definition Find Subscriptions
3475: htp.tablerowopen;
3476: htp.tabledata(''||<br>
3477:              wf_core.translate('WFITD_ITEM_TYPE_DEFINITION')||''||
3478: anchor_tag||owa_util.get_owa_service_path ||
3479: 'wf_item_definition.find_item_type>' ||

Line 3476: htp.tabledata(''||<br>
</h5><p>
3472:      htp.tablerowclose;<br>
3473: <br>
3474:      -- Item Type Definition       Find Subscriptions<br>
3475:      htp.tablerowopen;<br>
<b>3476:      htp.tabledata('<img src='||
3478: anchor_tag||owa_util.get_owa_service_path ||
3479: 'wf_item_definition.find_item_type>' ||
3480: wf_core.translate('WFITD_ITEM_TYPE_DEFINITION')|| '', cattributes=>'id=""');

Line 3482: htp.tabledata(''||<br>
</h5><p>
3478:              anchor_tag||owa_util.get_owa_service_path ||<br>
3479:              'wf_item_definition.find_item_type>' ||<br>
3480:              wf_core.translate('WFITD_ITEM_TYPE_DEFINITION')|| '</A>', cattributes=>'id= 3481:
3482: htp.tabledata(''||<br>
</b>3483:              wf_core.translate('WFE_FIND_SUBSC_TITLE')||''||
3484: anchor_tag||owa_util.get_owa_service_path ||
3485: 'wf_event_html.findsubscription>' ||
3486: wf_core.translate('WFE_FIND_SUBSC_TITLE')|| '', cattributes=>'id=""');

Line 3487: htp.tablerowclose;

3483: wf_core.translate('WFE_FIND_SUBSC_TITLE')||'">'||
3484: anchor_tag||owa_util.get_owa_service_path ||
3485: 'wf_event_html.findsubscription>' ||
3486: wf_core.translate('WFE_FIND_SUBSC_TITLE')|| '', cattributes=>'id=""');
3487: htp.tablerowclose;
3488:
3489: -- Launch Process Check Setup
3490: htp.tablerowopen;
3491: htp.tabledata(''||<br>
</p>
<h5>Line 3490:      htp.tablerowopen;<br>
</h5><p>
3486:              wf_core.translate('WFE_FIND_SUBSC_TITLE')|| '</A>', cattributes=>'id= 3487: htp.tablerowclose;
3488:
3489: -- Launch Process Check Setup
3490: htp.tablerowopen;
3491: htp.tabledata(''||<br>
3492:              wf_core.translate('WFINIT_ITEM_TYPE_TITLE')||''||
3493: anchor_tag||owa_util.get_owa_service_path ||
3494: 'wf_initiate.itemtype>' ||

Line 3491: htp.tabledata(''||<br>
</h5><p>
3487:      htp.tablerowclose;<br>
3488: <br>
3489:      -- Launch Process              Check Setup<br>
3490:      htp.tablerowopen;<br>
<b>3491:      htp.tabledata('<img src='||
3493: anchor_tag||owa_util.get_owa_service_path ||
3494: 'wf_initiate.itemtype>' ||
3495: wf_core.translate('WFINIT_ITEM_TYPE_TITLE')|| '', cattributes=>'id=""');

Line 3497: htp.tabledata(''||<br>
</h5><p>
3493:              anchor_tag||owa_util.get_owa_service_path ||<br>
3494:              'wf_initiate.itemtype>' ||<br>
3495:              wf_core.translate('WFINIT_ITEM_TYPE_TITLE')|| '</A>', cattributes=>'id= 3496:
3497: htp.tabledata(''||<br>
</b>3498:              wf_core.translate('WFE_CHECK_ALL_TITLE')||''||
3499: anchor_tag||owa_util.get_owa_service_path ||
3500: 'wf_setup.check_all>' ||
3501: wf_core.translate('WFE_CHECK_ALL_TITLE')|| '', cattributes=>'id=""');

Line 3502: htp.tablerowclose;

3498: wf_core.translate('WFE_CHECK_ALL_TITLE')||'">'||
3499: anchor_tag||owa_util.get_owa_service_path ||
3500: 'wf_setup.check_all>' ||
3501: wf_core.translate('WFE_CHECK_ALL_TITLE')|| '', cattributes=>'id=""');
3502: htp.tablerowclose;
3503:
3504: -- Demo Raise Business Event
3505: htp.tablerowopen;
3506: htp.tabledata(''||<br>
</p>
<h5>Line 3505:      htp.tablerowopen;<br>
</h5><p>
3501:              wf_core.translate('WFE_CHECK_ALL_TITLE')|| '</A>', cattributes=>'id= 3502: htp.tablerowclose;
3503:
3504: -- Demo Raise Business Event
3505: htp.tablerowopen;
3506: htp.tabledata(''||<br>
3507:              wf_core.translate('WF_DEMO_MENU')||''||
3508: anchor_tag||owa_util.get_owa_service_path ||
3509: 'wf_demo.home>' ||

Line 3506: htp.tabledata(''||<br>
</h5><p>
3502:      htp.tablerowclose;<br>
3503: <br>
3504:      -- Demo                        Raise Business Event<br>
3505:      htp.tablerowopen;<br>
<b>3506:      htp.tabledata('<img src='||
3508: anchor_tag||owa_util.get_owa_service_path ||
3509: 'wf_demo.home>' ||
3510: wf_core.translate('WF_DEMO_MENU')|| '', cattributes=>'id=""');

Line 3512: htp.tabledata(' 3511:
3512: htp.tabledata(''||<br>
3514:              wf_core.translate('WFE_RAISE_EVENT_TITLE')||''||
3515: anchor_tag||owa_util.get_owa_service_path ||
3516: 'wf_event_html.entereventdetails?p_event_name=%>' ||

Line 3518: htp.tablerowclose;

3514: wf_core.translate('WFE_RAISE_EVENT_TITLE')||'">'||
3515: anchor_tag||owa_util.get_owa_service_path ||
3516: 'wf_event_html.entereventdetails?p_event_name=%>' ||
3517: wf_core.translate('WFE_RAISE_EVENT_TITLE')|| '', cattributes=>'id=""');
3518: htp.tablerowclose;
3519:
3520: -- System Signup
3521: htp.tablerowopen;
3522:

Line 3521: htp.tablerowopen;

3517: wf_core.translate('WFE_RAISE_EVENT_TITLE')|| '', cattributes=>'id=""');
3518: htp.tablerowclose;
3519:
3520: -- System Signup
3521: htp.tablerowopen;
3522:
3523: htp.tabledata('', cattributes=>'id=""');
3524:
3525: htp.tabledata('

3519:
3520: -- System Signup
3521: htp.tablerowopen;
3522:
3523: htp.tabledata('', cattributes=>'id=""');
3524:
3525: htp.tabledata(''||<br>
3527:              wf_core.translate('WFE_SYSTEM_SIGNUP_TITLE')||''||

Line 3525: htp.tabledata(' 3524:
3525: htp.tabledata(''||<br>
3527:              wf_core.translate('WFE_SYSTEM_SIGNUP_TITLE')||''||
3528: anchor_tag||owa_util.get_owa_service_path ||
3529: 'wf_event_html.entereventdetails?p_event_name=oracle.apps.wf.event.system.signup>' ||

Line 3531: htp.tablerowclose;

3527: wf_core.translate('WFE_SYSTEM_SIGNUP_TITLE')||'">'||
3528: anchor_tag||owa_util.get_owa_service_path ||
3529: 'wf_event_html.entereventdetails?p_event_name=oracle.apps.wf.event.system.signup>' ||
3530: wf_core.translate('WFE_SYSTEM_SIGNUP_TITLE')|| '', cattributes=>'id=""');
3531: htp.tablerowclose;
3532:
3533: -- Get System Identifier
3534: htp.tablerowopen;
3535:

Line 3534: htp.tablerowopen;

3530: wf_core.translate('WFE_SYSTEM_SIGNUP_TITLE')|| '', cattributes=>'id=""');
3531: htp.tablerowclose;
3532:
3533: -- Get System Identifier
3534: htp.tablerowopen;
3535:
3536: htp.tabledata('', cattributes=>'id=""');
3537:
3538: htp.tabledata('

3532:
3533: -- Get System Identifier
3534: htp.tablerowopen;
3535:
3536: htp.tabledata('', cattributes=>'id=""');
3537:
3538: htp.tabledata(''||<br>
3540:              wf_core.translate('WFE_SYSTEM_IDENTIFIER_TITLE')||''||

Line 3538: htp.tabledata(' 3537:
3538: htp.tabledata(''||<br>
3540:              wf_core.translate('WFE_SYSTEM_IDENTIFIER_TITLE')||''||
3541: anchor_tag||owa_util.get_owa_service_path ||
3542: 'wf_event_html.getsystemidentifier>' ||

Line 3544: htp.tablerowclose;

3540: wf_core.translate('WFE_SYSTEM_IDENTIFIER_TITLE')||'">'||
3541: anchor_tag||owa_util.get_owa_service_path ||
3542: 'wf_event_html.getsystemidentifier>' ||
3543: wf_core.translate('WFE_SYSTEM_IDENTIFIER_TITLE')|| '', cattributes=>'id=""');
3544: htp.tablerowclose;
3545:
3546: -- Standard Event Queues
3547: htp.tablerowopen;
3548:

Line 3547: htp.tablerowopen;

3543: wf_core.translate('WFE_SYSTEM_IDENTIFIER_TITLE')|| '', cattributes=>'id=""');
3544: htp.tablerowclose;
3545:
3546: -- Standard Event Queues
3547: htp.tablerowopen;
3548:
3549: htp.tabledata('', cattributes=>'id=""');
3550:
3551: htp.tabledata('

3545:
3546: -- Standard Event Queues
3547: htp.tablerowopen;
3548:
3549: htp.tabledata('', cattributes=>'id=""');
3550:
3551: htp.tabledata(''||<br>
3553:              wf_core.translate('WFE_EVENT_QUEUE_SUMMARY_TITLE')||''||

Line 3551: htp.tabledata(' 3550:
3551: htp.tabledata(''||<br>
3553:              wf_core.translate('WFE_EVENT_QUEUE_SUMMARY_TITLE')||''||
3554: anchor_tag||owa_util.get_owa_service_path ||
3555: 'wf_event_html.eventqueuedisplay>' ||

Line 3557: htp.tablerowclose;

3553: wf_core.translate('WFE_EVENT_QUEUE_SUMMARY_TITLE')||'">'||
3554: anchor_tag||owa_util.get_owa_service_path ||
3555: 'wf_event_html.eventqueuedisplay>' ||
3556: wf_core.translate('WFE_EVENT_QUEUE_SUMMARY_TITLE')|| '', cattributes=>'id=""');
3557: htp.tablerowclose;
3558:
3559:
3560: else
3561: -- Worklist

Line 3562: htp.tablerowopen;

3558:
3559:
3560: else
3561: -- Worklist
3562: htp.tablerowopen;
3563: htp.tabledata(''||<br>
3564:              wf_core.translate('OPEN_NOTIFICATIONS')||''||
3565: anchor_tag||owa_util.get_owa_service_path ||
3566: 'wfa_html.WorkList?resetcookie=1>'||

Line 3563: htp.tabledata(''||<br>
</h5><p>
3559: <br>
3560:   else<br>
3561:      -- Worklist<br>
3562:      htp.tablerowopen;<br>
<b>3563:      htp.tabledata('<img src='||
3565: anchor_tag||owa_util.get_owa_service_path ||
3566: 'wfa_html.WorkList?resetcookie=1>'||
3567: wf_core.translate('WFA_WTITLE') || '' ||

Line 3569: htp.tablerowclose;

3565: anchor_tag||owa_util.get_owa_service_path ||
3566: 'wfa_html.WorkList?resetcookie=1>'||
3567: wf_core.translate('WFA_WTITLE') || '' ||
3568: wrklstbuf, cattributes=>'id=""');
3569: htp.tablerowclose;
3570:
3571: -- Find Notification
3572: htp.tablerowopen;
3573: htp.tabledata(''||<br>
</p>
<h5>Line 3572:      htp.tablerowopen;<br>
</h5><p>
3568:              wrklstbuf, cattributes=>'id= 3569: htp.tablerowclose;
3570:
3571: -- Find Notification
3572: htp.tablerowopen;
3573: htp.tabledata(''||<br>
3574:              wf_core.translate('WFA_FINDTITLE')||''||
3575: anchor_tag||owa_util.get_owa_service_path || 'wfa_html.Find>' ||
3576: wf_core.translate('WFA_FINDTITLE') || '', cattributes=>'id=""');

Line 3573: htp.tabledata(''||<br>
</h5><p>
3569:      htp.tablerowclose;<br>
3570: <br>
3571:      -- Find Notification<br>
3572:      htp.tablerowopen;<br>
<b>3573:      htp.tabledata('<img src='||
3575: anchor_tag||owa_util.get_owa_service_path || 'wfa_html.Find>' ||
3576: wf_core.translate('WFA_FINDTITLE') || '', cattributes=>'id=""');
3577:

Line 3578: htp.tablerowclose;

3574: wf_core.translate('WFA_FINDTITLE')||'">'||
3575: anchor_tag||owa_util.get_owa_service_path || 'wfa_html.Find>' ||
3576: wf_core.translate('WFA_FINDTITLE') || '', cattributes=>'id=""');
3577:
3578: htp.tablerowclose;
3579:
3580: -- List Route
3581: htp.tablerowopen;
3582: htp.tabledata(''||<br>
</p>
<h5>Line 3581:      htp.tablerowopen;<br>
</h5><p>
3577: <br>
3578:      htp.tablerowclose;<br>
3579: <br>
3580:      -- List Route<br>
<b>3581:      htp.tablerowopen;<br>
</b>3582:      htp.tabledata('<img src='||
3584: anchor_tag||owa_util.get_owa_service_path || 'wf_route.List>' ||
3585: wf_core.translate('WFRTG_LIST_TITLE') || '', cattributes=>'id=""');

Line 3582: htp.tabledata(''||<br>
</h5><p>
3578:      htp.tablerowclose;<br>
3579: <br>
3580:      -- List Route<br>
3581:      htp.tablerowopen;<br>
<b>3582:      htp.tabledata('<img src='||
3584: anchor_tag||owa_util.get_owa_service_path || 'wf_route.List>' ||
3585: wf_core.translate('WFRTG_LIST_TITLE') || '', cattributes=>'id=""');
3586: htp.tablerowclose;

Line 3586: htp.tablerowclose;

3582: htp.tabledata(''||<br>
3583:               wf_core.translate('WFRTG_LIST_TITLE')||''||
3584: anchor_tag||owa_util.get_owa_service_path || 'wf_route.List>' ||
3585: wf_core.translate('WFRTG_LIST_TITLE') || '', cattributes=>'id=""');
3586: htp.tablerowclose;
3587:
3588: -- Find Process (Monitor)
3589: htp.tablerowopen;
3590: htp.tabledata(''||<br>
</p>
<h5>Line 3589:      htp.tablerowopen;<br>
</h5><p>
3585:               wf_core.translate('WFRTG_LIST_TITLE') || '</A>', cattributes=>'id= 3586: htp.tablerowclose;
3587:
3588: -- Find Process (Monitor)
3589: htp.tablerowopen;
3590: htp.tabledata(''||<br>
3591:              wf_core.translate('WFMON_FINDTITLE')||''||
3592: anchor_tag||owa_util.get_owa_service_path ||
3593: 'wf_monitor.Find_Instance>' ||

Line 3590: htp.tabledata(''||<br>
</h5><p>
3586:      htp.tablerowclose;<br>
3587: <br>
3588:      -- Find Process (Monitor)<br>
3589:      htp.tablerowopen;<br>
<b>3590:      htp.tabledata('<img src='||
3592: anchor_tag||owa_util.get_owa_service_path ||
3593: 'wf_monitor.Find_Instance>' ||
3594: wf_core.translate('WFMON_FINDTITLE') || '', cattributes=>'id=""');

Line 3595: htp.tablerowclose;

3591: wf_core.translate('WFMON_FINDTITLE')||'">'||
3592: anchor_tag||owa_util.get_owa_service_path ||
3593: 'wf_monitor.Find_Instance>' ||
3594: wf_core.translate('WFMON_FINDTITLE') || '', cattributes=>'id=""');
3595: htp.tablerowclose;
3596:
3597: -- Personal Preference
3598: htp.tablerowopen;
3599: htp.tabledata(''||<br>
</p>
<h5>Line 3598:      htp.tablerowopen;<br>
</h5><p>
3594:              wf_core.translate('WFMON_FINDTITLE') || '</A>', cattributes=>'id= 3595: htp.tablerowclose;
3596:
3597: -- Personal Preference
3598: htp.tablerowopen;
3599: htp.tabledata(''||<br>
3600:              wf_core.translate('WFPREF_EDIT_PREFS_TITLE')||''||
3601: anchor_tag||owa_util.get_owa_service_path ||
3602: 'wf_pref.edit>' ||

Line 3599: htp.tabledata(''||<br>
</h5><p>
3595:      htp.tablerowclose;<br>
3596: <br>
3597:      -- Personal Preference<br>
3598:      htp.tablerowopen;<br>
<b>3599:      htp.tabledata('<img src='||
3601: anchor_tag||owa_util.get_owa_service_path ||
3602: 'wf_pref.edit>' ||
3603: wf_core.translate('WFPREF_EDIT_PREFS_TITLE') || '', cattributes=>'id=""');

Line 3604: htp.tablerowclose;

3600: wf_core.translate('WFPREF_EDIT_PREFS_TITLE')||'">'||
3601: anchor_tag||owa_util.get_owa_service_path ||
3602: 'wf_pref.edit>' ||
3603: wf_core.translate('WFPREF_EDIT_PREFS_TITLE') || '', cattributes=>'id=""');
3604: htp.tablerowclose;
3605:
3606: end if;
3607:
3608: htp.tableclose;

Line 3608: htp.tableclose;

3604: htp.tablerowclose;
3605:
3606: end if;
3607:
3608: htp.tableclose;
3609:
3610: wfa_sec.Footer;
3611: htp.htmlClose;
3612:

Line 3611: htp.htmlClose;

3607:
3608: htp.tableclose;
3609:
3610: wfa_sec.Footer;
3611: htp.htmlClose;
3612:
3613: exception
3614: when others then
3615: rollback;

Line 3634: htp.p('');

3630: BEGIN
3631:
3632: -- when_pressed_url is a javascript call, so don't convert url character
3633:
3634: htp.p('

');
3635:
3636: htp.p('');

3654: ' alt="'||wfa_html.replace_onMouseOver_quotes(onmouseover)||'">');
3655:
3656: htp.p(''||show_text||'');
3657:
3658: htp.p('

');
3659:
3660: htp.p('
');
3637:
3638: htp.p('');

Line 3636: htp.p('
');

3632: -- when_pressed_url is a javascript call, so don't convert url character
3633:
3634: htp.p('');
3635:
3636: htp.p('');

Line 3638: htp.p('');

3634: htp.p('

');
3637:
3638: htp.p('');
3639:
3640: htp.p('
');
3635:
3636: htp.p('
');
3641:
3642: htp.p('
');

Line 3640: htp.p('');

3636: htp.p('

');
3641:
3642: htp.p('');
3643:
3644: htp.p('');

3638: htp.p('');
3639:
3640: htp.p('
');
3641:
3642: htp.p('

');
3643:
3644: htp.p('');
3641:
3642: htp.p('');
3643:
3644: htp.p('');

Line 3646: htp.p('');

3642: htp.p('

');
3643:
3644: htp.p('
');
3649:
3650: htp.p('
');

Line 3648: htp.p('
');

3644: htp.p('

');
3649:
3650: htp.p('');
3651: htp.p('');

3646: htp.p('');
3647:
3648: htp.p('

');
3649:
3650: htp.p('');
3651: htp.p('');
3649:
3650: htp.p('');
3651: htp.p('');
3651: htp.p('
');
3657:

Line 3656: htp.p(''||show_text||'');

3652:
3653: htp.p(' 3654: ' alt="'||wfa_html.replace_onMouseOver_quotes(onmouseover)||'">');
3655:
3656: htp.p(''||show_text||'
');
3657:
3658: htp.p('

');
3659:
3660: htp.p('
');
3637:
3638: htp.p('');
3639:
3640: htp.p('
');
3637:
3638: htp.p('');
3639:
3640: htp.p('
');

Line 3642: htp.p('
');
3645:
3646: htp.p('');

Line 3644: htp.p('
');

3640: htp.p('

');
3645:
3646: htp.p('');
3647:
3648: htp.p('
');
3645:
3646: htp.p('');
3647:
3648: htp.p('
');
3645:
3646: htp.p('');
3647:
3648: htp.p('
');
3652:

Line 3650: htp.p('
');
3652:
3653: htp.p(' 3654: ' alt="'||wfa_html.replace_onMouseOver_quotes(onmouseover)||'">');

Line 3651: htp.p('
');

3647:
3648: htp.p('

');
3652:
3653: htp.p(' 3654: ' alt="'||wfa_html.replace_onMouseOver_quotes(onmouseover)||'">');
3655:

Line 3653: htp.p('

3649:
3650: htp.p('

');
3652:
3653: htp.p(' 3654: ' alt="'||wfa_html.replace_onMouseOver_quotes(onmouseover)||'">');
3655:
3656: htp.p(''||show_text||'
');

Line 3658: htp.p('
');
3661:
3662: exception

Line 3660: htp.p('');

3656: htp.p(''||show_text||'');
3657:
3658: htp.p('');
3659:
3660: htp.p('');
3661:
3662: exception
3663: when others then
3664: rollback;

Line 3728: htp.htmlOpen;

3724: -- We have the document. Now determine the output method. HTML documents can be output as
3725: -- they are. Binary documents can only be downloaded
3726: if l_mime_type in (wf_notification.doc_text, wf_notification.doc_html) then
3727: -- HTML or text document.
3728: htp.htmlOpen;
3729: htp.headOpen;
3730: htp.p('');
3731: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
3732: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');

Line 3729: htp.headOpen;

3725: -- they are. Binary documents can only be downloaded
3726: if l_mime_type in (wf_notification.doc_text, wf_notification.doc_html) then
3727: -- HTML or text document.
3728: htp.htmlOpen;
3729: htp.headOpen;
3730: htp.p('');
3731: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
3732: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
3733: htp.headClose;

Line 3730: htp.p('');

3726: if l_mime_type in (wf_notification.doc_text, wf_notification.doc_html) then
3727: -- HTML or text document.
3728: htp.htmlOpen;
3729: htp.headOpen;
3730: htp.p('');
3731: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
3732: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
3733: htp.headClose;
3734: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),

Line 3731: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));

3727: -- HTML or text document.
3728: htp.htmlOpen;
3729: htp.headOpen;
3730: htp.p('');
3731: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
3732: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
3733: htp.headClose;
3734: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
3735: TRUE);

Line 3733: htp.headClose;

3729: htp.headOpen;
3730: htp.p('');
3731: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
3732: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
3733: htp.headClose;
3734: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
3735: TRUE);
3736: htp.br;
3737:

Line 3736: htp.br;

3732: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
3733: htp.headClose;
3734: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
3735: TRUE);
3736: htp.br;
3737:
3738: lobsize := dbms_lob.getlength(clob_loc);
3739: amount := 32000;
3740: wf_notification.clob_chunk := 0;

Line 3743: htp.prn(doctext);

3739: amount := 32000;
3740: wf_notification.clob_chunk := 0;
3741: while not (end_of_text) loop
3742: wf_notification.readattrclob(nid, aname, doctext, end_of_text);
3743: htp.prn(doctext);
3744: end loop;
3745: wfa_sec.Footer;
3746: htp.htmlClose;
3747: elsif attr_name is not null then

Line 3746: htp.htmlClose;

3742: wf_notification.readattrclob(nid, aname, doctext, end_of_text);
3743: htp.prn(doctext);
3744: end loop;
3745: wfa_sec.Footer;
3746: htp.htmlClose;
3747: elsif attr_name is not null then
3748: -- BINARY Document
3749: if (l_encoding is not null) then
3750: -- Decode base64 encoded content

Line 3760: htp.p('Content-type: '||l_mime_type);

3756: -- Write appropriate headers before downloading the document
3757: if (l_filename is null or l_filename = '') then
3758: l_filename := aname || '.' || l_extension;
3759: end if;
3760: htp.p('Content-type: '||l_mime_type);
3761: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
3762: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
3763: htp.p('');
3764: -- owa_util.http_header_close;

Line 3761: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');

3757: if (l_filename is null or l_filename = '') then
3758: l_filename := aname || '.' || l_extension;
3759: end if;
3760: htp.p('Content-type: '||l_mime_type);
3761: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
3762: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
3763: htp.p('');
3764: -- owa_util.http_header_close;
3765:

Line 3762: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));

3758: l_filename := aname || '.' || l_extension;
3759: end if;
3760: htp.p('Content-type: '||l_mime_type);
3761: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
3762: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
3763: htp.p('');
3764: -- owa_util.http_header_close;
3765:
3766: wpg_docload.download_file(blob_loc);

Line 3763: htp.p('');

3759: end if;
3760: htp.p('Content-type: '||l_mime_type);
3761: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
3762: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
3763: htp.p('');
3764: -- owa_util.http_header_close;
3765:
3766: wpg_docload.download_file(blob_loc);
3767: dbms_lob.freeTemporary(blob_loc);

Line 3778: htp.p(doctext);

3774: amount := 32000;
3775: wf_notification.clob_chunk := 0;
3776: while not (end_of_text) loop
3777: wf_notification.readattrclob(nid, aname, doctext, end_of_text);
3778: htp.p(doctext);
3779: end loop;
3780: end if;
3781: else
3782: -- attr_name is null try for a PLSQLBLOB document

Line 3793: htp.p('Content-type: '||l_mime_type);

3789: if (l_filename is null or l_filename = '') then
3790: l_filename := aname || '.' || l_extension;
3791: end if;
3792: -- owa_util.mime_header(doctype, FALSE);
3793: htp.p('Content-type: '||l_mime_type);
3794: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
3795: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
3796: htp.p('');
3797: -- owa_util.http_header_close;

Line 3794: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');

3790: l_filename := aname || '.' || l_extension;
3791: end if;
3792: -- owa_util.mime_header(doctype, FALSE);
3793: htp.p('Content-type: '||l_mime_type);
3794: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
3795: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
3796: htp.p('');
3797: -- owa_util.http_header_close;
3798:

Line 3795: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));

3791: end if;
3792: -- owa_util.mime_header(doctype, FALSE);
3793: htp.p('Content-type: '||l_mime_type);
3794: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
3795: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
3796: htp.p('');
3797: -- owa_util.http_header_close;
3798:
3799: wpg_docload.download_file(blob_loc);

Line 3796: htp.p('');

3792: -- owa_util.mime_header(doctype, FALSE);
3793: htp.p('Content-type: '||l_mime_type);
3794: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
3795: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
3796: htp.p('');
3797: -- owa_util.http_header_close;
3798:
3799: wpg_docload.download_file(blob_loc);
3800: dbms_lob.freeTemporary(blob_loc);

Line 3805: htp.htmlOpen;

3801: end if;
3802:
3803: else
3804: -- Set page title
3805: htp.htmlOpen;
3806: htp.headOpen;
3807: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
3808: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
3809: htp.headClose;

Line 3806: htp.headOpen;

3802:
3803: else
3804: -- Set page title
3805: htp.htmlOpen;
3806: htp.headOpen;
3807: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
3808: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
3809: htp.headClose;
3810: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),

Line 3807: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));

3803: else
3804: -- Set page title
3805: htp.htmlOpen;
3806: htp.headOpen;
3807: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
3808: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
3809: htp.headClose;
3810: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
3811: TRUE);

Line 3809: htp.headClose;

3805: htp.htmlOpen;
3806: htp.headOpen;
3807: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
3808: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
3809: htp.headClose;
3810: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
3811: TRUE);
3812: htp.br;
3813:

Line 3812: htp.br;

3808: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
3809: htp.headClose;
3810: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
3811: TRUE);
3812: htp.br;
3813:
3814: htp.p (doctext);
3815:
3816: wfa_sec.Footer;

Line 3814: htp.p (doctext);

3810: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
3811: TRUE);
3812: htp.br;
3813:
3814: htp.p (doctext);
3815:
3816: wfa_sec.Footer;
3817: htp.htmlClose;
3818: end if;

Line 3817: htp.htmlClose;

3813:
3814: htp.p (doctext);
3815:
3816: wfa_sec.Footer;
3817: htp.htmlClose;
3818: end if;
3819:
3820: exception
3821: when others then

Line 4224: htp.htmlOpen;

4220: -- frames for the LONGDESC attribute.
4221: procedure LongDesc (p_token in varchar2)
4222: as
4223: BEGIN
4224: htp.htmlOpen;
4225: htp.headOpen;
4226: htp.title(wf_core.translate('LONG_DESC'));
4227: htp.headClose;
4228:

Line 4225: htp.headOpen;

4221: procedure LongDesc (p_token in varchar2)
4222: as
4223: BEGIN
4224: htp.htmlOpen;
4225: htp.headOpen;
4226: htp.title(wf_core.translate('LONG_DESC'));
4227: htp.headClose;
4228:
4229: begin

Line 4226: htp.title(wf_core.translate('LONG_DESC'));

4222: as
4223: BEGIN
4224: htp.htmlOpen;
4225: htp.headOpen;
4226: htp.title(wf_core.translate('LONG_DESC'));
4227: htp.headClose;
4228:
4229: begin
4230: wfa_sec.Header(background_only=>TRUE);

Line 4227: htp.headClose;

4223: BEGIN
4224: htp.htmlOpen;
4225: htp.headOpen;
4226: htp.title(wf_core.translate('LONG_DESC'));
4227: htp.headClose;
4228:
4229: begin
4230: wfa_sec.Header(background_only=>TRUE);
4231: exception

Line 4233: htp.bodyOpen;

4229: begin
4230: wfa_sec.Header(background_only=>TRUE);
4231: exception
4232: when others then
4233: htp.bodyOpen;
4234: end;
4235:
4236: htp.p(WF_CORE.Translate(UPPER(p_token)));
4237:

Line 4236: htp.p(WF_CORE.Translate(UPPER(p_token)));

4232: when others then
4233: htp.bodyOpen;
4234: end;
4235:
4236: htp.p(WF_CORE.Translate(UPPER(p_token)));
4237:
4238: wfa_sec.Footer;
4239: htp.htmlClose;
4240:

Line 4239: htp.htmlClose;

4235:
4236: htp.p(WF_CORE.Translate(UPPER(p_token)));
4237:
4238: wfa_sec.Footer;
4239: htp.htmlClose;
4240:
4241: END LongDesc;
4242:
4243: end WFA_HTML;