what is inbound and outbound interface?
Answers were Sorted based on User's Feedback
Answer / yakub pasha
Inbound Interface will be used to upload the data from legacy system (Flat files) into
Oracle Applications base tables.
While Developing the Inbound interface we will use SQL * loader to import the data
into base taqbles.
Outbound Interface will be used to extract the data from oracle Database tables into
the flat files.
While developing the outbound Interface we will use UTL_File to Extract the data.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / vijay
Inbound interface: Inbound interface is a program which is used to transfer the data from legacy system to oracle apps.
EX:FROM DB2 TO ORACLE APPS
Outbound interface: Outbound interface is a program which is used to extract the data from oracle base tables into the flat files.
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the difference between varchar and varchar(2)?
If the flat file is having the duplicate records in the interface how can you restrict while transferring the flat file data in to interface tables?
what is aim methodolozy
What is responsibility?
how to debug the report?
2 Answers IBM, Qualcomm, Sierra Atlantica,
what are the sql attributes?
how do you describe O2C along with tables
Is soa a part of oracle fusion middleware?
what is meant by bind parameter?
What should be the batch size (number of customer records) general guidelines for optimal performance?
how to call report from oracle oracle apps11i?
What are the different components you should consider while defining a responsibility in oracle apps?