DBA Data[Home] [Help]

APPS.ICX_SETUP dependencies on HTP

Line 78: htp.htmlOpen;

74: -- v_url_req := fnd_message.get;
75: fnd_message.set_name('ICX', 'ICX_WEB_EMAIL_REQUIRED');
76: v_email_req := fnd_message.get;
77:
78: htp.htmlOpen;
79: -- show copyright in source
80: icx_util.copyright;
81: htp.headOpen;
82: htp.title(v_title);

Line 81: htp.headOpen;

77:
78: htp.htmlOpen;
79: -- show copyright in source
80: icx_util.copyright;
81: htp.headOpen;
82: htp.title(v_title);
83: htp.p('');
126: htp.headClose;
127:
128: -- Display logo, toolbar

Line 125: htp.p('');

121: document.define_param.WebEmail.value = document.define_param.WebEmail.defaultValue;
122: } ');
123:
124: htp.p('// done hiding from old browsers -->');
125: htp.p('');
126: htp.headClose;
127:
128: -- Display logo, toolbar
129:

Line 126: htp.headClose;

122: } ');
123:
124: htp.p('// done hiding from old browsers -->');
125: htp.p('');
126: htp.headClose;
127:
128: -- Display logo, toolbar
129:
130: icx_admin_sig.toolbar(v_language);

Line 132: htp.header(2, v_title);

128: -- Display logo, toolbar
129:
130: icx_admin_sig.toolbar(v_language);
131:
132: htp.header(2, v_title);
133: htp.para;
134: htp.formOpen('icx_setup.update_parameters', 'POST', '','', 'NAME="define_param" ');
135: htp.tableOpen;
136: htp.tableRowOpen;

Line 133: htp.para;

129:
130: icx_admin_sig.toolbar(v_language);
131:
132: htp.header(2, v_title);
133: htp.para;
134: htp.formOpen('icx_setup.update_parameters', 'POST', '','', 'NAME="define_param" ');
135: htp.tableOpen;
136: htp.tableRowOpen;
137: htp.tableData(v_lines_page, 'RIGHT');

Line 134: htp.formOpen('icx_setup.update_parameters', 'POST', '','', 'NAME="define_param" ');

130: icx_admin_sig.toolbar(v_language);
131:
132: htp.header(2, v_title);
133: htp.para;
134: htp.formOpen('icx_setup.update_parameters', 'POST', '','', 'NAME="define_param" ');
135: htp.tableOpen;
136: htp.tableRowOpen;
137: htp.tableData(v_lines_page, 'RIGHT');
138: htp.tableData(htf.formText('QuerySet', 10, 10, v_query_set));

Line 135: htp.tableOpen;

131:
132: htp.header(2, v_title);
133: htp.para;
134: htp.formOpen('icx_setup.update_parameters', 'POST', '','', 'NAME="define_param" ');
135: htp.tableOpen;
136: htp.tableRowOpen;
137: htp.tableData(v_lines_page, 'RIGHT');
138: htp.tableData(htf.formText('QuerySet', 10, 10, v_query_set));
139: htp.tableRowClose;

Line 136: htp.tableRowOpen;

132: htp.header(2, v_title);
133: htp.para;
134: htp.formOpen('icx_setup.update_parameters', 'POST', '','', 'NAME="define_param" ');
135: htp.tableOpen;
136: htp.tableRowOpen;
137: htp.tableData(v_lines_page, 'RIGHT');
138: htp.tableData(htf.formText('QuerySet', 10, 10, v_query_set));
139: htp.tableRowClose;
140:

Line 137: htp.tableData(v_lines_page, 'RIGHT');

133: htp.para;
134: htp.formOpen('icx_setup.update_parameters', 'POST', '','', 'NAME="define_param" ');
135: htp.tableOpen;
136: htp.tableRowOpen;
137: htp.tableData(v_lines_page, 'RIGHT');
138: htp.tableData(htf.formText('QuerySet', 10, 10, v_query_set));
139: htp.tableRowClose;
140:
141: htp.tableRowOpen;

Line 138: htp.tableData(htf.formText('QuerySet', 10, 10, v_query_set));

134: htp.formOpen('icx_setup.update_parameters', 'POST', '','', 'NAME="define_param" ');
135: htp.tableOpen;
136: htp.tableRowOpen;
137: htp.tableData(v_lines_page, 'RIGHT');
138: htp.tableData(htf.formText('QuerySet', 10, 10, v_query_set));
139: htp.tableRowClose;
140:
141: htp.tableRowOpen;
142: htp.tableData(v_max_rows_returned, 'RIGHT');

Line 139: htp.tableRowClose;

135: htp.tableOpen;
136: htp.tableRowOpen;
137: htp.tableData(v_lines_page, 'RIGHT');
138: htp.tableData(htf.formText('QuerySet', 10, 10, v_query_set));
139: htp.tableRowClose;
140:
141: htp.tableRowOpen;
142: htp.tableData(v_max_rows_returned, 'RIGHT');
143: htp.tableData(htf.formText('MaxRows', 10, 10, v_max_rows));

Line 141: htp.tableRowOpen;

137: htp.tableData(v_lines_page, 'RIGHT');
138: htp.tableData(htf.formText('QuerySet', 10, 10, v_query_set));
139: htp.tableRowClose;
140:
141: htp.tableRowOpen;
142: htp.tableData(v_max_rows_returned, 'RIGHT');
143: htp.tableData(htf.formText('MaxRows', 10, 10, v_max_rows));
144: htp.tableRowClose;
145:

Line 142: htp.tableData(v_max_rows_returned, 'RIGHT');

138: htp.tableData(htf.formText('QuerySet', 10, 10, v_query_set));
139: htp.tableRowClose;
140:
141: htp.tableRowOpen;
142: htp.tableData(v_max_rows_returned, 'RIGHT');
143: htp.tableData(htf.formText('MaxRows', 10, 10, v_max_rows));
144: htp.tableRowClose;
145:
146: htp.tableRowOpen;

Line 143: htp.tableData(htf.formText('MaxRows', 10, 10, v_max_rows));

139: htp.tableRowClose;
140:
141: htp.tableRowOpen;
142: htp.tableData(v_max_rows_returned, 'RIGHT');
143: htp.tableData(htf.formText('MaxRows', 10, 10, v_max_rows));
144: htp.tableRowClose;
145:
146: htp.tableRowOpen;
147: htp.tableData(v_start_url, 'RIGHT');

Line 144: htp.tableRowClose;

140:
141: htp.tableRowOpen;
142: htp.tableData(v_max_rows_returned, 'RIGHT');
143: htp.tableData(htf.formText('MaxRows', 10, 10, v_max_rows));
144: htp.tableRowClose;
145:
146: htp.tableRowOpen;
147: htp.tableData(v_start_url, 'RIGHT');
148: htp.tableData(htf.formText('HomeUrl', 45, 240, icx_util.replace_alt_quotes(v_home_url)));

Line 146: htp.tableRowOpen;

142: htp.tableData(v_max_rows_returned, 'RIGHT');
143: htp.tableData(htf.formText('MaxRows', 10, 10, v_max_rows));
144: htp.tableRowClose;
145:
146: htp.tableRowOpen;
147: htp.tableData(v_start_url, 'RIGHT');
148: htp.tableData(htf.formText('HomeUrl', 45, 240, icx_util.replace_alt_quotes(v_home_url)));
149: htp.tableRowClose;
150:

Line 147: htp.tableData(v_start_url, 'RIGHT');

143: htp.tableData(htf.formText('MaxRows', 10, 10, v_max_rows));
144: htp.tableRowClose;
145:
146: htp.tableRowOpen;
147: htp.tableData(v_start_url, 'RIGHT');
148: htp.tableData(htf.formText('HomeUrl', 45, 240, icx_util.replace_alt_quotes(v_home_url)));
149: htp.tableRowClose;
150:
151: htp.tableRowOpen;

Line 148: htp.tableData(htf.formText('HomeUrl', 45, 240, icx_util.replace_alt_quotes(v_home_url)));

144: htp.tableRowClose;
145:
146: htp.tableRowOpen;
147: htp.tableData(v_start_url, 'RIGHT');
148: htp.tableData(htf.formText('HomeUrl', 45, 240, icx_util.replace_alt_quotes(v_home_url)));
149: htp.tableRowClose;
150:
151: htp.tableRowOpen;
152: htp.tableData(v_web_email, 'RIGHT');

Line 149: htp.tableRowClose;

145:
146: htp.tableRowOpen;
147: htp.tableData(v_start_url, 'RIGHT');
148: htp.tableData(htf.formText('HomeUrl', 45, 240, icx_util.replace_alt_quotes(v_home_url)));
149: htp.tableRowClose;
150:
151: htp.tableRowOpen;
152: htp.tableData(v_web_email, 'RIGHT');
153: htp.tableData(htf.formText('WebEmail', 45, 80, icx_util.replace_alt_quotes(v_webmaster_email)));

Line 151: htp.tableRowOpen;

147: htp.tableData(v_start_url, 'RIGHT');
148: htp.tableData(htf.formText('HomeUrl', 45, 240, icx_util.replace_alt_quotes(v_home_url)));
149: htp.tableRowClose;
150:
151: htp.tableRowOpen;
152: htp.tableData(v_web_email, 'RIGHT');
153: htp.tableData(htf.formText('WebEmail', 45, 80, icx_util.replace_alt_quotes(v_webmaster_email)));
154: htp.tableRowClose;
155:

Line 152: htp.tableData(v_web_email, 'RIGHT');

148: htp.tableData(htf.formText('HomeUrl', 45, 240, icx_util.replace_alt_quotes(v_home_url)));
149: htp.tableRowClose;
150:
151: htp.tableRowOpen;
152: htp.tableData(v_web_email, 'RIGHT');
153: htp.tableData(htf.formText('WebEmail', 45, 80, icx_util.replace_alt_quotes(v_webmaster_email)));
154: htp.tableRowClose;
155:
156: htp.tableClose;

Line 153: htp.tableData(htf.formText('WebEmail', 45, 80, icx_util.replace_alt_quotes(v_webmaster_email)));

149: htp.tableRowClose;
150:
151: htp.tableRowOpen;
152: htp.tableData(v_web_email, 'RIGHT');
153: htp.tableData(htf.formText('WebEmail', 45, 80, icx_util.replace_alt_quotes(v_webmaster_email)));
154: htp.tableRowClose;
155:
156: htp.tableClose;
157: -- keep the web user id in a hidden field for last_updated_by

Line 154: htp.tableRowClose;

150:
151: htp.tableRowOpen;
152: htp.tableData(v_web_email, 'RIGHT');
153: htp.tableData(htf.formText('WebEmail', 45, 80, icx_util.replace_alt_quotes(v_webmaster_email)));
154: htp.tableRowClose;
155:
156: htp.tableClose;
157: -- keep the web user id in a hidden field for last_updated_by
158: htp.formHidden('WebUser', icx_util.replace_alt_quotes(v_web_user));

Line 156: htp.tableClose;

152: htp.tableData(v_web_email, 'RIGHT');
153: htp.tableData(htf.formText('WebEmail', 45, 80, icx_util.replace_alt_quotes(v_webmaster_email)));
154: htp.tableRowClose;
155:
156: htp.tableClose;
157: -- keep the web user id in a hidden field for last_updated_by
158: htp.formHidden('WebUser', icx_util.replace_alt_quotes(v_web_user));
159:
160: htp.formClose;

Line 158: htp.formHidden('WebUser', icx_util.replace_alt_quotes(v_web_user));

154: htp.tableRowClose;
155:
156: htp.tableClose;
157: -- keep the web user id in a hidden field for last_updated_by
158: htp.formHidden('WebUser', icx_util.replace_alt_quotes(v_web_user));
159:
160: htp.formClose;
161:
162: l_save_url := 'javascript:update_param('''||icx_util.replace_onMouseOver_quotes(v_set_req)||''','''||icx_util.replace_onMouseOver_quotes(v_email_req)||''')';

Line 160: htp.formClose;

156: htp.tableClose;
157: -- keep the web user id in a hidden field for last_updated_by
158: htp.formHidden('WebUser', icx_util.replace_alt_quotes(v_web_user));
159:
160: htp.formClose;
161:
162: l_save_url := 'javascript:update_param('''||icx_util.replace_onMouseOver_quotes(v_set_req)||''','''||icx_util.replace_onMouseOver_quotes(v_email_req)||''')';
163:
164: icx_util.DynamicButton(P_ButtonText => v_save_label,

Line 171: htp.tableRowClose;

167: P_HyperTextCall => l_save_url,
168: P_LanguageCode => v_language,
169: P_JavaScriptFlag => FALSE);
170:
171: htp.tableRowClose;
172: htp.tableClose;
173:
174: htp.bodyClose;
175: icx_sig.footer;

Line 172: htp.tableClose;

168: P_LanguageCode => v_language,
169: P_JavaScriptFlag => FALSE);
170:
171: htp.tableRowClose;
172: htp.tableClose;
173:
174: htp.bodyClose;
175: icx_sig.footer;
176: htp.htmlClose;

Line 174: htp.bodyClose;

170:
171: htp.tableRowClose;
172: htp.tableClose;
173:
174: htp.bodyClose;
175: icx_sig.footer;
176: htp.htmlClose;
177:
178: end if;

Line 176: htp.htmlClose;

172: htp.tableClose;
173:
174: htp.bodyClose;
175: icx_sig.footer;
176: htp.htmlClose;
177:
178: end if;
179:
180: exception

Line 182: htp.p(sqlerrm);

178: end if;
179:
180: exception
181: when OTHERS then
182: htp.p(sqlerrm);
183:
184: end get_parameters;
185:
186: PROCEDURE update_parameters(QuerySet in number,