Why it is impossible to cancel this order?

It's more than a week that I am trying to cancel my order, but it ens up to in the same ring:

Cancell your order > we are Sorrel you want to cancel... > go to the page "how to cancel an order. Connect > we're sorry that you wish to cancel your order > > go to the page 'How to cancel a command' > > we're sorry you want to cancel the order... so now...

The free player is not a subscription. What Adobe product are you talking about? Did you follow the instructions detailed here? Cancel your subscription or membership. Cloud Creative

Tags: Acrobat

Similar Questions

  • Why is it impossible to cancel my account? I can't to any member of the cc for this team

    Why is it impossible to cancel my subscription to the cc? I can't get a hold of someone to do and the site continues to send me round in circles. I want to cancel my member ship today, please help

    Hi Samantha,

    Please login using your ID on the support for assistance with cancellation page: Contact customer service

    Kind regards

    Akshay

  • Impossible to cancel the order using OE_ORDER_PUB. Process_order. Help, please!

    Hi all

    I use OE_ORDER_PUB. Process_order API to cancel the order (order). The API return status is the success, but the order is not affected. I tried with several levels and with different values but failed to get the required results. Here is the code

    declare
    l_step varchar2 (250);
    l_err_msg varchar2 (1000);
    v varchar2 (1000);
    l_LINE_TBL oe_order_pub. Line_Tbl_Type;
    l_header_rec oe_order_pub. Header_Rec_Type;
    lx_return_status VARCHAR2 (10000);
    lx_msg_count NUMBER;
    lx_msg_data VARCHAR2 (10000);
    lx_header_rec oe_order_pub. Header_Rec_Type;
    lx_header_val_rec oe_order_pub. Header_Val_Rec_Type;
    lx_header_adj_tbl oe_order_pub. Header_Adj_Tbl_Type;
    lx_header_adj_val_tbl oe_order_pub. Header_Adj_Val_Tbl_Type;
    lx_header_price_att_tbl oe_order_pub. Header_Price_Att_Tbl_Type;
    lx_header_adj_att_tbl oe_order_pub. Header_Adj_Att_Tbl_Type;
    lx_header_adj_assoc_tbl oe_order_pub. Header_Adj_Assoc_Tbl_Type;
    lx_header_scredit_tbl oe_order_pub. Header_Scredit_Tbl_Type;
    lx_header_scredit_val_tbl oe_order_pub. Header_Scredit_Val_Tbl_Type;
    lx_Header_Payment_tbl oe_order_pub. Header_Payment_Tbl_Type;
    lx_Header_Payment_val_tbl oe_order_pub. Header_Payment_Val_Tbl_Type;
    lx_line_tbl oe_order_pub. Line_Tbl_Type;
    lx_line_val_tbl oe_order_pub. Line_Val_Tbl_Type;
    lx_Line_Adj_tbl oe_order_pub. Line_Adj_Tbl_Type;
    lx_Line_Adj_val_tbl oe_order_pub. Line_Adj_Val_Tbl_Type;
    lx_Line_price_Att_tbl oe_order_pub. Line_Price_Att_Tbl_Type;
    lx_Line_Adj_Att_tbl oe_order_pub. Line_Adj_Att_Tbl_Type;
    lx_Line_Adj_Assoc_tbl oe_order_pub. Line_Adj_Assoc_Tbl_Type;
    lx_Line_Scredit_tbl oe_order_pub. Line_Scredit_Tbl_Type;
    lx_Line_Scredit_val_tbl oe_order_pub. Line_Scredit_Val_Tbl_Type;
    lx_Line_Payment_tbl oe_order_pub. Line_Payment_Tbl_Type;
    lx_Line_Payment_val_tbl oe_order_pub. Line_Payment_Val_Tbl_Type;
    lx_Lot_Serial_tbl oe_order_pub. Lot_Serial_Tbl_Type;
    lx_Lot_Serial_val_tbl oe_order_pub. Lot_Serial_Val_Tbl_Type;
    lx_action_request_tbl oe_order_pub. Request_Tbl_Type;
    i the number: = 1;

    Cursor ord_det_cur (l_ord_num number) is
    Select * from oe_order_lines_all
    where header_id = (select header_id in the oe_order_headers_all where order_number = l_ord_num);

    BEGIN
    fnd_client_info.set_org_context (101);
    for ord_det_rec loop ord_det_cur (1000809635)
    If I = 1 then
    l_header_rec: = OE_ORDER_PUB. G_MISS_HEADER_REC;
    l_header_rec.flow_status_code: = "CANCELLED";
    l_header_rec.cancelled_flag: = 'Y ';
    l_header_rec.change_reason: = 1;
    l_header_rec.header_id: = ord_det_rec.header_id;
    end if;
    l_line_tbl (i): = OE_ORDER_PUB. G_MISS_LINE_REC;
    l_line_tbl (i) .ordered_quantity: = 0;
    l_line_tbl (i) .header_id: =. ord_det_rec HEADER_ID;
    l_line_tbl (i) .line_id: =. ord_det_rec LINE_ID;
    l_line_tbl (i) .cancelled_quantity: = ord_det_rec.cancelled_quantity;
    l_line_tbl (i) .flow_status_code: = "CANCELLED";
    l_line_tbl (i) .cancelled_flag: = 'Y ';
    l_line_tbl (i) .change_reason: = 1; -"Test"; -"No reason given";
    l_line_tbl (i) .operation: = OE_GLOBALS. G_OPR_UPDATE;

    i: = i + 1;
    end loop;
    dbms_output.put_line ("'start API");
    Apps.oe_order_pub. Process_Order (p_api_version_number = > 1.0
    , p_init_msg_list = > FND_API. G_TRUE
    , p_return_values = > FND_API. G_TRUE
    , p_action_commit = > FND_API. G_TRUE
    , x_return_status = > lx_return_status
    , x_msg_count = > lx_msg_count
    , x_msg_data = > lx_msg_data
    , p_header_rec = > l_header_rec
    , p_line_tbl = > l_line_tbl
    , x_header_rec = > lx_header_rec
    , x_header_val_rec = > lx_header_val_rec
    , x_Header_Adj_tbl = > lx_Header_Adj_tbl
    , x_Header_Adj_val_tbl = > lx_Header_Adj_val_tbl
    , x_Header_price_Att_tbl = > lx_Header_price_Att_tbl
    , x_Header_Adj_Att_tbl = > lx_Header_Adj_Att_tbl
    , x_Header_Adj_Assoc_tbl = > lx_Header_Adj_Assoc_tbl
    , x_Header_Scredit_tbl = > lx_Header_Scredit_tbl
    , x_Header_Scredit_val_tbl = > lx_Header_Scredit_val_tbl
    , x_Header_Payment_tbl = > lx_Header_Payment_tbl
    , x_Header_Payment_val_tbl = > lx_Header_Payment_val_tbl
    , x_line_tbl = > lx_line_tbl
    , x_line_val_tbl = > lx_line_val_tbl
    , x_Line_Adj_tbl = > lx_Line_Adj_tbl
    , x_Line_Adj_val_tbl = > lx_Line_Adj_val_tbl
    , x_Line_price_Att_tbl = > lx_Line_price_Att_tbl
    , x_Line_Adj_Att_tbl = > lx_Line_Adj_Att_tbl
    , x_Line_Adj_Assoc_tbl = > lx_Line_Adj_Assoc_tbl
    , x_Line_Scredit_tbl = > lx_Line_Scredit_tbl
    , x_Line_Scredit_val_tbl = > lx_Line_Scredit_val_tbl
    , x_Line_Payment_tbl = > lx_Line_Payment_tbl
    , x_Line_Payment_val_tbl = > lx_Line_Payment_val_tbl
    , x_Lot_Serial_tbl = > lx_Lot_Serial_tbl
    , x_Lot_Serial_val_tbl = > lx_Lot_Serial_val_tbl
    , x_action_request_tbl = > lx_action_request_tbl
    );
    dbms_output.put_line ('lx_return_status -' | lx_return_status);
    IF lx_msg_count > 0
    THEN
    dbms_output.put_line ('Listing mistakes.. .to order number')-;

    FOR l_index in 1... lx_msg_count
    LOOP
    v: = apps.oe_msg_pub.get (p_msg_index = > l_index p_encoded = > apps.fnd_api.g_false);
    dbms_output.put_line ('Listing mistakes.. .to order number-' | v);
    END LOOP;
    END IF;
    end;
    /

    Please help because it's very urgent.

    Another question: can cancel us orders in the State entry? I tried to frontend, it makes the order quantity = 0 but the order status remains in State of the input.

    Thanks in advance
    Himanshu

    Himanshu salvation,

    Instead of using l_line_tbl (i) .change_reason: = 1, in the script, please use l_line_tbl (i) .change_reason: = 'PLANT REQUEST' & test the issue again. Please check metalink Note 746797.1 for the script to cancel the order using this API.

    If the order is in a State of entry, instead of the cancellation of the order, you can remove the command using the same API.
    Please check metalink Note 746809.1 for the script delete using this API sales slip.

    Kind regards
    Jyoti

  • Your download of software to convert in Microsoft word STINKS!  I want to cancel this order as soon as POSSIBLE!

    I DON'T WANT A DEBATE!  I JUST WANT TO GET TROUBLE IN YOUR STUPID PROGRAM.

    Hi bend16204097,

    Calm down please. What exactly is your problem? What download software?
    To cancel an order, please contact Customer Contact. Only, they can help you with that.

    Kind regards
    Maurice

  • I am trying to cancel my subscription, but it keeps telling me to contact customer service which brings me to this forum. I followed the links, but then I end up where I started. Why cant I just click Cancel?

    I am trying to cancel my subscription, but it keeps telling me to contact customer service which brings me to this forum. I followed the links, but then I end up where I started. Why cant I just click Cancel? Why can't I talk to someone on the phone?

    In order to cancel the order, please contact customer service

    You can use: http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

    For more information on cancellation: cancel your creative cloud membership

  • Two days ago, I acquired a connection adobe, including clouds and virus detection. I made this order by mistake and would ike that he cancelled.

    There are two days, I have mistakenly connection adobe, including cloud and detection viruses that I don't need. I want to cancel my order. Can you help me in this matter:

    [personal information by moderator - please do not share private information in a public forum, for users. If you want assistance, contact customer support]

    I would like to cancel or return my order ADOO6329126. Can you confirm the cancellation? Peter Stein, deleted email

    Van: Sarojini.Nagar

    Verzonden: maandag 4 April 2016 19:11

    Aan: Peter Stein

    Onderwerp: Two days ago, I acquired a connection adobe, including clouds and virus detection. I made this order by mistake and would ike that he cancelled.

    Two days ago, I acquired a connection adobe, including clouds and virus detection. I made this order by mistake and would ike that he cancelled.

    created by https://forums.adobe.com/people/Sarojini.Nagar> Sarojini.Nagar for download, installation, commissioning - https://forums.adobe.com/message/8654018#8654018> view complete discussion

  • Yesterday I placed an order through Slim.nl. Order 850362-, costs €120,-- After that, by mistake, I filled in all the details of my Visa for future updates. Later, I realized I shouldn't have done that. How do I cancel this shoulkd process?

    Yesterday I placed an order through Slim.nl. Order 850362-, costs €120,-- After that, by mistake, I filled in all the details of my Visa for future updates. Later, I realized I shouldn't have done that. How do I cancel this shoulkd process?

    Slim, they advised me to contact you. Await your response.

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help
    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific time) <==> NOTE DAYS AND TIME

    Creative cloud support (all creative cloud customer service problems)
    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • by Michaud of I bought this UN Adobe PDF package, monthly internet and find it me impossible to install, I'm systematically fired on a page offering me to buy it again. I want to cancel this purchase, how do I do since you n

    I bought this morning over the internet in the United Nations Adobe PDF Pack (monthly payment per CD for 8.99 euros). Find it me impossible to download the product, I am systematically reduced to a page asking me to buy it again. I want to cancel this purchase, how to do knowing that you are not reachable normal mail?

    Hi francoisev45447635,

    You do not have to install anything to use Adobe PDF Pack, you can use the web interface through any browser, please visit this link for access to Adobe PDF service: cloud.acrobat.com

    Do you still want to end this purchase?

    Kind regards

    Rahul

  • How to cancel an order of gift that has been paid for or redeemed

    Hello

    For Christmas, I wanted to get my friend an album. I generally do not use iTunes, so I had a gift card that's enough to cover the operation. I bought, and then ordered the album and sent to my friend.

    Then, I discovered that I had made two errors. First of all, my friend told me that they had arrived to change recently, emails and the email I had sent the gift was not valid.

    Second, iTunes for some reason any doesn't use iTunes money in your account on donations (for some reason, I don't know why) and for lack of a Visa gift card I had assigned as my credit card. This card was empty, and that's why Apple made my account unable to buy anything until I paid my previous balance.

    So my questions are:

    1. How can I cancel this transaction? The gift was certainly not redeemed (if iTunes even he sent at all), and the mail provider should have bounced email in any case. The gift was not paid for. Therefore, since no service was exchanged, it should be easy to cancel the transaction. I have another $10 in the account and I no he rather would not lose.
    2. Is it possible to buy the gift with a gift card? I don't want to link my credit card, but if I have to I can. It has no sense to me why I can't use iTunes for money to buy a gift.

    1, you can either try it refer to the correct email address (assuming that he or she wants the album): return gifts iTunes - Apple Support

    Or try to contact iTunes Support and see if they can cancel it: http://reportaproblem.apple.com or http://www.apple.com/support/itunes/ww

    2, no, gifts won't use your balance, which cannot be used to purchase content for yourself, do not for gifting

  • HOW CAN I CANCEL MY ORDER!

    Dell,

    It's ridiculous! Two weeks after my order is placed, it is still in production. 2 hours on hand later that your customer service told me that the order is in production! Please enlighten me! Parts are on back order and no idea when my computer will be ready. I request to be transferred to the order cancellation Department who is snippy, wonder how I ordered, I offer you the order number, but he insists with 'you continue to say, that you order' I answer with XPS13, then he says that I can have the order number! I ask her why the * did you lose more time to ask me what I ordered when I offered him the number to order instead of fist, he hangs up on me!

    I ordered a computer because I need it, not because I have a sadistic desire to wait an indeterminate time and so he can appear!

    Can anyone help with this? I'm filing a complaint with the AGs Office in the morning.

    Hi billygaddam,

    Thanks for posting.

    I'm sorry for the confusion about your order.  If you wish for me to check into the status of the order for you, please send me a private message and include your order information.  If you would rather just cancel the order, customers have reported good results by calling 1-800-247-2076 Option 2.  Thank you.

    Kind regards
    Robert

  • How do I cancel my order?

    Hello, today I bought plague Inc., and by mistake I also bought another games like Star Wars kotor, avplayer, hero of the strength and magic etc. 3. I don't have money on the card, $ 1 for the plague Inc. only. Now, when I delete other apps on my iPad, I can't download free applications or simply update sound. How can I cancel my order?

    Purchases are considered final, but you can try the page 'report a problem' to contact iTunes Support and see if they will cancel it: http://reportaproblem.apple.com

    Or you can try to contact iTunes support via this page: http://www.apple.com/support/itunes/contact/ or https://www.apple.com/emea/support/itunes/contact.html

  • I bought a photo of $499,99, how to cancel this by mistake!

    Hello

    I use StockAdobe at work, I connect with the account of work and I used to buy images to $0.99 and I think they have a plan of the year. 2 pictures of $499,99 each, I bought by accident! and I mean by chance because if I had noticed the price I wouldn't buy these, I bought 20 images at a time and they went without me realizing it, they slide toward the top of my eyes since I'm used to the number "99".

    So now I'm really worried and I would like to know what is this charge will reflect on the behalf of my boss, and what can that do to cancel this license I bought by accident. The photos have not been used. Please help me!

    Thank you

    Answer posted here - Re: why image is $499.99 107478711?

    Thank you

    Bev

  • Impossible to cancel the Export PDF subscription?

    I wish to cancel the annual subscription to the PDF Export (number of order ADD000160973UK) and request a full refund within 30 days.

    I am prevented from doing this and my Bank advised. A complaint will be filed at the Head Office of Adobe 345 Park Avenue, San Jose, CA 95110, and with the financial regulatory authorities if it is not resolved today.

    Please help cancel this subscription.

    Hello

    Sorry for the inconvenience.

    Please contact support here: contact customer service, click still need help? Contact us. Make sure that you are connected your Adobe account.

    Thank you

    Shivam

  • Cancel the order today

    I added a license on behalf of my team today and you automatically extended my subscription of one year - I didn't agree to that - have not assigned the license - I tried to cancel the order today for a few hours now and I get "mysteriously" disconnected from your (800-585-0774) call center-j' spoke with the agent of 5th today left me on hold for 40 minutes now...

    I've been a customer for 13 years...

    I'm sorry to do this, please let us know if we can help you in some way.

    Concerning

    Stéphane

  • How to cancel an order of 14 elements for Windows

    By mistake I ordered 14 for Windows components.

    It should have been for Mac.

    How to cancel the order.

    Go to this link. Click on the blue button; When logged in with your Adobe ID; then click on Chat 24/7. Ignore the proposals of links that will take back you a full turn on this forum. Continue straight on the blue button at the bottom.

    Contact the customer service

Maybe you are looking for

  • Essential B keyboard Qosmio G20

    Hi all I am a new user on the forum and I hope someone can help.I have a new laptop qosmio g20, I'm having a problem when I'm typing email or by using the word etc., when I use the key b within a word in a sentence, it moves the cursor and begins to

  • convert the LV 2010 LV 2009

    Hello could someone please convert the following files from the 2010 LV LV 2009? Thanks in advance.

  • Update failed Please help.

    I can't get updates update successfully, every time it's a failure, I think I may have uninstalled something by mistake and don't know what works to get my updates, everyone wants money to fix my problem, I'm hopeing someone out there can help me get

  • Impossible to format the backup drives

    HP Pavilion dv5 Notebook, Vista, Service Pack 2, 64-bit; will not format disks for Windows backup; have you tried 3 different pkgs of new DVDs, 15 discs in all, only the first 1 in format. tried 'burn files', 'quick format' and format in the Windows

  • Adding a new HARD drive

    Never have cloned a tough, a few questions.My computer is a Dell GX620. The current HARD drive is a SATA 80 GB. It is shown as drive 0 in the BIOS.I want to install a 160 GB SATA HDD and clone the content of 80 GB (about 30 GB) on the 160 GB drive.I