DBA Data[Home] [Help]

APPS.POS_ACK_SEARCH dependencies on JS

Line 95: js.scriptOpen;

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;
97: pos_global_vars_sv.InitializeOtherVars(l_script_name);
98: icx_util.LOVscript;
99: js.scriptClose;

Line 99: js.scriptClose;

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(' ');
103: htp.p(' ');
103: htp.p(' ');
105: htp.p(' ');
103: htp.p(' ');
105: htp.p(' ');
107: htp.p(' ');
103: htp.p(' ');
105: htp.p(' ');
107: htp.p(' ');
109: htp.p('');
105: htp.p(' ');
107: htp.p(' ');
109: htp.p('');
192: htp.p(' ');
192: htp.p(' ');
194: htp.p(' ');
192: htp.p(' ');
194: htp.p(' ');
196: htp.p(' ');
192: htp.p(' ');
194: htp.p(' ');
196: htp.p(' ');
198: htp.headClose;

Line 196: htp.p(' ');
194: htp.p(' ');
196: htp.p(' ');
198: htp.headClose;
199:
200: htp.p('

Line 311: js.scriptOpen;

307: htp.htmlOpen;
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: {

Line 336: js.scriptClose;

332: }
333:
334: ');
335:
336: js.scriptClose;
337:
338: htp.headClose;
339:
340: htp.p('');

Line 496: js.scriptOpen;

492: 'Session Id: ' || to_char(l_session_id));
493:
494: htp.htmlOpen;
495: htp.headOpen;
496: js.scriptOpen;
497: icx_util.LOVscript;
498: htp.p('
499:
500: function openDlg(l_rows) {

Line 529: js.scriptClose;

525:
526: openDlg(p_rows_inserted);
527: }
528: ');
529: js.scriptClose;
530: htp.headClose;
531: htp.bodyOpen;
532: if l_called_from <> 0 then
533: l_msg := fnd_message.get_string('ICX','ICX_POS_ACK_TOTAL_PO_SUB');

Line 928: js.scriptOpen;

924: -- Header Start
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)

Line 959: var c_js_where_clause = "";

955: var intervalID;
956:
957: function call_LOV(c_attribute_code, c_row, l_script)
958: {
959: var c_js_where_clause = "";
960: var interval = 100;
961:
962: if (c_attribute_code == "POS_ACK_ACC_TYPE")
963: {

Line 982: c_js_where_clause = escape(c_js_where_clause, 1);

978:
979: r_row = c_row;
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" +

Line 991: "&c_js_where_clause=" + c_js_where_clause,"LOV",

987: "&c_region_code=POS_ACK_EDIT_R" +
988: "&c_form_name=POS_ACK_TEMP" +
989: "&c_frame_name=result" +
990: "&c_where_clause=" +
991: "&c_js_where_clause=" + c_js_where_clause,"LOV",
992: "resizable=yes,menubar=yes,scrollbars=yes,width=780,height=300");
993:
994:
995: intervalID = window.setInterval("watchme()", interval);

Line 1030: js.scriptClose;

1026: }
1027:
1028:
1029: ');
1030: js.scriptClose;
1031: htp.headClose;
1032:
1033: -- Header End
1034: /*

Line 1091: js.scriptOpen;

1087: htp.htmlOpen;
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)

Line 1130: var c_js_where_clause = "";

1126: var intervalID;
1127:
1128: function call_LOV(c_attribute_code, c_row, l_script)
1129: {
1130: var c_js_where_clause = "";
1131: var interval = 100;
1132:
1133: if (c_attribute_code == "POS_ACK_ACC_TYPE")
1134: {

Line 1153: c_js_where_clause = escape(c_js_where_clause, 1);

1149:
1150: r_row = c_row;
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" +

Line 1162: "&c_js_where_clause=" + c_js_where_clause,"LOV",

1158: "&c_region_code=POS_ACK_EDIT_R" +
1159: "&c_form_name=POS_ACK_TEMP" +
1160: "&c_frame_name=result" +
1161: "&c_where_clause=" +
1162: "&c_js_where_clause=" + c_js_where_clause,"LOV",
1163: "resizable=yes,menubar=yes,scrollbars=yes,width=780,height=300");
1164:
1165:
1166: intervalID = window.setInterval("watchme()", interval);

Line 1185: js.scriptClose;

1181: }
1182: }
1183:
1184: ');
1185: js.scriptClose;
1186: htp.headClose;
1187:
1188: select count(*) into l_count
1189: from pos_ack_select;