Want to Delete PO receipt in Oracle

Hi All,
We have a receipt created against a PO in our application. But the PO has been received manually. So we want to delete the receipt now.
I was searching for APIs in metalink but did not find any. Please suggest any API to delete the receipt. Is there any way to do it from Application.
Thanks,
Abhishek.

Responsibility: System Administrator
Navigation: Security > Responsibility > Define > Query on Responsibility
1. Remove Functions in Menu exclusions tab
Receipt: Delete
Miscellaneous Receipt: Delete
2. Save the changes
3. Now you will get the option to delete the receipt.
Regards,
Srini

Similar Messages

  • Restart install deleting schemas and not oracle

    If I restart my install, and I want to delete the content in oracle (i.e. I want to remove the PCD schema), what is the command string to delete schemas in oracle. I do not want to delete oracle instance just the schemas taht were created during the install. The SAP EP manual refrences the SAP oracle EP manual on how to delete schemas but when you go to the EP Oracle manual there is not section explaining how to delete schemas.
    Thanks
    John Ryan

    You can use drop user "username" cascade;
    From SQLPLUS connect as system or sys.
    username is schema name.
    HTH
    Venkat

  • I want to delete oracle and reinstall it..

    i want to delete oracle and reinstall it..
    i know how to install it but no idea how to delete it...

    u can also use oracle DBCA to delete database!
    Otherwise check this one:
    --1--LOGON AS SYSDBA
    sqlplus / as sysdba;
    --2--Check oracle related files. You can create a .sh file that removes all files as i mentioned below.
    Please be careful when executing commands.
    Some of them may be directory instead of file.You can use rmdir command instead.
    Set serveroutput on
    DECLARE
    TYPE string_arr IS TABLE OF VARCHAR2(1024);
    file_list string_arr;
    BEGIN
    SELECT t.file_path BULK COLLECT
    INTO file_list
    FROM(SELECT NAME file_path FROM V$DATAFILE
    UNION
    SELECT MEMBER file_path FROM V$LOGFILE
    UNION
    SELECT NAME file_path FROM v$controlfile
    UNION
    SELECT VALUE file_path FROM v$parameter WHERE NAME LIKE '%dest'
    UNION
    SELECT VALUE file_path FROM v$parameter2 WHERE NAME = 'utl_file_dir'
    UNION
    SELECT '$ORACLE_BASE/admin/$ORACLE_SID' file_path FROM dual) t;
    FOR i IN file_list.FIRST .. file_list.LAST LOOP
    DBMS_OUTPUT.PUT_LINE('rm -f ' || file_list(i));
    END LOOP;
    END;
    --3--after u save the output of the above script, Shutdown database
    shutdown immediate
    --4--Remove all data files as outputted above using rm -r
    --5--Remove entry in tnsnames.ora
    vi $ORACLE_HOME/network/admin/tnsnames.ora
    --6--Remove entry in listener.ora
    vi $ORACLE_HOME/network/admin/listener.ora
    --7-- Remove entry in oratab
    vi /etc/oratab
    cheers!!!!!

  • How to delete duplicate rows in oracle and retaining last duplicate rows

    Hi,
    I'm having millions of records in the table .Some duplicate values/rows are inserted in it.
    I just want to delete duplicate rows but also want to retain the last duplicate row.
    For eg if one record is found three times ,i want to delete first and second record and retain
    the third one i.e the last inserted one.
    Regards
    Paramdeep Singh

    user13310594 wrote:
    Hi,
    I'm having millions of records in the table .Some duplicate values/rows are inserted in it.
    I just want to delete duplicate rows but also want to retain the last duplicate row.
    For eg if one record is found three times ,i want to delete first and second record and retain
    the third one i.e the last inserted one.Hi Paramdeep,
    To start with, since you do not wish to keep multiple rows with same values, why allow them to get inserted in the first place?
    Wouldn't it be easier to block duplicate rows from inserting by creating a Unique constraint on Column(s) that define a row as duplicate, then rather deleting duplicate rows periodically?
    For deleting duplicate rows, there are N number of techniques available. Always remember, you need to have a rigid criteria that marks row as duplicate.
    [url http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:15258974323143]this is one recomended by tom for large tables.
    Vivek L

  • How to use icons (database, database backup, save, delete etc.) in Oracle f

    Hi Everyone,
    I am using Oracle forms 5.
    I want to use iconic buttons in Oracle forms 5 for database, database backup, save, delete etc.
    Example:
    Like Oracle Enterprise Manager, a GUI tool, we can see the different icons for different items (icon for database backup, database etc).
    How should I get these icons? How should I attach these icons to the buttons/Image item in Oracle Forms ?
    Should I give the file path of these icons in property palette of an item in Oracle forms?
    If yes, then which property of item, will I use in order to attach the icons?
    Please send the solution.
    If some one can also send the related icons, I will thankful to him.
    Regards
    Martin

    Hi FRANKS,
    Thanks for your useful information.
    WIth regards to attach icons to button/text item in Oracle forms,I am still facing problem.
    As you said, I created the parameter/variable UI_ICONS in Forms Home and gave the value pointing to the directory holding the .ico files.
    And then set the iconic property of the button and the icon's name without its extension.
    But it didn't work.Could ypu please let me know what is going wrong?
    I am thankful to you.
    Martin

  • In OS X 10.10 Yosemite how do I delete the receipts

    In OS X 10.10 Yosemite how do I delete the receipts for ALL previous software/update downloads. The software tells me I have multiple installs of 10.10.1 but the version remains at 10.10.
    I also get the "Available updates have changed.
    On another note I have a copy of Apple Remote Desktop which I purchased long before Apple endeavoured to get too clever with its app store. Because it cannot find it in my list of recently purchased software it does not update it. Which is fine as it is at the latest level I need anyway. I just want the update software to forget about it. In the good old days when Apple software was decent one could tick a box to say "do not show this software in updates". Now there is no provision for this.
    OK whinge over. The most important thing is to delete the list of installed updates. That would set me back to zero. I guess worst case scenario I could re-install but was looking for a more elegant approach.
    Cheers

    ajfoxy wrote:
    In OS X 10.10 Yosemite how do I delete the receipts for ALL previous software/update downloads. The software tells me I have multiple installs of 10.10.1 but the version remains at 10.10.
    I also get the "Available updates have changed.
    On another note I have a copy of Apple Remote Desktop which I purchased long before Apple endeavoured to get too clever with its app store. Because it cannot find it in my list of recently purchased software it does not update it. Which is fine as it is at the latest level I need anyway. I just want the update software to forget about it. In the good old days when Apple software was decent one could tick a box to say "do not show this software in updates". Now there is no provision for this.
    OK whinge over. The most important thing is to delete the list of installed updates. That would set me back to zero. I guess worst case scenario I could re-install but was looking for a more elegant approach.
    Cheers
    With iWorks, iLife, and Aperture, Apple did provide a means for the App Store to 'adopt' installs made from non-App Store sources e.g. a DVD. You could then use the App Store to get further updates.
    Sadly with Remote Desktop Apple have not done the same thing. In theory Software Update will find updates for the old DVD originated version, but you can download the latest 3.7.2 Admin updater here Apple Remote Desktop 3.7.2 Admin
    Most software receipts are now not stored in /Library/Receipts but rather in /private/var/db/receipts

  • My friend itune account has been hack by someone . so he don't have password or security questions answers.So he want to delete his itune account because he can't signout his icloud account on his iphone.somebody help us!!

    My friend itune account has been hacked by someone.And he change every things like password,security questions and recovery mail.So my friend don't have password or security questions answers.And he want to delete his itune account because he can't signout his icloud account on his iphone.Please tell me how to turn off find my iphone without password.
    somebody help us!!
    sorry for my some mistake in descussion because i am bad in english.

    Welcome to the Apple community moonlight94.
    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact AppleCare (or Apple ID Support), upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.
    The operator will take you through some steps you may have already tried, however they need to be sure they have exhausted all usual approaches before trying to reset your account, so you should try to be helpful and show patience with the procedure.
    The operator will need to verify they are speaking to the account holder and may ask you some questions that only the account holder could know, and you will need to answer them if the process is to proceed.
    Once the operator has verified your identity they will send a message through to your device which contains an alpha numeric code, which you will need to read back to them.
    Once this has been completed they will send an email to your iCloud email address after a period of 24 hours, so you should check that mail is enabled in your devices iCloud settings.
    Upon receipt of the email, use the reset link provided to reset your password, after which you should be able to make the adjustments to iCloud that you wish to do.

  • How do I delete a prior month(s) or entire year(s) in iCal on my iMac (using version 4.0.4 (1395.7)?  Want to delete all months in 2009

    I checked what was previous asked in deleting months from iCal; however, that question pertained to removing events from a month and not necessarily deleting the entire month.  I have three years of calendars (January - December x three) in my iCal and want to delete all months for 2009 and 2010; however, I can't seem to find a way to delete.  I checked preferences/advanced under iCal but no mention of deleting previous months/years.

    Greetings Judith,
    Before making any attempts at deleting calendar data, backup what you have just in case:
    Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    iCal has an automated function located in iCal > Preferences > Advanced > Delete events "X" days after they have passed.  By typing in a value for days you can tell iCal to delete all events before that time frame.
    Example:
    Today is 4-16-2012.
    If I wanted to delete all events prior to 1 year ago (4-16-2011) I would type in "365" for the number of days.
    Once you type in the number of days you want kept in iCal, close the preferences and then quit iCal.
    Re-open iCal and check to see if the events are gone.  If not you may want to leave it open for several minutes and then quit again.
    Once the events are removed go back to  iCal > Preferences > Advanced > Delete events "X" days after they have passed and make sure the check mark is removed to prevent future deletion.
    Hope that helps.

  • TS1368 I want to delete a lot of things childrens stories, albums which are not used which that are on my ipad. However when I go through Itunes it wont show me most of the stuff in my library. it takes ages to delete one at a time.

    I want to delete a lot of things childrens stories, albums which are not used which that are on my ipad. However when I go through Itunes it wont show me most of the stuff in my library. it takes ages to delete one at a time.
    Can you help please?

    Thanks King_Penguin for taking time to read and reply. 
    I just purchased this movie on Thursday, May 15, so just a few days ago.  I have never had any trouble whatsoever since I have been in Vietnam.  I have downloaded several movies and even music and they have all synced to my respected Apple products except for this purchase. 
    Sorry, I don't quite understand what you mean by studios and different versions.  Could you please explain? 
    I checked my purchased list in my purchase history under my account and there are no hidden items. 

  • Insufficient Disk Space: What do I do? I do not want to delete all of my projects. If I delete them and then empty the trash it will free up some space but I have deleted way more than I am tryig to import.

    I keep getting a message when I try to import pics. Insufficient disk space. What do I do? I do not want to delete all of my pics!

    Easiest thing to do would be to buy an external hard drive and move your Aperture library to that drive.

  • How do i get my itunes music from my ipad to mac book?Problem being macbook has new hardrive and wants to delete all music on ipad

    I had to get a new hard drive  for my macbook pro ,and unfortunatly i lost all my music ,but It is on my ipad...The problem is when I go to sync my ipad .The itunes on my computer wants to delete all the music on my ipad and replace it with the music on my computer  which there is not mucj.How do I fix this if it is even possible?

    You can move the music to the new Mac from the iPad - if it is purchased from iTunes.
    Read this discussion. I think you should find it helpful.
    https://discussions.apple.com/thread/3445538?start=0&tstart=0
    If it was not purchased but imported from CD's look for a third party app to do this - check out TouchCopy from Wide Angle Software
    http://www.wideanglesoftware.com/touchcopy/index.php

  • Can you keep extra songs on your iPod that are not in your iTunes library, and not lose these songs every time you want to delete something from your iPod in the future?

    I have all these songs that I want to store on my iPod but not on my computer, and I know that by choosing to manually manage my music I can still hang on to these songs when I add new songs to my iPod.  However, what if I want to delete songs off of my iPod in the future?  Will I lose all of the extra music that is on my iPod but not my computer, due to the fact that the only way to delete songs seems to be by syncing? 

    The answer to the question in the title of the thread is yes, but it is not necessarily a good idea. At some point you are likely to find you need to restore your iPod for one reason or another, or it could be lost, stolen or damaged. If your songs aren't on your computer, and backed up too, then you will be less than happy.
    tt2

  • I've downloaded audio books successfully to my iPod, but they don't show up on my iTunes.. and I want to delete some.

    I've successfully downloaded audio books to my iPod for years but now they don't show up on iTunes, not under Music, not under books or Audiobooks - nowhere!
    And I want to delete some...

    Hello, mimi2216. 
    Thank you for visiting Apple Support Communities. 
    This could be a result of Automatic Downloads not being enabled, the apps were too large to download via the cellular data network or a cellular data connection was not available at the time of download.  The best option would be to download the missing apps via the steps in the second article below. 
    iTunes Store: How to enable Automatic Downloads
    http://support.apple.com/kb/ht4539
    Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/ht2519
    Cheers,
    Jason H. 

  • There are songs on my icloud that I deleted from my itunes, but still show up on icloud. I want to delete them from icloud, but can't since they don't appear in my itunes!

    I have a large library on icloud- 26203 songs is the count when I'm playing over my apple TV, but my itunes only shows 25989 songs. There are songs on icloud that no longer are in my itunes library, or show up in itunes as being on icloud. I want to delete these songs but can't figure out how. I have reset my itunes match on both my computer and my apple tv to no avail.

    No. It's on and I update it daily.
    When I talk about removing songs from my shuffle play, I'm referring to listening over apple TV. My cloud limit is nearly maxed out, so I am constantly removing/adding songs. That's why I was surprised when I went to delete a song I no longer wanted in the mix and was surprised to find it already deleted from my itunes, but still present in the cloud. I've signed in and out of itunes/and match on apple tv as well, but that didn't remove the tunes in question!

  • How do I delete a photo in an album on my 4s? When I hit the trash can, it ask if I want to delete everywhere, I do not.

    How do I delete a photo in an album on my 4s? When I hit the trash can, it asks if I want to delete everywhere, I do not.

    Are you in your albums or your photo Stream?
    Sounds like you are in Photo Stream (iCloud.)
    Try albums.
    MacBook Pro, Mac OS X (10.8.2) 2.4GHz IntelCore i5 320 HD 8GB RAM ParallelsDesktop8.0 iPhone5_iOS6.0.1

Maybe you are looking for

  • Issue with Date showing Null in interactive report

    I created an interactive report for a customer and was confused to see blanks or more specifically dashes where there should be dates in one of the fields. I knew this field should have data so I did some testing and this is what I have found: The sq

  • Wrong error message no. F6556 - Fund Centre does not exist but it do exists

    Hello Gurus, I am trying to transfer an Old PO to Funds Centre by changing the delivery quantity in PO but the delivery date in the PO is of June 2014. I have defined the derivation strategy and system is deriving fund centre correctly but it says th

  • Folder-visibility in file manager

    Hi!I just got my new, shiny N900 and updated it to firmware release Maemo 5 3.2010.02-8. I attached my N900 via USB and copied some files / folders to it. The N900's internal file manager only shows a random subset of these folders. I read the manual

  • Inflation with different rates per year

    what am I doing wrong here trying to get compound inflation for 20yrs (starting at 2001) where the inflation rate increases each year. I'm missing something basic my inflated amt is coming up null when I use inflated_amt[iteration_number + 1 ] = infl

  • How to make Buyer and Planner fields in Master Items Form Required without

    How to make Buyer and Planner fields in Master Items Form Required without using personalization? 1) Steps to Reproduce Under Application Developer Common Modules responsibility, 1) Query Region MTL_SYSTEM_ITEMS 2) Click on Region Items 3) Add Buyer