Can we update PO's promised_date to null ?
I have a system that feeds accepted PO's to Oracle. When a PO is revised in that system the promised date is set to null and we want to update the promised_date of the PO in Oracle too for keeping both the systems in sync. I tried using po_change_api1_s.update_po. But when we send new_promised_date as null, all it does is not do anything. It just keeps the existing promised_date. However we want it to be updated as null value.
Anyone who faced same issue?