Work Order Purge (R4801P) Clarifications
In Oracle document 630413.1 for the work order purge module, it indicates that it will purge records where the production status (WTYST) of the F31122 is either 'P' or Blank. It goes on to say that it will skip records where WTYST is 'S'. Later it mentions that the value 'S' is treated the same as 'P'.
For the work orders that I want to purge, I want to run a sql update to update any records with WTYST from 'S' to 'P' so that it will purge those work orders. Is there any negative implications from making this change?
For archiving data, the document states that it will save the data into a special purge library. The purge library will be named with 'JDE' followed by the date of the purge. What will be required to access the purge library name through databrowser?