Skip to main content

Hello Community,

I hope everyone is doing well!

We are currently using IFS APPS 8. I encountered an error message while receiving a purchase order line. 
Could someone please assist me in identifying the cause of this error? 

Thank you in advance for your help.

 

When I have checked the manual pegging but there is no record found .

 

 

@Deepak what happens when you through the MAnually pegged Orders RMB? You don’t see anything?

Would you have access to the Oracle DB and run the below query? This one should show you where the demand for this PO comes from.

Additionally you could use column chooser, to add the demand% columns in the Enterprise Explorer client.

 select pol.demand_code, pol.demand_code_db, pol.demand_order_no, pol.demand_operation_no, pol.*
from purchase_order_line pol
where pol.order_no = '199903'
and pol.line_no = '1'
and pol.release_no = '1'

 


Hi @Marcel.Ausan 

I am checking as you adviced.


Hi @Marcel.Ausan 

I have received below output after execution of the SQL query.

 


@Deepak could you describe again the scenario that you have?

I see that Line 1 has qty 10 in the PO Line.

Then you wanna receive 5?

What happened with the other 5 pcs? Was this line partially received before? And now you just wanna receive the remaining 5 pcs?

I looked into the code, and basically if the Demand Code is IO (Inventory order) and qty_on_order > 0 then it throws this error.


Hi @Marcel.Ausan 5 qty is already 5 qty.

 

 


Reply