DBA Data[Home] [Help]

APPS.ICX_QUESTIONS_ADMIN dependencies on HTF

Line 199: htp.tableData(htf.formText(cname=>'p_application_short_name', csize=>'25',

195: '&p_current_value=top.opener.document.ICX_FIND_QUESTIONS.p_application_short_name.value'||
196: '&p_dest_display_field=top.opener.document.ICX_FIND_QUESTIONS.p_application_short_name.value',
197: ' ', '%20')||''''||',400,500)';
198:
199: htp.tableData(htf.formText(cname=>'p_application_short_name', csize=>'25',
200: cvalue=>null, cmaxlength=>'50')||
201: ''||
202: '
');

Line 213: htp.tableData(htf.formText(cname=>'p_question_code', csize=>'25',

209: htp.tableRowOpen;
210: htp.tableData(cvalue=>wf_core.translate('ICX_QUESTION_CODE'),
211: calign=>'right');
212:
213: htp.tableData(htf.formText(cname=>'p_question_code', csize=>'25',
214: cvalue=>null, cmaxlength=>'30'));
215:
216: htp.tableRowClose;
217:

Line 223: htp.tableData(htf.formText(cname=>'p_question', csize=>'50',

219: htp.tableRowOpen;
220: htp.tableData(cvalue=>wf_core.translate('ICX_QUESTION'),
221: calign=>'right');
222:
223: htp.tableData(htf.formText(cname=>'p_question', csize=>'50',
224: cvalue=>null, cmaxlength=>'240'));
225:
226: htp.tableRowClose;
227:

Line 361: htp.tableData(htf.anchor2(

357: htp.tableRowOpen(null, 'TOP');
358:
359: htp.tableData(questions.application_short_name, 'left');
360:
361: htp.tableData(htf.anchor2(
362: curl=>wfa_html.base_url||
363: '/icx_questions_admin.edit_question'||
364: '?p_application_id='||questions.application_id||
365: '&p_question_code='||wfa_html.conv_special_url_chars(questions.question_code)||

Line 373: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||

369: 'Left');
370:
371: htp.tableData(questions.question, 'left');
372:
373: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||
374: '/icx_questions_admin.display_functions'||
375: '?p_question_code='||wfa_html.conv_special_url_chars(questions.question_code)||
376: '&p_find_criteria='||l_find_criteria,
377: ctext=>''),

Line 380: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||

376: '&p_find_criteria='||l_find_criteria,
377: ctext=>''),
378: 'center', cattributes=>'valign="MIDDLE"');
379:
380: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||
381: '/icx_questions_admin.question_confirm_delete'||
382: '?p_application_id='||questions.application_id||
383: '&p_question_code='||wfa_html.conv_special_url_chars(questions.question_code)||
384: '&p_find_criteria='||l_find_criteria,

Line 538: htp.tableData(htf.formText(cname=>'p_application_short_name', csize=>'25',

534: '&p_current_value=top.opener.document.ICX_EDIT_QUESTION.p_application_short_name.value'||
535: '&p_dest_display_field=top.opener.document.ICX_EDIT_QUESTION.p_application_short_name.value',
536: ' ', '%20')||''''||',400,500)';
537:
538: htp.tableData(htf.formText(cname=>'p_application_short_name', csize=>'25',
539: cvalue=>l_application_short_name, cmaxlength=>'50')||
540: ''||
541: '
');

Line 561: htp.tableData(htf.formText(cname=>'p_question_code', csize=>'25',

557: calign=>'left');
558:
559: ELSE
560:
561: htp.tableData(htf.formText(cname=>'p_question_code', csize=>'25',
562: cvalue=>l_question_code, cmaxlength=>'30'));
563:
564: END IF;
565:

Line 1092: htp.tableData(htf.anchor2(

1088: htp.tableRowOpen(null, 'TOP');
1089:
1090: htp.tableData(p_question_code, 'left');
1091:
1092: htp.tableData(htf.anchor2(
1093: curl=>wfa_html.base_url||
1094: '/icx_questions_admin.edit_function'||
1095: '?p_question_code='||wfa_html.conv_special_url_chars(p_question_code)||
1096: '&p_function_id='||functions.function_id||

Line 1105: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||

1101: 'Left');
1102:
1103: htp.tableData(functions.user_function_name, 'left');
1104:
1105: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||
1106: '/icx_questions_admin.delete_function'||
1107: '?p_question_code='||wfa_html.conv_special_url_chars(p_question_code)||
1108: '&p_function_name='||wfa_html.conv_special_url_chars(functions.function_name)||
1109: '&p_find_criteria='||wfa_html.conv_special_url_chars(p_find_criteria),

Line 1282: htp.tableData(htf.formText(cname=>'p_function_name', csize=>'25',

1278: '&p_dest_display_field=top.opener.document.ICX_EDIT_FUNCTION.p_function_name.value',
1279: ' ', '%20')||''''||',400,500)';
1280:
1281:
1282: htp.tableData(htf.formText(cname=>'p_function_name', csize=>'25',
1283: cvalue=>l_function_name, cmaxlength=>'50')||
1284: ''||
1285: '
');

Line 1295: htp.tableData(htf.formText(cname=>'p_user_function_name', csize=>'40',

1291: htp.tableRowOpen;
1292: htp.tableData(cvalue=>wf_core.translate('ICX_FUNCTION_DESCRIPTION'),
1293: calign=>'right');
1294:
1295: htp.tableData(htf.formText(cname=>'p_user_function_name', csize=>'40',
1296: cvalue=>l_user_function_name, cmaxlength=>'240'));
1297:
1298: htp.tableRowClose;
1299: