How Can I Implement Order PickDates & DeliveryDates Excluding Weekends in XSLT?
Oracle Community,
Here is the implementation Guide.
=========================
This is in PO processing Service. Currently, the agreement with our customers is to deliver their orders 8 days starting count of days from the next day after orderdate. And our PickDate is 8 days before 10th date of DeliveryDate.
So with this understanding, it is affecting our KPI (performance metrics), because we don't either Pick nor Deliver on Saturday nor Sunday. Therefore, these two weekends impacts our on-time delivery.
Our intention now is to implement a measure to make our pick and delivery dates to fall only on Business Days of the week not minding public holidays.