DBA Data[Home] [Help]

APPS.POS_ACK_SEARCH dependencies on ICX_UTIL

Line 92: icx_util.copyright;

88:
89: l_title_message := fnd_message.get_string('ICX','ICX_POS_ACK_ENTER_ACK');
90:
91: htp.headOpen;
92: icx_util.copyright;
93: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
94:
95: js.scriptOpen;
96: pos_global_vars_sv.InitializeMessageArray;

Line 98: icx_util.LOVscript;

94:
95: js.scriptOpen;
96: pos_global_vars_sv.InitializeMessageArray;
97: pos_global_vars_sv.InitializeOtherVars(l_script_name);
98: icx_util.LOVscript;
99: js.scriptClose;
100:
101: htp.p(' ');

Line 181: icx_util.copyright;

177: htp.htmlOpen;
178: htp.title(fnd_message.get_string('ICX','ICX_POS_ACK_ENTER_ACK'));
179:
180: htp.headOpen;
181: icx_util.copyright;
182: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
183:
184: js.scriptOpen;
185: pos_global_vars_sv.InitializeMessageArray;

Line 187: icx_util.LOVscript;

183:
184: js.scriptOpen;
185: pos_global_vars_sv.InitializeMessageArray;
186: pos_global_vars_sv.InitializeOtherVars(l_script_name);
187: icx_util.LOVscript;
188: js.scriptClose;
189:
190: htp.p(' ');

Line 312: icx_util.LOVscript;

308: htp.headOpen;
309:
310: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
311: js.scriptOpen;
312: icx_util.LOVscript;
313: htp.p('
314: function call_LOV(c_attribute_code)
315: {
316: var c_where_clause = "";

Line 497: icx_util.LOVscript;

493:
494: htp.htmlOpen;
495: htp.headOpen;
496: js.scriptOpen;
497: icx_util.LOVscript;
498: htp.p('
499:
500: function openDlg(l_rows) {
501: var winWidth = 400;

Line 929: icx_util.LOVscript;

925:
926: htp.headOpen;
927: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
928: js.scriptOpen;
929: icx_util.LOVscript;
930: htp.p('
931:
932: function LoadCounter(p_start, p_end, p_total)
933: {

Line 984: lov_win = window.open(l_script + "/icx_util.LOV?c_attribute_app_id=178" +

980: r_attribute_code = c_attribute_code;
981:
982: c_js_where_clause = escape(c_js_where_clause, 1);
983:
984: lov_win = window.open(l_script + "/icx_util.LOV?c_attribute_app_id=178" +
985: "&c_attribute_code=" + c_attribute_code +
986: "&c_region_app_id=178" +
987: "&c_region_code=POS_ACK_EDIT_R" +
988: "&c_form_name=POS_ACK_TEMP" +

Line 1092: icx_util.LOVscript;

1088:
1089: htp.headOpen;
1090: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
1091: js.scriptOpen;
1092: icx_util.LOVscript;
1093: htp.p('
1094:
1095: function call_LOV1(c_attribute_code)
1096: {

Line 1155: lov_win = window.open(l_script + "/icx_util.LOV?c_attribute_app_id=178" +

1151: r_attribute_code = c_attribute_code;
1152:
1153: c_js_where_clause = escape(c_js_where_clause, 1);
1154:
1155: lov_win = window.open(l_script + "/icx_util.LOV?c_attribute_app_id=178" +
1156: "&c_attribute_code=" + c_attribute_code +
1157: "&c_region_app_id=178" +
1158: "&c_region_code=POS_ACK_EDIT_R" +
1159: "&c_form_name=POS_ACK_TEMP" +