Could any one tell me the steps of conversions and what
kind of validations and exceptions do we use during this
conversion? Please do answer in detail.
what program do we write in user exit in reports?
Answer Posted / vans
The above posted details are perfect.
Here to load the data from legacy system to your staging
table you can use SQL LOADER.
Once loaded to the table run the package to do the required
validations.
We can use two approaches to load the data into base table.
1)Using open interface
2)Use API.
1)Using open interface
We need to place the validated date from staging table to
standard interface table and then run the standard
interface program to place the data in Base table
2)Use API
In this case we do not use interface table.We take the data
from staging table validate and call the standard API which
will place the data into base table.
Here, to the API we need to pass the required IN parameter
from the staging table once it being validated.
For example in HRMS the employee conversion we can call the
below API to create employee
hr_employee_api.create_us_employee
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
what is pay run id ?
how can i print random rows in plsql table
Can you differentiate between mediator and osb?
Plz anybody send me Technical specification for AP Interface
what is the differences between internal requisition and internal sales order?
What is oracle soa suite?
List the various types of value set.
what is the difference between request group and request security in oracle apps?
What does appl_top directory contain?
do you know is it possible to run the interface without using oracle apps?
what are the balancing segments in AR?
Tell me how to find the custom directory in front end?
pls send me out bound code of supplers,site,bankiformation code pls as soon as
Can u give the Documentation of Custom.pll in oracle apps
What are the Standard Reports and Forms in HRMS?