DBA Data[Home] [Help]

APPS.ICX_ON_CABO dependencies on HTF

Line 260: c_attributes(0) := htf.formSelectOption(' ');

256:
257: icx_util.getLookups('ICX_CONDITIONS',l_lookup_codes,l_lookup_meanings);
258:
259: c_count := 0;
260: c_attributes(0) := htf.formSelectOption(' ');
261: c_attributes(1) := '';
262: for i in 0..1 loop
263: --begin bulk fetch changes 1574527 mputman
264: OPEN FindAttributes;

Line 321: c_attributes(i) := c_attributes(i)||htf.formSelectClose;

317: else
318: c_attributes(i) := c_attributes(i)||'

Line 324: c_condition(0) := htf.formSelectOption(' ');

320: end loop;
321: c_attributes(i) := c_attributes(i)||htf.formSelectClose;
322: end loop;
323:
324: c_condition(0) := htf.formSelectOption(' ');
325: c_condition(1) := '';
326:
327: l_flow_default_operand := fnd_profile.value('ICX_FLOW_OPERANDS');
328: if l_flow_default_operand is null

Line 345: c_condition(x) := c_condition(x)||htf.formSelectClose;

341: else
342: c_condition(x) := c_condition(x)||'

Line 530: htp.tableData(cvalue => htf.img(curl => '/OA_MEDIA/FNDIFIND.gif', calt => c_prompts(1)));

526:
527: /*
528: htp.tableOpen('BORDER=0');
529: htp.tableRowOpen;
530: htp.tableData(cvalue => htf.img(curl => '/OA_MEDIA/FNDIFIND.gif', calt => c_prompts(1)));
531:
532: if p_page_code is not null
533: then
534: htp.tableData(cvalue => ''||c_prompts(1)||': '||l_page_title||' '||l_page_description, cattributes => 'VALIGN="MIDDLE"');

Line 565: htp.p(htf.formRadio('o','AND','CHECKED')||fnd_message.get);htp.nl;

561: fnd_message.set_name('ICX','ICX_FIND_AND_OR_TEXT');
562: htp.p(fnd_message.get);htp.nl;
563:
564: fnd_message.set_name('ICX','ICX_FIND_AND');
565: htp.p(htf.formRadio('o','AND','CHECKED')||fnd_message.get);htp.nl;
566:
567: fnd_message.set_name('ICX','ICX_FIND_OR');
568: htp.p(htf.formRadio('o','OR')||fnd_message.get);htp.nl;
569: end if;

Line 568: htp.p(htf.formRadio('o','OR')||fnd_message.get);htp.nl;

564: fnd_message.set_name('ICX','ICX_FIND_AND');
565: htp.p(htf.formRadio('o','AND','CHECKED')||fnd_message.get);htp.nl;
566:
567: fnd_message.set_name('ICX','ICX_FIND_OR');
568: htp.p(htf.formRadio('o','OR')||fnd_message.get);htp.nl;
569: end if;
570:
571: htp.p('');
572:

Line 579: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(1));

575: htp.tableOpen('BORDER=0');
576: htp.tableRowOpen;
577: if i = 1
578: then
579: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(1));
580: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(1));
581: else
582: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(0));
583: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(0));

Line 580: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(1));

576: htp.tableRowOpen;
577: if i = 1
578: then
579: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(1));
580: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(1));
581: else
582: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(0));
583: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(0));
584: end if;

Line 582: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(0));

578: then
579: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(1));
580: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(1));
581: else
582: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(0));
583: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(0));
584: end if;
585: htp.tableData(htf.formText('i_'||i,20));
586: htp.tableRowClose;

Line 583: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(0));

579: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(1));
580: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(1));
581: else
582: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(0));
583: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(0));
584: end if;
585: htp.tableData(htf.formText('i_'||i,20));
586: htp.tableRowClose;
587: htp.tableClose;

Line 585: htp.tableData(htf.formText('i_'||i,20));

581: else
582: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(0));
583: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(0));
584: end if;
585: htp.tableData(htf.formText('i_'||i,20));
586: htp.tableRowClose;
587: htp.tableClose;
588:
589: end loop;

Line 594: htp.p(htf.formCheckbox('m')||c_prompts(6));

590:
591: htp.nl;
592: if l_matchcase_view = 'Unchecked'
593: then
594: htp.p(htf.formCheckbox('m')||c_prompts(6));
595: htp.nl;
596: end if;
597:
598: if l_matchcase_view = 'Checked'

Line 600: htp.p(htf.formCheckbox('m','','CHECKED')||c_prompts(6));

596: end if;
597:
598: if l_matchcase_view = 'Checked'
599: then
600: htp.p(htf.formCheckbox('m','','CHECKED')||c_prompts(6));
601: htp.nl;
602: end if;
603:
604: if l_matchcase_view = 'Hidden'

Line 609: htp.p(htf.formHidden('m','CHECKED'));

605: then
606: fnd_message.set_name('ICX','ICX_MATCHCASE_VIEW');
607: l_message := fnd_message.get;
608: htp.p(l_message);
609: htp.p(htf.formHidden('m','CHECKED'));
610: htp.nl;
611: end if;
612:
613: if p_hidden_name is not null