Supply allocation based on sales order booking date ( ignoring SSD)
Oracle ASCP ( 12.2.10)
The requirement from business here is , supply should be made available based on sales order booked date i.e pegging based on FIFO. i.e refer example below
Sales order-- Item-- qty -- Date of booking -- SSD -- On Hand
1111 === X ==== 10 == 25-May-2023 == 30-Jun-23 == 10
2222 === X ==== 10 == 30-May-2023 == 15-Jun-23 == 10
Business expectation - System should allocate ( peg) available supply to 1111 sales order as it has been booked earlier than 2222 irrespective of SSD.
Help Needed - To provide solution to above requirement , Is there any hook available or any setup to support this?