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 740: --it calls htp procs which causes session to hang

736: g_newLine;
737: end if;
738:
739: --tr: dont execute the help function
740: --it calls htp procs which causes session to hang
741: -- wfa_html.create_help_function('wf/links/det.htm?DETNOT');
742:
743: result := result || htf.headClose||g_newLine;
744:

Line 1149: htp.p('');

1145: if (install_type = 'STANDALONE') THEN
1146:
1147: help_prefix := '/OA_DOC/';
1148:
1149: htp.p('');
1150: htp.p('');

1159: ', "help_win","resizable=yes,scrollbars=yes,toolbar=yes,width=600,height=500")
1160: }
1161: ');
1162:
1163: htp.p('');
1164:
1165: htp.p('');

Line 1165: htp.p('

1161: ');
1162:
1163: htp.p('');
1164:
1165: htp.p('');
1168:
1169: else

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

1162:
1163: htp.p('');
1164:
1165: htp.p('');
1168:
1169: else
1170:

Line 1167: htp.p('');

1163: htp.p('');
1164:
1165: htp.p('');
1168:
1169: else
1170:
1171: /*

Line 1602: htp.htmlOpen;

1598: -- We have the document. Now determine the output method. HTML documents can be output as
1599: -- they are. Binary documents can only be downloaded
1600: if l_mime_type in (wf_notification.doc_text, wf_notification.doc_html) then
1601: -- HTML or text document.
1602: htp.htmlOpen;
1603: htp.headOpen;
1604: htp.p('');
1605: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
1606: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');

Line 1603: htp.headOpen;

1599: -- they are. Binary documents can only be downloaded
1600: if l_mime_type in (wf_notification.doc_text, wf_notification.doc_html) then
1601: -- HTML or text document.
1602: htp.htmlOpen;
1603: htp.headOpen;
1604: htp.p('');
1605: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
1606: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
1607: htp.headClose;

Line 1604: htp.p('');

1600: if l_mime_type in (wf_notification.doc_text, wf_notification.doc_html) then
1601: -- HTML or text document.
1602: htp.htmlOpen;
1603: htp.headOpen;
1604: htp.p('');
1605: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
1606: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
1607: htp.headClose;
1608: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),

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

1601: -- HTML or text document.
1602: htp.htmlOpen;
1603: htp.headOpen;
1604: htp.p('');
1605: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
1606: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
1607: htp.headClose;
1608: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
1609: TRUE);

Line 1607: htp.headClose;

1603: htp.headOpen;
1604: htp.p('');
1605: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
1606: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
1607: htp.headClose;
1608: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
1609: TRUE);
1610: htp.br;
1611:

Line 1610: htp.br;

1606: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
1607: htp.headClose;
1608: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
1609: TRUE);
1610: htp.br;
1611:
1612: lobsize := dbms_lob.getlength(clob_loc);
1613: amount := 32000;
1614: wf_notification.clob_chunk := 0;

Line 1617: htp.prn(doctext);

1613: amount := 32000;
1614: wf_notification.clob_chunk := 0;
1615: while not (end_of_text) loop
1616: wf_notification.readattrclob(nid, aname, doctext, end_of_text);
1617: htp.prn(doctext);
1618: end loop;
1619: wfa_sec.Footer;
1620: htp.htmlClose;
1621: elsif attr_name is not null then

Line 1620: htp.htmlClose;

1616: wf_notification.readattrclob(nid, aname, doctext, end_of_text);
1617: htp.prn(doctext);
1618: end loop;
1619: wfa_sec.Footer;
1620: htp.htmlClose;
1621: elsif attr_name is not null then
1622: -- BINARY Document
1623: if (l_encoding is not null) then
1624: -- Decode base64 encoded content

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

1630: -- Write appropriate headers before downloading the document
1631: if (l_filename is null or l_filename = '') then
1632: l_filename := aname || '.' || l_extension;
1633: end if;
1634: htp.p('Content-type: '||l_mime_type);
1635: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
1636: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
1637: htp.p('');
1638: -- owa_util.http_header_close;

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

1631: if (l_filename is null or l_filename = '') then
1632: l_filename := aname || '.' || l_extension;
1633: end if;
1634: htp.p('Content-type: '||l_mime_type);
1635: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
1636: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
1637: htp.p('');
1638: -- owa_util.http_header_close;
1639:

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

1632: l_filename := aname || '.' || l_extension;
1633: end if;
1634: htp.p('Content-type: '||l_mime_type);
1635: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
1636: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
1637: htp.p('');
1638: -- owa_util.http_header_close;
1639:
1640: wpg_docload.download_file(blob_loc);

Line 1637: htp.p('');

1633: end if;
1634: htp.p('Content-type: '||l_mime_type);
1635: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
1636: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
1637: htp.p('');
1638: -- owa_util.http_header_close;
1639:
1640: wpg_docload.download_file(blob_loc);
1641: dbms_lob.freeTemporary(blob_loc);

Line 1652: htp.p(doctext);

1648: amount := 32000;
1649: wf_notification.clob_chunk := 0;
1650: while not (end_of_text) loop
1651: wf_notification.readattrclob(nid, aname, doctext, end_of_text);
1652: htp.p(doctext);
1653: end loop;
1654: end if;
1655: else
1656: -- attr_name is null try for a PLSQLBLOB document

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

1663: if (l_filename is null or l_filename = '') then
1664: l_filename := aname || '.' || l_extension;
1665: end if;
1666: -- owa_util.mime_header(doctype, FALSE);
1667: htp.p('Content-type: '||l_mime_type);
1668: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
1669: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
1670: htp.p('');
1671: -- owa_util.http_header_close;

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

1664: l_filename := aname || '.' || l_extension;
1665: end if;
1666: -- owa_util.mime_header(doctype, FALSE);
1667: htp.p('Content-type: '||l_mime_type);
1668: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
1669: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
1670: htp.p('');
1671: -- owa_util.http_header_close;
1672:

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

1665: end if;
1666: -- owa_util.mime_header(doctype, FALSE);
1667: htp.p('Content-type: '||l_mime_type);
1668: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
1669: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
1670: htp.p('');
1671: -- owa_util.http_header_close;
1672:
1673: wpg_docload.download_file(blob_loc);

Line 1670: htp.p('');

1666: -- owa_util.mime_header(doctype, FALSE);
1667: htp.p('Content-type: '||l_mime_type);
1668: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
1669: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
1670: htp.p('');
1671: -- owa_util.http_header_close;
1672:
1673: wpg_docload.download_file(blob_loc);
1674: dbms_lob.freeTemporary(blob_loc);

Line 1679: htp.htmlOpen;

1675: end if;
1676:
1677: else
1678: -- Set page title
1679: htp.htmlOpen;
1680: htp.headOpen;
1681: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
1682: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
1683: htp.headClose;

Line 1680: htp.headOpen;

1676:
1677: else
1678: -- Set page title
1679: htp.htmlOpen;
1680: htp.headOpen;
1681: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
1682: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
1683: htp.headClose;
1684: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),

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

1677: else
1678: -- Set page title
1679: htp.htmlOpen;
1680: htp.headOpen;
1681: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
1682: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
1683: htp.headClose;
1684: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
1685: TRUE);

Line 1683: htp.headClose;

1679: htp.htmlOpen;
1680: htp.headOpen;
1681: htp.title(wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'));
1682: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
1683: htp.headClose;
1684: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
1685: TRUE);
1686: htp.br;
1687:

Line 1686: htp.br;

1682: wfa_html.create_help_function('wfnew/wfnew52.htm#nrr');
1683: htp.headClose;
1684: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
1685: TRUE);
1686: htp.br;
1687:
1688: htp.p (doctext);
1689:
1690: wfa_sec.Footer;

Line 1688: htp.p (doctext);

1684: wfa_sec.Header(FALSE, '',wf_core.translate('WFITD_ATTR_TYPE_DOCUMENT'),
1685: TRUE);
1686: htp.br;
1687:
1688: htp.p (doctext);
1689:
1690: wfa_sec.Footer;
1691: htp.htmlClose;
1692: end if;

Line 1691: htp.htmlClose;

1687:
1688: htp.p (doctext);
1689:
1690: wfa_sec.Footer;
1691: htp.htmlClose;
1692: end if;
1693:
1694: exception
1695: when others then

Line 2099: htp.htmlOpen;

2095: -- frames for the LONGDESC attribute.
2096: procedure LongDesc (p_token in varchar2)
2097: as
2098: BEGIN
2099: htp.htmlOpen;
2100: htp.headOpen;
2101: htp.title(wf_core.translate('LONG_DESC'));
2102: htp.headClose;
2103:

Line 2100: htp.headOpen;

2096: procedure LongDesc (p_token in varchar2)
2097: as
2098: BEGIN
2099: htp.htmlOpen;
2100: htp.headOpen;
2101: htp.title(wf_core.translate('LONG_DESC'));
2102: htp.headClose;
2103:
2104: begin

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

2097: as
2098: BEGIN
2099: htp.htmlOpen;
2100: htp.headOpen;
2101: htp.title(wf_core.translate('LONG_DESC'));
2102: htp.headClose;
2103:
2104: begin
2105: wfa_sec.Header(background_only=>TRUE);

Line 2102: htp.headClose;

2098: BEGIN
2099: htp.htmlOpen;
2100: htp.headOpen;
2101: htp.title(wf_core.translate('LONG_DESC'));
2102: htp.headClose;
2103:
2104: begin
2105: wfa_sec.Header(background_only=>TRUE);
2106: exception

Line 2108: htp.bodyOpen;

2104: begin
2105: wfa_sec.Header(background_only=>TRUE);
2106: exception
2107: when others then
2108: htp.bodyOpen;
2109: end;
2110:
2111: htp.p(WF_CORE.Translate(UPPER(p_token)));
2112:

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

2107: when others then
2108: htp.bodyOpen;
2109: end;
2110:
2111: htp.p(WF_CORE.Translate(UPPER(p_token)));
2112:
2113: wfa_sec.Footer;
2114: htp.htmlClose;
2115:

Line 2114: htp.htmlClose;

2110:
2111: htp.p(WF_CORE.Translate(UPPER(p_token)));
2112:
2113: wfa_sec.Footer;
2114: htp.htmlClose;
2115:
2116: END LongDesc;
2117:
2118: end WFA_HTML;