Simple Invoices i.e. invoices that are not matched to purchase orders can be purged using form "Purge" (Form name = APXPGSUB.fmx). This form is accessible to responsibility "Payables Purge". This form allows to purge payables data based on Last Activity date. This form does not allow to purge a single invoice to see how invoice purge works. Based on Last Activity data parameters, you can limit the number of invoices selected for Purge. This form can be used for purging
- Simple Invoices
- Simple PUrchase Orders
- Simple Requisitions
- Suppliers
- Invoices and Purchase Orders
- COMPLETED-ABORTED
- COMPLETED-PURGED
- Name: Purge batch name ( i normally use org id + Last activity date + some identifier such as A1, A2 to make it unique)
- Category should be "Simple Invoices"
- Select Last Activity Date. If invoice has any activity such as payment, cancellation of payment or accounting etc. on or before this date will not be selected for purge.
- Pay Alone only. This parameter is applicable to invoice purge only. If it is 'All' then invoice may be purged irrespective of the fact that invoice is paid alone or bunched with other invoice(s) for payment.
Initiate Purge (AP/PO Purge Initiation (Selection) Routine)
Print Purge (Purge Report Listings)
"Initiate Purge" will not start if any other invoice purge is in process i.e. a record in FINANCIALS_PURGES_ALL with status other than 'COMPLETED-PURGED' or 'COMPLETED-ABORTED'. If you selected a batch for purging and started purge process but cancelled the concurrent program due to slow performance then a record in FINANCIALS_PURGES_ALL may remain in status 'DELETING'. In that case you have to update status manually and change it to 'COMPLETED-ABORTED'
All invoices selected for purge are inserted into AP_PURGE_INVOICE_LIST
The program "Print Purge (Purge Report Listings)" waits for Initiate purge to complete. It prints list of invoices that are selected for purge. This report could be too big.
After completion of above two programs, come back to purge form. It will automatically query the purge in process. At this time you have option to
- Abort the purge process
- Confirm the Deletion of invoices selected
- Restart. Clicking on Restart after Initiate process will submit concurrent program "Print Purge (Purge Report Listings)" again
- ap_checks
- ap_invoice_selection_criteria
- ap_doc_sequence_audit
- ap_payment_history
- ap_invoice_payments
- ap_payment_schedules
- ap_trial_balance
- ap_holds
- ap_inv_aprvl_hist
- ap_invoice_distributions
- ap_invoice_lines
- ap_invoices
- ap_batches
- ap_liability_balance
- ap_purge_invoice_list
- ap_encumbrance_lines
- ap_purge_invoice_list
No comments:
Post a Comment