Clarification on Delivery Status Storage in Receivables – AR_BPA_DELIVERY_DETAILS Table Behavior
We are currently investigating where the delivery status is stored in Oracle Receivables. During our analysis, we identified the table AR_BPA_DELIVERY_DETAILS
as a potential source. However, we observed that each time the print process is executed, the data that was successfully sent in the previous run is cleared from this table, and new data is inserted for the current run.
We would like to confirm the following:
- Is
AR_BPA_DELIVERY_DETAILS
the correct backend table for tracking delivery status in Receivables? - Is the behavior of clearing and reinserting data during each print process run expected and standard?
0