Requisition Import cannot create incomplete PR when import source is ORDER ENTRY
R:12.1.3----
Summary: Requisition Import cannot create incomplete PR when import source is ORDER ENTRY
As per the current standard functionality, the Drop shipment Process cannot create new requisition in status
Incomplete.
The entry is created in authorization_status = Approved when purchase release process inserting data into interface table.
In order to get incomplete requisition from interface table, below is what Ct
did:
The 714 line of oe_purchase_release_pvt package
was Hard-coded, Ct
changed the hard-coded statue "approved" to "incomplete".
Now, Ct could
get incomplete req.
But, is there any side effect on other function because
of this change?