DBA Data[Home] [Help]

APPS.ICX_REQ_SEARCH dependencies on HTF

Line 254: c_attributes(i) := htf.formSelectOption(' ');

250: if i = 1
251: then
252: c_attributes(i) := '';
253: else
254: c_attributes(i) := htf.formSelectOption(' ');
255: end if;
256: for f in FindAttributes loop
257: if f.DATA_TYPE = 'DATETIME'
258: then

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

266: else
267: c_attributes(i) := c_attributes(i)||'

Line 278: c_condition(x) := htf.formSelectOption(' ');

274: if x = 1
275: then
276: c_condition(x) := '';
277: else
278: c_condition(x) := htf.formSelectOption(' ');
279: end if;
280: for i in 1..to_number(l_lookup_codes(0)) loop
281: if l_lookup_codes(i) = 'DSTART'
282: then

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

295: c_condition(x) := c_condition(x)||'

Line 382: l_categories := htf.formSelectOpen('p_cat');

378: end if;
379: end loop;
380:
381: htp.p('Item Category is');
382: l_categories := htf.formSelectOpen('p_cat');
383: if l_parameters(16) is null then
384: l_categories := l_categories||'

Line 396: l_categories := l_categories||htf.formSelectClose;

392: else
393: l_categories := l_categories||'

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

401: for i in 1..p_lines_now loop
402:
403: htp.tableOpen('BORDER=0');
404: htp.tableRowOpen;
405: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(i));
406: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(i));
407: htp.tableData(htf.formText('i_'||i,20,80,c_input(i)));
408: htp.tableRowClose;
409: htp.tableClose;

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

402:
403: htp.tableOpen('BORDER=0');
404: htp.tableRowOpen;
405: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(i));
406: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(i));
407: htp.tableData(htf.formText('i_'||i,20,80,c_input(i)));
408: htp.tableRowClose;
409: htp.tableClose;
410:

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

403: htp.tableOpen('BORDER=0');
404: htp.tableRowOpen;
405: htp.tableData(htf.formSelectOpen('a_'||i)||c_attributes(i));
406: htp.tableData(htf.formSelectOpen('c_'||i)||c_condition(i));
407: htp.tableData(htf.formText('i_'||i,20,80,c_input(i)));
408: htp.tableRowClose;
409: htp.tableClose;
410:
411: end loop;

Line 601: htp.p(htf.bold(FND_MESSAGE.GET));

597: htp.headClose;
598: htp.bodyOpen('', 'BGCOLOR="#CCCCFF" onLoad="parent.parent.winOpen(''nav'', ''item_search''); open(''/OA_HTML/' || l_language || '/ICXBLUE.htm'', ''k_buttons'')"' );
599:
600: fnd_message.set_name('ICX','ICX_REQS_FIND');
601: htp.p(htf.bold(FND_MESSAGE.GET));
602: icx_on_utilities.findForm(p_region_appl_id => 601,
603: p_region_code => 'ICX_PO_SUPPL_SEARCH_ITEMS_R',
604: p_goto_url => 'ICX_REQ_SEARCH.displayItem',
605: p_goto_target => 'data',

Line 1237: htp.p(htf.bold(FND_MESSAGE.GET));

1233: htp.bodyOpen('', 'BGCOLOR="#CCCCFF" onLoad="parent.parent.winOpen(''nav'', ''item_search''); open(''/OA_HTML/'
1234: || c_language || '/ICXBLUE.htm'', ''k_buttons'')" target="data"' );
1235:
1236: fnd_message.set_name('ICX','ICX_REQS_FIND');
1237: htp.p(htf.bold(FND_MESSAGE.GET));
1238: -- htp.p('Debug findForm');
1239: icx_on_utilities.findForm(p_region_appl_id => 601,
1240: p_region_code => 'ICX_PO_SUPPL_SEARCH_ITEMS_R',
1241: p_goto_url => 'ICX_REQ_SEARCH.displayItem',

Line 1295: htp.p(htf.bold(FND_MESSAGE.GET));

1291: htp.bodyOpen('', 'BGCOLOR="#CCCCFF" onLoad="parent.parent.winOpen(''nav'', ''item_search'');parent.openButWin(' || p_start_row || ',' ||
1292: end_row || ',' || total_rows || ',' || parameters_pass || ',''' || v_use_context_search || ''')"');
1293:
1294: fnd_message.set_name('ICX','ICX_REQS_FIND');
1295: htp.p(htf.bold(FND_MESSAGE.GET));
1296:
1297: icx_on_utilities.findForm(p_region_appl_id => 601,
1298: p_region_code => 'ICX_PO_SUPPL_SEARCH_ITEMS_R',
1299: p_goto_url => 'ICX_REQ_SEARCH.displayItem',

Line 1468: display_text := htf.br;

1464: end if;
1465: end if;
1466:
1467: if display_text is null then
1468: display_text := htf.br;
1469: end if;
1470: if display_text = '-' then
1471: display_text := htf.br;
1472: end if;

Line 1471: display_text := htf.br;

1467: if display_text is null then
1468: display_text := htf.br;
1469: end if;
1470: if display_text = '-' then
1471: display_text := htf.br;
1472: end if;
1473:
1474: if ak_query_pkg.g_items_table(i).bold = 'Y' then
1475: display_text := htf.bold(display_text);

Line 1475: display_text := htf.bold(display_text);

1471: display_text := htf.br;
1472: end if;
1473:
1474: if ak_query_pkg.g_items_table(i).bold = 'Y' then
1475: display_text := htf.bold(display_text);
1476: end if;
1477: --Italics
1478: if ak_query_pkg.g_items_table(i).italic = 'Y' then
1479: display_text := htf.italic(display_text);

Line 1479: display_text := htf.italic(display_text);

1475: display_text := htf.bold(display_text);
1476: end if;
1477: --Italics
1478: if ak_query_pkg.g_items_table(i).italic = 'Y' then
1479: display_text := htf.italic(display_text);
1480: end if;
1481: temp_table(0) := temp_table(0) ||
1482: htf.tableData( cvalue => display_text,
1483: calign => ak_query_pkg.g_items_table(i).horizontal_alignment,

Line 1482: htf.tableData( cvalue => display_text,

1478: if ak_query_pkg.g_items_table(i).italic = 'Y' then
1479: display_text := htf.italic(display_text);
1480: end if;
1481: temp_table(0) := temp_table(0) ||
1482: htf.tableData( cvalue => display_text,
1483: calign => ak_query_pkg.g_items_table(i).horizontal_alignment,
1484: crowspan => '2',
1485: cattributes => ' VALIGN=' || ak_query_pkg.g_items_table(i).vertical_alignment
1486: );

Line 1491: temp_table(0) := temp_table(0) || htf.tableRowClose;

1487: end if;
1488: end loop; -- for i
1489:
1490: --close the table row
1491: temp_table(0) := temp_table(0) || htf.tableRowClose;
1492: if v_qty_flag then
1493: --print the down button
1494: display_text := htf.tableRowOpen( cattributes => 'BGColor="#'||icx_util.get_color('TABLE_DATA_MULTIROW')||'"');
1495:

Line 1494: display_text := htf.tableRowOpen( cattributes => 'BGColor="#'||icx_util.get_color('TABLE_DATA_MULTIROW')||'"');

1490: --close the table row
1491: temp_table(0) := temp_table(0) || htf.tableRowClose;
1492: if v_qty_flag then
1493: --print the down button
1494: display_text := htf.tableRowOpen( cattributes => 'BGColor="#'||icx_util.get_color('TABLE_DATA_MULTIROW')||'"');
1495:
1496: display_text := display_text
1497: || ' 1500: || '/FNDISPND.gif BORDER=0>';
1501: display_text := display_text || '';
1502:
1503: display_text := display_text || htf.tableRowClose;
1504: temp_table(0) := temp_table(0) || display_text;
1505: end if;
1506: htp.p(temp_table(0));
1507: counter := counter + 1;