InterviewSolution
Saved Bookmarks
| 1. |
Can The Original Purchase Order Be Viewed In Any Way Without Resorting To Sql, For A Revised Purchase Order? |
|
Answer» The ORIGINAL VERSION of a revised PO cannot be VIEWED from the PO form or PO summary form. Information on the original PO can be obtained from the PO_HEADERS_ARCHIVE and PO_LINES_ARCHIVE tables using the PO_HEADER_ID column as a common reference using SQL only. The original version of a revised PO cannot be viewed from the PO form or PO summary form. Information on the original PO can be obtained from the PO_HEADERS_ARCHIVE and PO_LINES_ARCHIVE tables using the PO_HEADER_ID column as a common reference using SQL only. |
|