What is INBOUND and OUT BOUND? (Different types of
interfaces)
Answers were Sorted based on User's Feedback
Answer / manoj
Inbound
If the data is to be uploaded from any legacy system to
Oracle apps the interface is called inbound.
Outbound
If any data is supposed to be send from erp to any other
system is called outbound..
| Is This Answer Correct ? | 198 Yes | 17 No |
Answer / swats
Inbound Interfaces
Loading data from external source to Oracle
Applications
Outbound Interfaces
Extracting data from Oracle Apps and
sending the data.
| Is This Answer Correct ? | 83 Yes | 8 No |
Answer / phani kumar
Inbound:
In inbound interface load the data into base tables
outbound:
In outbound interface extract the data from the base tables
| Is This Answer Correct ? | 62 Yes | 17 No |
Answer / udayachandrakumar
Inbound : It is an interface, in which the data flows from
an external system to the local system.
Outbound : It is an interface, in which the data flows from
a local system to a remote system.
| Is This Answer Correct ? | 31 Yes | 7 No |
Answer / vidhya shankar
Inbound InterFace:
The one which allows data to get into oracle application
from outside is called inbound interface.
OutBound Interface:
The one which allows data to get data from oracle
applications to other systems is called outbound interface.
| Is This Answer Correct ? | 18 Yes | 4 No |
Answer / usha
Inbound Interface: The Data that is being brought in to
oracle application from markets
Eg: Purchase Requisitions (From Market-->Oracle)
Out Bound Interface: The data that is being sent to markets
from oracle application.
Eg: Purchase Order(From Oracle-->Market)
Here Markets are nothing but legacy systems which are
running with different software
| Is This Answer Correct ? | 17 Yes | 6 No |
Answer / sudheer
client give us flat file means legacy system
data(sap,java,text file,csv etc).
using inbound interface we have to load(with validations)
these flat file data into oracle base tables.
outbound interface means transfer the data from base tables
to text files
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / sivaraja
Inbound:
We are scheduling program we can send the data from
legacy system to Oracle applications
Outbound:
we can send the data from Oracle application to
legacy system.
| Is This Answer Correct ? | 13 Yes | 5 No |
Answer / raghu
this concepts from utl_file (packages)
In bound means u can send or insert the data of fat file(it is stored in system) into database tables.
Out bound means u can retrieve or copy the database tables data into system files data i.e fat files.
| Is This Answer Correct ? | 9 Yes | 7 No |
Answer / kiran,zensar technologies
Inbound Interface:
For inbound interfaces, where these products are
the destination, interface tables as well as supporting
validation, processing, and maintenance programs are
provided.
Outbound Interface:
For outbound interfaces, where these products are
the source, database views are provided and the destination
application should provide the validation, processing, and
maintenance programs
| Is This Answer Correct ? | 40 Yes | 39 No |
What r the type Models in the system parameters of the report?
in one report using two layout models.if yes how to do
How can u find custom top? where its located? How to find custom top in front end?
What are ad-hoc reports?
How to move the one file from one instance to another instance? And your scripts also?
Plz anybody send me Technical specification for AP Interface
about TCA architecture
we have 4 managers if one person logon the system automatically displays his siganature and name how?
tell me the scenarios of between pages in reports
what are the default arguments for pl/sql program?
How can we import the data into a database using sql * loader?
While importing data into interface tables,if u got number of records are error(like more than 1000 records are error),how to imform user?