Using MSC_ATP_CUSTOM.Custom_Post_ATP_API
We have a requirement on incrementing Schedule Ship Date by a day. So lets say if order is created on 24th March, then SSD should be = 25th march.
We are trying to achieve it by using the subjected API which Oracle has provided for creating a custom hook and customizing ATP results.
We have tried passing all the parameters that exist in API from p_atp_rec to x_atp_rec but till now no success. Is there any one who has used this API successfully?
I can attach a code if someone needs to refer to it.