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 procedure?
List the types of flexfield?
CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP
what are the balancing segments in AR?
what is the use of anchors?
how to make a parameter optional in the query?
wht is the use of Xml reports over reports6i?
how to initialize applications?
what is meant by Table space?
Can functions be overloaded ?
what are centralized and decentralized level of control of item attributes?
for report i have to parameters those are from_date and to_date ,so to_date should be greater when compare to from_date ,if we are giving to_date is less then it must shows some error how we willmake