To get the document status for different revisions
Summary
How to get the document status for different revisions of a POContent
Hi all,
I need to display the document status based on the revision number.
For a PO if there are 2 revisions(0 with Approved and 1 with Cancelled). I need to display both the revision details as below:
Line1 .PO#1 revision 1 and status as Approved
Line2.PO#1 revision 2 and status as Cancelled.
But here when I am fetching the document status from po_headers_all it fetches the same status for all the revisions.
I need to show the different statuses based on the revisions.
Thanks for your help in advance.
0