Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/ Questions/Q 24643
Next
Answered

Oraask Latest Questions

Question
Chandra
  • 1
  • 1
ChandraExplorer
Asked: October 31, 20172017-10-31T13:43:50+03:00 2017-10-31T13:43:50+03:00In: Oracle E-Business Suite

how can i get PO Revision History details – oracle EBS R12?

  • 1
  • 1

hello guys,

please help me to get the po change history for revision details when we compare current po with original po?

thanks in advance.

ebs archivingfricew componentsgetpooracle ebs historyoracle ebs version historyoracle riceoracle rice componentsoracle ricewpo archive tables oracle appspo change historypo change history query in oracle appspo change history table in oracle appspo historypo history table in oracle appspo revisionpo revision table in oracle appspo_distributions_archive_allpo_headers_archive_allpo_line_locations_archive_allpo_lines_archive_allqueryrice componentricewricew oraclesqlsupply chainwhat is ricew
1
  • 1 1 Answer
  • 9k Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • How to Initialize Oracle APPS session using SQL Developer
    • Return to Vendor Tables in Oracle APPS R12
    • API to close workflow notifications in Oracle APPS R12
    • Query to Get Supplier Details in Oracle APPS R12
    • Query to get posted AP invoice in Oracle APPS R12

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. Hassan AbdElrahman
      Best Answer
      Hassan AbdElrahman Master Oracle ACE Pro ♠ | Oracle Senior ERP Technical Consultant
      2018-10-17T21:29:15+03:00Added an answer on October 17, 2018 at 9:29 pm
      This answer was edited.

      Hello Chandra, First thing the revision tables is:

      po_headers_all, po_headers_archive_all, po_lines_archive_all, po_line_locations_archive_all and po_distributions_archive_all

      Note: How the Purchasing Archive tables are updated when using Archive on Approve method for archiving (To setup Archive on Approve go to Setup -> Purchasing -> Document Types) and here an example to understand and to get the revision’s of PO 1- We created new PO, sent it for approval 2- PO Approved Now run this query :

      SELECT po_header_id, segment1, revision_num 
      FROM po_headers_all 
      WHERE po_header_id = &p_po_header_id

      which is (&p_po_header_id) is ID for po has been created above. and here is the result expected:

      PO_HEADER_ID SEGMENT1 REVISION_NUM
      24678 3103 0

      3- Now add a new line in PO, then sent it for reapproval. 4- PO Approved Now run this query

      SELECT po_header_id, segment1, revision_num 
      FROM po_headers_archive_all 
      WHERE po_header_id = &p_po_header_id
      PO_HEADER_ID SEGMENT1 REVISION_NUM
      24678 3103 0
      24678 3103 1

      So now from archive table you can get all revisions for particular PO.  

        • 2
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Adv 250x250

    Explore

    • Categories
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Dev Tools
      • Online Compiler
      • Base64 Converter
    • Wiki
      • SQL Tutorials
      • Java Tutorials
      • Python Tutorials
      • JavaScript Tutorials

    Footer

    Oraask

    About

    Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

    About Us

    • About Us
    • Contact Us

    Legal Stuff

    • Privacy Policy
    • Terms & Conditions

    Follow

    Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

    © 2019 Oraask. All Rights Reserved
    With Love by Oraask.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.