GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Scope and Application

 Print  |  
Question:  What is the difference between In and out bound interfaces, and what are the open and closed interfaces?Can any one give the list of HRMS,Payroll, OTA In and out default interfaces?



June 06, 2007 16:33:59 #1
 yogesh   Member Since: Visitor    Total Comments: N/A 

RE: What is the difference between In and out bound in...
 
Inbound interface is where data comes to Oracle system with regular interval, generally processed through validation program.
Outbound interface is to throw data out from Oracle systems with certain format. Generally this does  not require validation. A SQL query might be enough to pull the data.
     

 

Back To Question