Tell me the difference between Conversions and Interfaces.Give example?

Showing Answers 1 - 5 of 5 Answers

Dhaval Parikh

  • Jun 4th, 2006
 

Conversion is to bring the data from other (non-OraApps) system to Oracle-Application system. This is one time activity (bring account details, transactions, orders, receipts and so on). So conversion itself is a project.

Interfaces are Concurrent PRograms/Program sets (pl/sql, pro*C, unix scripts, executables) . Interfaces are basically of two types (Oracle supplied (vanila programs eg:Autoinvoice in AR) and created by developer).

Hope this clarifies the concepts.

  Was this answer useful?  Yes

madhu

  • Jun 9th, 2006
 

hai

conversion means one time activity

interface means periodic activity

example:- to transfer the data old version to new version it is called conversion

to transfer the data from staging table to interface table it is called

interface , it is process on every day or  every hour ........

  Was this answer useful?  Yes

Arun Kumar Reddy

  • Jul 27th, 2006
 

Conversion is to bring the data from other (non-OraApps) system to Oracle-Application system. This is one time activity (bring account details, transactions, orders, receipts and so on). So conversion itself is a project.

Interfaces are Concurrent PRograms/Program sets (pl/sql, pro*C, unix scripts, executables) . Interfaces are basically of two types (Oracle supplied (vanila programs eg:Autoinvoice in AR) and created by developer).

Hope You clarifies the concepts

Regards

  Was this answer useful?  Yes

Christopher Joseph

  • Aug 26th, 2006
 

Upgrading your data to a newer version is not Conversion, Its Data Migration.

Conversion is as correctly mentioned, a One time activity to Convert the Data from a Legacy System to be loaded into Apps Tables.

Interfaces: They are periodically run for exchange of data between Apps and Non-Apps Systems.

  Was this answer useful?  Yes

Conversions: It's nothing but transfer of data from other application  to oracle application(it's one time data transfer). eg SAP(data) to Oracle APPS(data).

Interfaces: It's nothing but transfer of data from other application to oracle application, but it not a one time transfer of data, it executes whenever they want to load data from legacy system to oracle (it holds max validation of the codes with all possibilities) while transferring data we shouldn't discard any data.

But conversion, we misses some data we can do data entry for updation, interface it acts as a standard pgm which executes continuously may be daily,monthly, weekly dependent on requirement.

Cheers,
Selva

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions