DBA Data[Home] [Help]

APPS.ICX_REQ_ORDER dependencies on JS

Line 93: js.scriptOpen;

89: htp.htmlOpen;
90: htp.headOpen;
91: icx_admin_sig.toolbar(language_code => v_lang);
92: icx_util.copyright;
93: js.scriptOpen;
94:
95: htp.p('function help_window() {
96: help_win = window.open(''/OA_DOC/' || v_lang || '/awe' || '/icxhlprq.htm'', "help_win","resizable=yes,scrollbars=yes,toolbar=yes,width=450,height=250");
97: help_win = window.open(''/OA_DOC/' || v_lang || '/awe' || '/icxhlprq.htm'', "help_win","resizable=yes,scrollbars=yes,toolbar=yes,width=450,height=250")}

Line 99: js.scriptClose;

95: htp.p('function help_window() {
96: help_win = window.open(''/OA_DOC/' || v_lang || '/awe' || '/icxhlprq.htm'', "help_win","resizable=yes,scrollbars=yes,toolbar=yes,width=450,height=250");
97: help_win = window.open(''/OA_DOC/' || v_lang || '/awe' || '/icxhlprq.htm'', "help_win","resizable=yes,scrollbars=yes,toolbar=yes,width=450,height=250")}
98: ');
99: js.scriptClose;
100:
101:
102: htp.headClose;
103: htp.bodyOpen('/OA_MEDIA/' || v_lang || '/ICXBCKGR.jpg');

Line 1069: htp.p('function PRE_LOV0(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause, c_js_where_clause,sequence0) {

1065: htp.p('LOVSequence6 = new formSequence("0")');
1066: htp.p('LOVSequence7 = new formSequence("0")');
1067: htp.p('LOVSequence0 = new formSequence("0")');
1068:
1069: htp.p('function PRE_LOV0(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause, c_js_where_clause,sequence0) {
1070: LOVSequence0.sequence = sequence0
1071:
1072: LOV(attr_id, attr_code, region_id, region_code, form_name, frame_name , where_clause,c_js_where_clause)
1073: }');

Line 1072: LOV(attr_id, attr_code, region_id, region_code, form_name, frame_name , where_clause,c_js_where_clause)

1068:
1069: htp.p('function PRE_LOV0(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause, c_js_where_clause,sequence0) {
1070: LOVSequence0.sequence = sequence0
1071:
1072: LOV(attr_id, attr_code, region_id, region_code, form_name, frame_name , where_clause,c_js_where_clause)
1073: }');
1074:
1075:
1076: htp.p('function PRE_LOV1(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause, c_js_where_clause,sequence1,sequence2,sequence3,sequence4) {

Line 1076: htp.p('function PRE_LOV1(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause, c_js_where_clause,sequence1,sequence2,sequence3,sequence4) {

1072: LOV(attr_id, attr_code, region_id, region_code, form_name, frame_name , where_clause,c_js_where_clause)
1073: }');
1074:
1075:
1076: htp.p('function PRE_LOV1(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause, c_js_where_clause,sequence1,sequence2,sequence3,sequence4) {
1077: LOVSequence1.sequence = sequence1
1078: LOVSequence2.sequence = sequence2
1079: LOVSequence3.sequence = sequence3
1080: LOVSequence4.sequence = sequence4

Line 1082: LOV(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause,c_js_where_clause)

1078: LOVSequence2.sequence = sequence2
1079: LOVSequence3.sequence = sequence3
1080: LOVSequence4.sequence = sequence4
1081:
1082: LOV(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause,c_js_where_clause)
1083: }');
1084:
1085:
1086: htp.p('function PRE_LOV2(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause, c_js_where_clause,sequence5,sequence6,sequence7){

Line 1086: htp.p('function PRE_LOV2(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause, c_js_where_clause,sequence5,sequence6,sequence7){

1082: LOV(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause,c_js_where_clause)
1083: }');
1084:
1085:
1086: htp.p('function PRE_LOV2(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause, c_js_where_clause,sequence5,sequence6,sequence7){
1087: LOVSequence5.sequence = sequence5
1088: LOVSequence6.sequence = sequence6
1089: LOVSequence7.sequence = sequence7
1090:

Line 1091: LOV(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause,c_js_where_clause)

1087: LOVSequence5.sequence = sequence5
1088: LOVSequence6.sequence = sequence6
1089: LOVSequence7.sequence = sequence7
1090:
1091: LOV(attr_id, attr_code, region_id, region_code, form_name, frame_name, where_clause,c_js_where_clause)
1092: }');
1093:
1094:
1095: htp.p('function postLOV(value0,value01,value02) {

Line 2247: js.scriptOpen;

2243:
2244: htp.htmlOpen;
2245: htp.headOpen;
2246: icx_util.copyright;
2247: js.scriptOpen;
2248:
2249: js.replaceDBQuote;
2250: icx_util.LOVScript;
2251:

Line 2249: js.replaceDBQuote;

2245: htp.headOpen;
2246: icx_util.copyright;
2247: js.scriptOpen;
2248:
2249: js.replaceDBQuote;
2250: icx_util.LOVScript;
2251:
2252:
2253: --debug

Line 2298: js.scriptClose;

2294:
2295: --add by alex
2296: addAttachmentScript;
2297:
2298: js.scriptClose;
2299: htp.headClose;
2300:
2301: htp.bodyOpen('','BGCOLOR="#CCFFFF" onLoad="parent.parent.winOpen(''nav'', ''my_order'')"');
2302:

Line 2415: js.scriptOpen;

2411:
2412:
2413: if ak_query_pkg.g_results_table.COUNT = 0 then
2414:
2415: js.scriptOpen;
2416: htp.p('resetItemCount(document.LINE.itemCount)');
2417: js.scriptClose;
2418:
2419: FND_MESSAGE.SET_NAME('ICX','ICX_CART_EMPTY');

Line 2417: js.scriptClose;

2413: if ak_query_pkg.g_results_table.COUNT = 0 then
2414:
2415: js.scriptOpen;
2416: htp.p('resetItemCount(document.LINE.itemCount)');
2417: js.scriptClose;
2418:
2419: FND_MESSAGE.SET_NAME('ICX','ICX_CART_EMPTY');
2420: htp.p('
' || FND_MESSAGE.GET || '
');
2421:

Line 2470: js.ScriptOpen;

2466:
2467: htp.htmlOpen;
2468: htp.headOpen;
2469:
2470: js.ScriptOpen;
2471: submit_line_actions;
2472: js.ScriptClose;
2473:
2474: htp.headClose;

Line 2472: js.ScriptClose;

2468: htp.headOpen;
2469:
2470: js.ScriptOpen;
2471: submit_line_actions;
2472: js.ScriptClose;
2473:
2474: htp.headClose;
2475: htp.bodyOpen('','BGCOLOR="#CCFFFF" onLoad="parent.parent.winOpen(''nav'',''my_order'');"');
2476: