DBA Data[Home] [Help]

APPS.ICX_SETUP dependencies on HTF

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 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 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 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