DBA Data[Home] [Help]

APPS.ICX_REQ_ORDER dependencies on ICX_CALL

Line 1236: display_text := icx_call.encrypt2(y_table(ak_query_pkg.g_items_table(i).value_id));

1232: else
1233: display_text := y_table(ak_query_pkg.g_items_table(i).value_id);
1234:
1235: if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_CART_ID' then
1236: display_text := icx_call.encrypt2(y_table(ak_query_pkg.g_items_table(i).value_id));
1237: end if;
1238:
1239: end if;
1240:

Line 1461: pk1 := icx_call.decrypt2(n_cart_id);

1457: htp.p(y_table(ak_query_pkg.g_items_table(i).value_id) || '
' );
1458:
1459: --add by alex
1460: -- if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_CART_ID' then
1461: pk1 := icx_call.decrypt2(n_cart_id);
1462: --
1463: -- end if;
1464: --
1465:

Line 1807: l_cart_id := icx_call.decrypt2(cartId);

1803:
1804: begin
1805: if icx_sec.validatesession then
1806:
1807: l_cart_id := icx_call.decrypt2(cartId);
1808: l_org_id := icx_sec.getId(icx_sec.PV_ORG_ID);
1809:
1810: l_cart_line_number := NULL;
1811: open get_line_number(l_cart_id,cartLineId);

Line 2001: l_cart_id := icx_call.decrypt2(cartId);

1997: begin
1998: if icx_sec.validatesession then
1999:
2000: l_org_id := icx_sec.getId(icx_sec.PV_ORG_ID);
2001: l_cart_id := icx_call.decrypt2(cartId);
2002:
2003:
2004: l_cart_line_number := NULL;
2005: open get_line_number(l_cart_id,cartLineId);

Line 2119: l_shopper_id := icx_call.encrypt2(to_char(shopper_id));

2115: ak_query_pkg.g_items_table(i).attribute_code <> 'ICX_DELIVER_TO_LOCATION_ID_L' and
2116: ak_query_pkg.g_items_table(i).attribute_code <> 'ICX_DEST_ORG_ID_L' then
2117:
2118: if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SHOPPER_ID' then
2119: l_shopper_id := icx_call.encrypt2(to_char(shopper_id));
2120: htp.p('');
2121: else
2122:
2123: htp.p('');

Line 2149: ICX_REQ_ORDER.pk1 := icx_call.decrypt2(n_cart_id);

2145:
2146: begin
2147: IF (n_account_dist is NULL) THEN
2148: --add by alex
2149: ICX_REQ_ORDER.pk1 := icx_call.decrypt2(n_cart_id);
2150:
2151: htp.htmlOpen;
2152: htp.headOpen;
2153: htp.headClose;

Line 2234: v_org := icx_call.decrypt2(n_org);

2230: shopper_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
2231:
2232: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
2233: --decrypt parameters
2234: v_org := icx_call.decrypt2(n_org);
2235: if n_emergency is not null then
2236: v_emergency := icx_call.decrypt2(n_emergency);
2237: end if;
2238: v_cart_id := icx_call.decrypt2(n_cart_id);

Line 2236: v_emergency := icx_call.decrypt2(n_emergency);

2232: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
2233: --decrypt parameters
2234: v_org := icx_call.decrypt2(n_org);
2235: if n_emergency is not null then
2236: v_emergency := icx_call.decrypt2(n_emergency);
2237: end if;
2238: v_cart_id := icx_call.decrypt2(n_cart_id);
2239:
2240: ICX_REQ_NAVIGATION.get_currency(v_org, v_currency, v_precision, v_money_fmt_mask);

Line 2238: v_cart_id := icx_call.decrypt2(n_cart_id);

2234: v_org := icx_call.decrypt2(n_org);
2235: if n_emergency is not null then
2236: v_emergency := icx_call.decrypt2(n_emergency);
2237: end if;
2238: v_cart_id := icx_call.decrypt2(n_cart_id);
2239:
2240: ICX_REQ_NAVIGATION.get_currency(v_org, v_currency, v_precision, v_money_fmt_mask);
2241: v_money_fmt_mask := FND_CURRENCY.GET_FORMAT_MASK(v_currency,30);
2242:

Line 2556: l_org_id := icx_call.decrypt2(n_org);

2552: l_org_id number;
2553:
2554: begin
2555:
2556: l_org_id := icx_call.decrypt2(n_org);
2557: l_cart_id := icx_call.decrypt2(n_cart_id);
2558: -- if icx_sec.validatesession then
2559: if reserved_po_num is null OR reserved_po_num = '' then
2560: OPEN C3;

Line 2557: l_cart_id := icx_call.decrypt2(n_cart_id);

2553:
2554: begin
2555:
2556: l_org_id := icx_call.decrypt2(n_org);
2557: l_cart_id := icx_call.decrypt2(n_cart_id);
2558: -- if icx_sec.validatesession then
2559: if reserved_po_num is null OR reserved_po_num = '' then
2560: OPEN C3;
2561: FETCH C3 into reserved_po_num;

Line 2592: my_order1(n_org, icx_call.encrypt2('YES'), n_cart_id, v_po_number);

2588: v_po_number := NULL;
2589:
2590: reserve_po_num(v_po_number,n_cart_id,n_org);
2591:
2592: my_order1(n_org, icx_call.encrypt2('YES'), n_cart_id, v_po_number);
2593:
2594: end;
2595:
2596: --**********************************************************