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 |
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
What is GLOBAL TEMPORARY TABLE and It's significance ?
what are the different types of triggers in reports
what is mutating table and mutating error and how to solve that?
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
what are the mandatory parameters in suppler Conversion?
in ap_terms table what data will be stored
is it possible to run the interface without using oracle apps?
where the accounting related data is stored ?
How do u identity its name of report?
What is profile and what is level of profile option and it's hierarchy
The report output is 10 pages then how many times between pages report trigger will fire?