Tuesday, 21 November 2017

Any change even small change in PO must go for Approval in R12 -- Query for this

Any change in PO must go for Approval - R12


To update the Table  à to set it to -100%

UPDATE po_change_order_tolerances_all
set maximum_increment = -100
where change_order_type ='CO_ORDERS' AND tolerance_name='PO_AMOUNT' AND org_id =104;

No comments:

Post a Comment