⟩ Explain the conversion of holds done using API? What are the tables affected? what are the fields to be passed and to which base tables?
The tables effected are
oe_hold_definitions (contains hold name would be defined as apart of setup)
oe_hold_sources (hold applied info would be saved in this)
oe_order_holds (contins the hold info in this as well)
Data to be passed sales order header id order line id hold id (type of hold) hold code like OEOH means hold at the header level OEOL hold at the line level.