What is INBOUND and OUT BOUND? (Different types of
interfaces)
Answer Posted / ramireddy
OUT BOUND INTERFACE:TRANSFER DATA FROM BASE TABLES TO TEXT
FILES BY UTL_FILE API'S.
IN BOUND INTERFACE:TRANSFER DATA FROM FLAT FILE TO BASE TABLES
BY USING FOLLOWING:
FLAT FILE
FOR FF TO ST,DEVELOP SQL * LOADER PROGRAM
STAGE TABLES
FOR ST TO UT,DEVELOP PL/SQL PROGRAM WITH VALIDATIONS
INTERFACE TABLES
FOR UT TO BT,RUN ORACLE APP’S STANDARD PROGRAM
BASE TABLES
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can you explain the difference between architecture followed in 10g & 11g?
What are the different components you should consider while defining a responsibility in oracle apps?
Plz anybody send me Technical specification for AP Interface
Tell me how to find the custom directory in front end?
What is oracle soa suite?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
What are file in oracle.
Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?
How can we import the data into a database using sql * loader?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
Can u give the Documentation of Custom.pll in oracle apps
In hierarchical structure of a database? we have write query from where we should start?
testing tools?
Do you know what are user profiles in apps. Any examples you can give?
can we get profile values in report without using user exists is it possible how?