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 |
how i can create temporary table?
what r the objects u have to do in u experiance
what is the difference between %_all and %_f tables
What is implicity cursor . When it fires . For which statement it will fire(Insert/update/delte). What is the attribute of implicity and explicity cursor oracle 9i. What is the Rec cursor.
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using .CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.
tell me the scenarios of the independent in reports
HOW CAN U KNOW TABLE IS REGISTERD IN APPS?
explain p2p cycle? what are the tables used for this?
What are different execution methods of executabls?
In report we have to show two Layout? how it is and how we can see from where it?
why r u move in the cus_top only why not move another top
how to initialize applications?