DBA Data[Home] [Help]

APPS.ICX_REQ_TEMPLATES dependencies on ICX_UTIL

Line 18: htp.bodyOpen('','BGCOLOR="#FFCCCC" onLoad="top.openTemplate(''' || icx_util.replace_quotes(nodeId) ||''',document.GetChildren.nodeId,document.GetChildren.nodeIndex)"');

14: htp.headOpen;
15: htp.headClose;
16:
17: if (v_first_time_flag = 'Y') then
18: htp.bodyOpen('','BGCOLOR="#FFCCCC" onLoad="top.openTemplate(''' || icx_util.replace_quotes(nodeId) ||''',document.GetChildren.nodeId,document.GetChildren.nodeIndex)"');
19: else
20: htp.bodyOpen('','BGCOLOR="#FFCCCC" onLoad="top.addChildren(''' || icx_util.replace_quotes(nodeId) || ''',document.GetChildren.nodeId,document.GetChildren.nodeIndex)"');
21: end if;
22:

Line 20: htp.bodyOpen('','BGCOLOR="#FFCCCC" onLoad="top.addChildren(''' || icx_util.replace_quotes(nodeId) || ''',document.GetChildren.nodeId,document.GetChildren.nodeIndex)"');

16:
17: if (v_first_time_flag = 'Y') then
18: htp.bodyOpen('','BGCOLOR="#FFCCCC" onLoad="top.openTemplate(''' || icx_util.replace_quotes(nodeId) ||''',document.GetChildren.nodeId,document.GetChildren.nodeIndex)"');
19: else
20: htp.bodyOpen('','BGCOLOR="#FFCCCC" onLoad="top.addChildren(''' || icx_util.replace_quotes(nodeId) || ''',document.GetChildren.nodeId,document.GetChildren.nodeIndex)"');
21: end if;
22:
23: htp.formOpen(curl =>'ICX_REQ_TEMPLATES.GetTemplateChildren',
24: cmethod => 'POST',

Line 88: y_table icx_util.char240_table;

84: ------------------------------------------------------------
85:
86: -- (MC) remove local variables v_regions_table, v_items_table, and v_results_table
87:
88: y_table icx_util.char240_table;
89: /* Change wrto Bug Fix to implement the Bind Vars **/
90: where_clause_binds ak_query_pkg.bind_tab;
91: where_clause_binds_empty ak_query_pkg.bind_tab;
92: where_clause varchar2(2000);

Line 367: y_table icx_util.char240_table;

363: ------------------------------------------------------------
364:
365: -- (MC) remove local variables v_regions_table, v_items_table, and v_results_table
366:
367: y_table icx_util.char240_table;
368: where_clause_binds ak_query_pkg.bind_tab;
369: where_clause_binds_empty ak_query_pkg.bind_tab;
370: where_clause varchar2(2000);
371:

Line 681: icx_util.DynamicButton(P_ButtonText => FND_MESSAGE.GET,

677: p_row_count => p_total_rows);
678: htp.p('');
679: htp.p('');
680: FND_MESSAGE.SET_NAME('ICX','ICX_ADD_TO_ORDER');
681: icx_util.DynamicButton(P_ButtonText => FND_MESSAGE.GET,
682: P_ImageFileName => 'FNDBNEW.gif',
683: P_OnMouseOverText => FND_MESSAGE.GET,
684: P_HyperTextCall => 'javascript:parent.frames[0].submit()',
685: P_LanguageCode => v_lang,

Line 704: c_prompts icx_util.g_prompts_table;

700: ------------------------------------------------------------
701:
702: sess_web_user number(15);
703: c_title varchar2(80) := '';
704: c_prompts icx_util.g_prompts_table;
705: v_lang varchar2(30);
706: where_clause_binds ak_query_pkg.bind_tab;
707: where_clause varchar2(2000);
708: v_index NUMBER;

Line 724: y_table icx_util.char240_table;

720: v_line_id varchar2(65);
721: i number := 0;
722: j number := 0;
723:
724: y_table icx_util.char240_table;
725:
726: v_express_name varchar2(240) := NULL;
727: v_org number;
728: params icx_on_utilities.v80_table;

Line 760: -- icx_util.getPrompts(178,'ICX_ITEMS_TEMPLATE',c_title,c_prompts);

756: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
757: v_dcdName := owa_util.get_cgi_env('SCRIPT_NAME');
758:
759:
760: -- icx_util.getPrompts(178,'ICX_ITEMS_TEMPLATE',c_title,c_prompts);
761: icx_util.getPrompts(601,'ICX_PO_TEMPLATE_ITEMS_R',c_title,c_prompts);
762: icx_util.error_page_setup;
763:
764: l_encrypted_where := p_where;

Line 761: icx_util.getPrompts(601,'ICX_PO_TEMPLATE_ITEMS_R',c_title,c_prompts);

757: v_dcdName := owa_util.get_cgi_env('SCRIPT_NAME');
758:
759:
760: -- icx_util.getPrompts(178,'ICX_ITEMS_TEMPLATE',c_title,c_prompts);
761: icx_util.getPrompts(601,'ICX_PO_TEMPLATE_ITEMS_R',c_title,c_prompts);
762: icx_util.error_page_setup;
763:
764: l_encrypted_where := p_where;
765:

Line 762: icx_util.error_page_setup;

758:
759:
760: -- icx_util.getPrompts(178,'ICX_ITEMS_TEMPLATE',c_title,c_prompts);
761: icx_util.getPrompts(601,'ICX_PO_TEMPLATE_ITEMS_R',c_title,c_prompts);
762: icx_util.error_page_setup;
763:
764: l_encrypted_where := p_where;
765:
766: IF p_where IS NOT NULL THEN

Line 783: icx_util.copyright;

779:
780: IF (v_express_name is NULL or v_express_name = 'none') THEN
781: htp.htmlOpen;
782: htp.headOpen;
783: icx_util.copyright;
784: htp.bodyOpen('','BGCOLOR="#FFCCCC" onLoad="top.winOpen(''nav'', ''template'')"');
785: htp.bodyClose;
786: htp.headClose;
787: htp.htmlClose;

Line 851: icx_util.copyright;

847:
848: --- Display the template
849: htp.htmlOpen;
850: htp.headOpen;
851: icx_util.copyright;
852: js.scriptOpen;
853:
854: htp.p('function submit() {
855: document.template_items.cartId.value = parent.parent.parent.cartId;

Line 903: htp.tableOpen('border=5','','','','bgcolor=#' || icx_util.get_color('TABLE_

899:
900: l_pos := l_pos + 9;
901:
902: -- Print the table column headings
903: htp.tableOpen('border=5','','','','bgcolor=#' || icx_util.get_color('TABLE_
904: DATA_MULTIROW') );
905:
906: htp.p('');
907:

Line 906: htp.p('');

902: -- Print the table column headings
903: htp.tableOpen('border=5','','','','bgcolor=#' || icx_util.get_color('TABLE_
904: DATA_MULTIROW') );
905:
906: htp.p('');
907:
908: FOR i IN ak_query_pkg.g_items_table.FIRST .. ak_query_pkg.g_items_table.LAST LOOP
909: IF (ak_query_pkg.g_items_table(i).value_id IS NOT NULL
910: AND ak_query_pkg.g_items_table(i).item_style <> 'hidden'

Line 955: temp_table := '';

951:
952: -- FOR j IN p_start_row - 1 .. end_row - 1 LOOP
953: FOR j IN ak_query_pkg.g_results_table.FIRST .. ak_query_pkg.g_results_table.LAST LOOP
954:
955: temp_table := '';
956:
957: icx_util.transfer_Row_To_Column( ak_query_pkg.g_results_table(j), y_table) ;
958:
959: FOR i in ak_query_pkg.g_items_table.FIRST .. ak_query_pkg.g_items_table.LAST LOOP

Line 957: icx_util.transfer_Row_To_Column( ak_query_pkg.g_results_table(j), y_table) ;

953: FOR j IN ak_query_pkg.g_results_table.FIRST .. ak_query_pkg.g_results_table.LAST LOOP
954:
955: temp_table := '';
956:
957: icx_util.transfer_Row_To_Column( ak_query_pkg.g_results_table(j), y_table) ;
958:
959: FOR i in ak_query_pkg.g_items_table.FIRST .. ak_query_pkg.g_items_table.LAST LOOP
960:
961: -- Print quantity input text box and up button

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

1055:
1056: temp_table := temp_table || htf.tableRowClose;
1057:
1058: --print the down button
1059: display_text := htf.tableRowOpen( cattributes => 'BGColor="#'||icx_util.get_color('TABLE_DATA_MULTIROW')||'"');
1060:
1061: display_text := htf.tableRowOpen( cattributes => 'BGColor="#'||icx_util.get_color('TABLE_DATA_MULTIROW')||'"');
1062:
1063:

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

1057:
1058: --print the down button
1059: display_text := htf.tableRowOpen( cattributes => 'BGColor="#'||icx_util.get_color('TABLE_DATA_MULTIROW')||'"');
1060:
1061: display_text := htf.tableRowOpen( cattributes => 'BGColor="#'||icx_util.get_color('TABLE_DATA_MULTIROW')||'"');
1062:
1063:
1064: display_text := display_text
1065: || '