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
Are you familiar with internet architecture of oracle apps 11i?
Can you differentiate between mediator and osb?
How do you register report in oracle apps?
Which oracle applications pl/sql standard apis you are familiar, have you used most of them?
please send me forms, xml pulisher questions,answers
can we get profile values in report without using user exists is it possible how?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
testing tools?
where to define interorganization transaction charges and what are the different options?
In oracle application how do you debug or trace errors?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com
What is a flexfield? List out its types.
can we use look up type instead of a pofile option?or valueset?is it possible how?
How is choreography different from orchestration?