DBA Data[Home] [Help]

APPS.ICX_REQ_SPECIAL_ORD dependencies on ICX_CALL

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

136:
137: -- Check if session is valid
138: IF (icx_sec.validatesession('ICX_REQS')) THEN
139: -- Decrypt parameters
140: v_org := icx_call.decrypt2(n_org);
141:
142: -- Get prompts
143: -- icx_util.getPrompts(178,'ICX_ONE_TIME',c_title,c_prompts);
144: icx_util.getPrompts(601,'ICX_ONE_TIME',c_title,c_prompts);

Line 603: htp.p('Decrypted cart id : ' || icx_call.decrypt2(cartId)); htp.br;

599: icx_util.error_page_setup;
600:
601: /* Uncomment for debugging -- Debug code
602: htp.p('Cart Id: ' || cartId);
603: htp.p('Decrypted cart id : ' || icx_call.decrypt2(cartId)); htp.br;
604: htp.p('Category Id: ' || icx_category_id);
605: htp.p('Catergory Name : ' || icx_category_name);
606: htp.p('Unit of measurement : ' || icx_unit_of_measurement);
607: htp.p('Suggested vendor name: ' || icx_suggested_vendor_name );

Line 774: v_cart_id := icx_call.decrypt2(v_special_order_rec.cart_id);

770: SELECT line_type_id INTO v_line_type_id
771: FROM po_system_parameters
772: WHERE rownum < 2;
773:
774: v_cart_id := icx_call.decrypt2(v_special_order_rec.cart_id);
775: OPEN cart_header_details(v_cart_id);
776: FETCH cart_header_details INTO v_cart_header_rec;
777: CLOSE cart_header_details;
778: