Concept of Purge in RWMS
Please help with the concept of Purge in RWMS.
In Oracle Knowledge base I found the below.
What are the tables purged using purge_rwms_tables.ksh and how can purging be configured?
In Oracle Retail Warehouse Management System (RWMS) release 13.2, new functionality was introduced with purge_rwms_tables.ksh, giving users the ability to set purges by table names and their retention periods.
The shell script calls the PURGE_RWMS_TABLES package, which looks at the data set up in PURGE_TABLE_SETUP table.
To purge data, set the PURGE_TABLE_SETUP.table_name, PURGE_TABLE_SETUP.aging_date_column and PURGE_TABLE_SETUP.retention_period with PURGE_TABLE_SETUP.purge_ind = 'Y'.