DBA Data[Home] [Help]

APPS.ICX_ON_UTILITIES2 dependencies on ICX_CABO

Line 44: '||l_target||'.location="'||icx_cabo.g_base_href||'" + X;

40: fnd_message.set_name('ICX','ICX_PROCEED_WITHOUT_SAVE');
41: l_message := icx_util.replace_quotes(fnd_message.get);
42: htp.p('function set_icon(X) {
43: if (confirm("'||l_message||'")) {
44: '||l_target||'.location="'||icx_cabo.g_base_href||'" + X;
45: }
46: }');
47:
48: htp.p('// -->');

Line 54: '||l_target||'.location="'||icx_cabo.g_base_href||'" + X;

50: else
51: htp.p('');
58: end if;

Line 294: htp.tableData(cvalue => ''

290: htp.tableData(cvalue => htf.formText(cname => 't', csize => p_item_rec.display_value_length, cvalue => p_value, cattributes => 'onChange="'||l_input_check||'"'), crowspan => p_rowspan);
291: elsif p_rowid is not null and p_value is not null
292: then
293: l_Y := 'X*****1****'||p_rowid||'*'||p_goto;
294: htp.tableData(cvalue => '
'
295: ||l_display_value, calign => p_item_rec.horizontal_alignment, cattributes => 'VALIGN="'||p_item_rec.vertical_alignment||'"'||l_data_background_color, crowspan => p_rowspan);
296: else
297: htp.tableData(cvalue => l_display_value, calign => p_item_rec.horizontal_alignment, cattributes => 'VALIGN="'||p_item_rec.vertical_alignment||'"'||l_data_background_color, crowspan => p_rowspan);
298: end if;

Line 378: ||'" onClick="goto_button('''||icx_cabo.g_plsql_agent||'OracleON.IC?Y='||icx_call.encrypt2(l_Y,p_session_id)||''')">', calign => p_item_rec.horizontal_alignment, cattributes => 'VALIGN="'||p_item_rec.vertical_alignment||'"',

374: elsif p_region_style = 'FORM'
375: then
376: l_Y := 'X*****1****'||p_rowid||'*'||p_goto;
377: htp.tableData(cvalue => '', calign => p_item_rec.horizontal_alignment, cattributes => 'VALIGN="'||p_item_rec.vertical_alignment||'"',
379: crowspan => p_rowspan, ccolspan => '3');
380: else
381: l_Y := 'X*****1****'||p_rowid||'*'||p_goto;
382: htp.tableData(cvalue => '', calign => p_item_rec.horizontal_alignment, cattributes => 'VALIGN="'||p_item_rec.vertical_alignment||'"', crowspan => p_rowspan);

379: crowspan => p_rowspan, ccolspan => '3');
380: else
381: l_Y := 'X*****1****'||p_rowid||'*'||p_goto;
382: htp.tableData(cvalue => '', calign => p_item_rec.horizontal_alignment, cattributes => 'VALIGN="'||p_item_rec.vertical_alignment||'"', crowspan => p_rowspan);
384: end if;
385:
386: end;
387:

Line 445: htp.tableData(cvalue => '

441: begin
442:
443: if p_item_rec.region_validation_api_pkg is not null
444: then
445: htp.tableData(cvalue => '

446: ||'||p_item_rec.attribute_label_long||'');
447:
448: elsif p_rowid is not null
449: then

Line 450: htp.tableData(cvalue => '

446: ||'||p_item_rec.attribute_label_long||'');
447:
448: elsif p_rowid is not null
449: then
450: htp.tableData(cvalue => '

451: ||'||p_item_rec.attribute_label_long||'');
452:
453: else
454: htp.tableData(''||p_item_rec.attribute_label_long||'');

Line 841: htp.formOpen(curl => icx_cabo.g_plsql_agent||ak_query_pkg.g_regions_table(p_region_rec_id).region_validation_api_pkg||'.'||ak_query_pkg.g_regions_table(p_region_rec_id).region_validation_api_proc, cattributes => 'NAME="submitForm"');

837:
838: htp.p('// -->');
839: htp.p('');
840:
841: htp.formOpen(curl => icx_cabo.g_plsql_agent||ak_query_pkg.g_regions_table(p_region_rec_id).region_validation_api_pkg||'.'||ak_query_pkg.g_regions_table(p_region_rec_id).region_validation_api_proc, cattributes => 'NAME="submitForm"');
842: htp.formHidden('X',l_X);
843: htp.formHidden('Y',l_Y);
844: htp.formHidden('Z');
845: htp.formClose;

Line 904: icx_on_utilities2.displaySetIcons(l_language_code,icx_cabo.g_plsql_agent||'OracleON.IC',l_start_row,l_stop_row,icx_on_utilities.g_on_parameters(9),l_query_set,l_total_result_count,TRUE,'',icx_call.encrypt2(l_Y),l_update);

900:
901: if l_total_result_count > 5
902: then
903:
904: icx_on_utilities2.displaySetIcons(l_language_code,icx_cabo.g_plsql_agent||'OracleON.IC',l_start_row,l_stop_row,icx_on_utilities.g_on_parameters(9),l_query_set,l_total_result_count,TRUE,'',icx_call.encrypt2(l_Y),l_update);
905:
906: end if;
907:
908: htp.tableOpen(cborder => 'BORDER=2', cattributes => 'CELLPADDING=2');

Line 1161: icx_on_utilities2.displaySetIcons(l_language_code,icx_cabo.g_plsql_agent||'OracleON.IC',l_start_row,l_stop_row,icx_on_utilities.g_on_parameters(9),l_query_set,l_total_result_count,FALSE,'',icx_call.encrypt2(l_Y),l_update);

1157:
1158: if l_total_result_count > 5
1159: then
1160:
1161: icx_on_utilities2.displaySetIcons(l_language_code,icx_cabo.g_plsql_agent||'OracleON.IC',l_start_row,l_stop_row,icx_on_utilities.g_on_parameters(9),l_query_set,l_total_result_count,FALSE,'',icx_call.encrypt2(l_Y),l_update);
1162:
1163: end if;
1164:
1165: elsif l_region_style = 'FORM'