Customizing release recommendations from oracle fusion supply plan to external system(EBS)
Summary:
We have a requirement from Business to group the release orders from oracle fusion to EBS by grouping the items having same ship by date and same supplier.
We have option in Fusion, to group orders into one PO based on suppliers, but our requirement is to group the orders based on ship date as well as supplier.
For example, if item A and item B has the same supplier and ship date / need by date as 21-aug-25, 21-july-25. Then it should create 2 PO's separately as the ship dates are different.
We tried some customization in EXTEND_FSCP_RELEASE_MSC_DATA procedure, then it's creating different lines with different batch_id's in MSC_RELEASE_LINES_INT table but its not triggering requisition import program.
0