DBA Data[Home] [Help]

APPS.ICX_CAT dependencies on JS

Line 86: js.scriptOpen;

82: icx_util.copyright;
83:
84: htp.title(l_title);
85:
86: js.scriptOpen;
87: icx_admin_sig.help_win_script('/OA_HTML/'||l_language||'/ICXHLMCH.htm');
88: icx_util.LOVScript;
89: js.null_alert;
90: js.equal_alert;

Line 89: js.null_alert;

85:
86: js.scriptOpen;
87: icx_admin_sig.help_win_script('/OA_HTML/'||l_language||'/ICXHLMCH.htm');
88: icx_util.LOVScript;
89: js.null_alert;
90: js.equal_alert;
91:
92: htp.p('function autoquery() {
93: parent.tail.document.Tail.p_category_set_id.value = document.Category.ICX_CATEGORY_SET_ID.options[document.Category.ICX_CATEGORY_SET_ID.selectedIndex].value

Line 90: js.equal_alert;

86: js.scriptOpen;
87: icx_admin_sig.help_win_script('/OA_HTML/'||l_language||'/ICXHLMCH.htm');
88: icx_util.LOVScript;
89: js.null_alert;
90: js.equal_alert;
91:
92: htp.p('function autoquery() {
93: parent.tail.document.Tail.p_category_set_id.value = document.Category.ICX_CATEGORY_SET_ID.options[document.Category.ICX_CATEGORY_SET_ID.selectedIndex].value
94: parent.tail.document.Tail.p_category_id.value = document.Category.ICX_CATEGORY_ID.value

Line 159: js.scriptClose;

155: }
156: }
157: }');
158:
159: js.scriptClose;
160: htp.headClose;
161: htp.bodyOpen(icx_admin_sig.background);
162: icx_admin_sig.toolbar(language_code => l_language);
163:

Line 300: js.scriptOpen;

296:
297: htp.htmlOpen;
298: htp.headOpen;
299: icx_util.copyright;
300: js.scriptOpen;
301:
302: -- Javascript function to handle CD buttons
303: htp.p('function rows(start_num, end_num) {
304: document.Tail.p_start_row.value = start_num

Line 317: js.scriptClose;

313: open('''||l_agent||'/ICX_CAT.cat_delete?icx_category_set_id='' + cat_set_id + ''&icx_category_id='' + cat_id + ''&icx_related_category_id='' + related_cat_id,''tail'')
314: }
315: }');
316:
317: js.scriptClose;
318: htp.headClose;
319:
320: htp.bodyOpen(icx_admin_sig.background);
321:

Line 422: P_PACKPROC => 'JS',

418: if (l_total_rows > l_query_size) and not
419: (p_start_row = 1 and l_end_row = l_total_rows) then
420: icx_on_utilities2.displaySetIcons (
421: P_LANGUAGE_CODE => l_language,
422: P_PACKPROC => 'JS',
423: P_START_ROW => p_start_row,
424: P_STOP_ROW => l_end_row,
425: P_ENCRYPTED_WHERE => '1',
426: P_QUERY_SET => l_query_size,

Line 428: P_JSPROC => 'rows');

424: P_STOP_ROW => l_end_row,
425: P_ENCRYPTED_WHERE => '1',
426: P_QUERY_SET => l_query_size,
427: P_ROW_COUNT => l_total_rows,
428: P_JSPROC => 'rows');
429:
430: end if; -- CD Buttons
431:
432:

Line 514: P_PACKPROC => 'JS',

510: if (l_total_rows > l_query_size) and not
511: (p_start_row = 1 and l_end_row = l_total_rows) then
512: icx_on_utilities2.displaySetIcons (
513: P_LANGUAGE_CODE => l_language,
514: P_PACKPROC => 'JS',
515: P_START_ROW => p_start_row,
516: P_STOP_ROW => l_end_row,
517: P_ENCRYPTED_WHERE => '1',
518: P_QUERY_SET => l_query_size,

Line 520: P_JSPROC => 'rows');

516: P_STOP_ROW => l_end_row,
517: P_ENCRYPTED_WHERE => '1',
518: P_QUERY_SET => l_query_size,
519: P_ROW_COUNT => l_total_rows,
520: P_JSPROC => 'rows');
521:
522: end if;
523:
524: