RE: What is the difference between conversions and interfaces ?
Conversion is a process by which we transfer legacy data from temporary tables to base tables. Interfaces also does the same but is a daily process and most of the interfaces are automated by scheduling. Example:AutoInvoice
RE: What is the difference between conversions and int...
Conversions and Interfaces are both transferring the data into oracle Base tables. But the only difference is that Conversion is one time activity whereas in Interfaces we update the oracle Base tables on regular basis.