is it possible to run the interface without using oracle apps?
Answers were Sorted based on User's Feedback
Answer / amit bhatnagar
Yes it is very much possible to run the interface without
using Oracle application's front end, you can do that from
back end. but for the same, one needs to be well aware of
minimum parameters of the interface program.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / sankar
The Oracle standard interface code stays in the oracle apps
database in the form of PL/SQL routines. Without the
database up and running, we can not run the interface code.
After all why do we run the interface, when the oracle apps
is not available.
| Is This Answer Correct ? | 4 Yes | 1 No |
While registering the concurrent program we first do the executable concurrent program and then define it . So why we need to give the application name twice in executable and as well as definitions
oracle apps architecture
how do you describe O2C along with tables
What repots or concurrent program run to transfer data from Inventory to GL.
what is the difference between request group and request security group in oracle apps?
There are set of records to be processed from staging table into interface table. If one record fails the entire set of data should be rejected.
Tell me how to find the custom directory in front end?
Define MultiOrg Structure
when we run payment batch what are the 3 concurrent programs?
why r u transer the data base tables to flat file and what is use
what is the difference between procedure and function
how to make a parameter optional in the query?