Is it possible to null out the req_distribution_id value in PO_DISTRIBUTIONS_ALL table
Hi,
Issue:
User have loaded the PO interface tables using some custom program where req_distribution_id is passed.
Then using PDOI base tables are populated. Where the same req_distribution_id is populated into PO_DISTRIBUTIONS_ALL table.
But the req_distribution_id populated is wrong, which is causing the issue that PO cannot be found from iProcurement to receive.
But removing the req_distribution_ID from PO_DISTRIBUTIONS_ALL table, will resolve the issue.
Now the question is whether it is feasible to null out this field? Is yes, does it have any other impact?
What is the best way to do this?