DBA Data[Home] [Help]

APPS.ICX_REQ_UPDATE_SAVED_CARTS dependencies on ICX_CALL

Line 21: p_new_url => 'ICX_REQ_NAVIGATION.ic_parent?cart_id=' || icx_call.encrypt2('0'),

17: p_region_code => 'ICX_SAVED_CARTS_R',
18: p_goto_url => 'ICX_REQ_UPDATE_SAVED_CARTS.displaySavedCarts',
19: p_lines_now => 1,
20: p_lines_next => 5,
21: p_new_url => 'ICX_REQ_NAVIGATION.ic_parent?cart_id=' || icx_call.encrypt2('0'),
22: p_help_url => '/OA_DOC/' || c_language || '/awe' || '/icxhlprq.htm'
23: );
24:
25: end if;

Line 122: where_clause := icx_call.decrypt2(p_where);

118: select QUERY_SET into c_query_size
119: from ICX_PARAMETERS;
120:
121: if p_where is not null then
122: where_clause := icx_call.decrypt2(p_where);
123: icx_on_utilities.unpack_whereSegment(where_clause,l_where_clause,l_where_binds);
124: else
125: 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);
126:

Line 156: l_encrypted_where := icx_call.encrypt2(where_clause);

152: end if;
153:
154: where_clause := where_clause || '**]';
155:
156: l_encrypted_where := icx_call.encrypt2(where_clause);
157:
158: end if;
159:
160:

Line 268: htp.tableData(htf.anchor('icx_req_navigation.ic_parent?cart_id='|| icx_call.encrypt2(y_table(l_cart_id_value_id)) ||'&'||'emergency='||icx_call.encrypt2(l_emergency),

264: else
265: l_emergency := 'YES';
266: end if;
267:
268: htp.tableData(htf.anchor('icx_req_navigation.ic_parent?cart_id='|| icx_call.encrypt2(y_table(l_cart_id_value_id)) ||'&'||'emergency='||icx_call.encrypt2(l_emergency),
269: y_table(ak_query_pkg.g_items_table(i).value_id),'','onMouseOver="return true"'));
270:
271: --Display status falg in plain ENGLISH
272: elsif (ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SAVED_FLAG') then

Line 292: condensed_params := icx_call.encrypt2( y_table(l_cart_id_value_id) ||'*'|| p_start_row||'*'||end_row||'*'||l_encrypted_where||'**]');

288: htp.tableData(display_text);
289:
290: --Display delete button
291: elsif (ak_query_pkg.g_items_table(i).attribute_code = 'ICX_DELETE') then
292: condensed_params := icx_call.encrypt2( y_table(l_cart_id_value_id) ||'*'|| p_start_row||'*'||end_row||'*'||l_encrypted_where||'**]');
293:
294:
295:
296:

Line 356: Y := icx_call.decrypt2(condensed_params);

352: Begin
353:
354: if icx_sec.validateSession('ICX_UPDATE_SAVED_CARTS') then
355:
356: Y := icx_call.decrypt2(condensed_params);
357: icx_on_utilities.unpack_parameters(Y, params);
358:
359: v_cart_id := params(1);
360: