DBA Data[Home] [Help]

APPS.ICX_ADMIN_UTILS dependencies on ICX_CALL

Line 67: l_hidden := icx_call.decrypt2(p_hidden);

63: l_err_mesg varchar2(240);
64:
65: begin
66:
67: l_hidden := icx_call.decrypt2(p_hidden);
68: icx_on_utilities.unpack_parameters(l_hidden,l_parameters);
69:
70: for i in l_parameters.count..21 loop
71: l_parameters(i) := '';

Line 111: l_where_clause := icx_call.decrypt2(p_where);

107: l_help_url := '/OA_HTML/'||l_language_code||'/'||l_help_file;
108:
109: if p_where is not null
110: then
111: l_where_clause := icx_call.decrypt2(p_where);
112: else
113: l_where_clause := icx_on_utilities.whereSegment(a_1,c_1,i_1,a_2,c_2,i_2,a_3,c_3,i_3,a_4,c_4,i_4,a_5,c_5,i_5);
114: end if;
115:

Line 116: l_encrypted_where := icx_call.encrypt2(l_where_clause);

112: else
113: l_where_clause := icx_on_utilities.whereSegment(a_1,c_1,i_1,a_2,c_2,i_2,a_3,c_3,i_3,a_4,c_4,i_4,a_5,c_5,i_5);
114: end if;
115:
116: l_encrypted_where := icx_call.encrypt2(l_where_clause);
117:
118: l_resp_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
119: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
120:

Line 202: l_procedure_call := l_update_proc||'('||icx_call.encrypt2(l_X)||')';

198: l_X := l_X||l_values_table(l_key_value_ids(i))||'*';
199: end loop;
200: l_X := l_X||'*]';
201:
202: l_procedure_call := l_update_proc||'('||icx_call.encrypt2(l_X)||')';
203:
204: l_call := dbms_sql.open_cursor;
205: dbms_sql.parse(l_call,'begin '||l_procedure_call||'; end;',dbms_sql.native);
206: l_dummy := dbms_sql.execute(l_call);

Line 300: htp.tableData(htf.anchor(l_update_proc||'?X='||icx_call.encrypt2(l_X||'*]'),l_values_table(l_link_value_id),'','onMouseOver="return true"'));

296: and ak_query_pkg.g_items_table(i).node_display_flag = 'Y'
297: then
298: if ak_query_pkg.g_items_table(i).attribute_code = l_link_attribute
299: then
300: htp.tableData(htf.anchor(l_update_proc||'?X='||icx_call.encrypt2(l_X||'*]'),l_values_table(l_link_value_id),'','onMouseOver="return true"'));
301: elsif ak_query_pkg.g_items_table(i).value_id is null
302: then
303: htp.tableData('');
304: elsif ak_query_pkg.g_items_table(i).item_style = 'CHECKBOX'

Line 319: htp.tableData(htf.anchor('javascript:delete_function('''||icx_util.replace_onMouseOver_quotes(l_values_table(l_link_value_id))||''','''||icx_call.encrypt2(l_X)||''')',

315: end if;
316:
317: end loop; -- items
318: l_X := 'DISPLAY'||'*'||l_X||p_hidden||'*'||p_start_row||'*'||l_end_row||'*'||l_encrypted_where||'**]';
319: htp.tableData(htf.anchor('javascript:delete_function('''||icx_util.replace_onMouseOver_quotes(l_values_table(l_link_value_id))||''','''||icx_call.encrypt2(l_X)||''')',
320: htf.img('/OA_MEDIA/'||l_language_code||'/FNDIDELR.gif','CENTER','','','border=no width=17 height=16'),'','onMouseOver="return true"'));
321: htp.tableRowClose;
322: end loop; -- Results
323: