If we transfer the data from legacy system to oracle base
tables. I want to hold the data in interface table how?
Answers were Sorted based on User's Feedback
Answer / nagaraju chittamsetty
Hi to all,
Actually there is no possibility to insert data into base
tables directly.We use Standard API provided by oracle
people.
Suppose let us assume that if we want to transfer standard
purchase orders into po base tables we are useing
po_headers_interface,po_lines_interface,po_distribuitons_int
erface.
After transer the data into interface tables we are run the
standard API like import standard purchase orders api which
will validate the data,then insert into respective base
tables.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / nagendra
Legacy System->Staging Table->Pre-Interface Tables
->Interface Tables->Base Tables
1. Legacy System means other system. For e.g. Cobol
2. We create staging table in database(Oracle Apps
environment)
3. Using SQL Loader utility we get the data from Legacy to
Staging Table
4. Transfer the data to Pre-Interface Tables
5. Validate the data and transfer that to Interface Tables
6. Validate the data and use Standard API's to transfer
the data to Oracle Base Tables. For e.g.
(MTL_SYSTEM_ITEMS_B)
Note: Where Pre-Interface Tables are optional
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prasad reddy
Hi ,
That is your wish , if you want keep records in interface
you can do that.
while submitting item import standard program you could
see the parameter called
Delete processed row YES/NO if yes it will delete all
the rows.
In case of other interfaces i not sure , let you know that
bit later.
Regards,
-Prasad
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / srinivas.r
Yes,well said by nagaraju.
We are not directly insert the data into oracle base table
from flatfiles.For that first we should move the data first
into interface table later by running the standard API it
will validate the data and move to the base tables.This is
the process.
| Is This Answer Correct ? | 2 Yes | 1 No |
what are the match approvals in PO?
Can 2 functions have same name & input parameters but differ only by return datatype ?
which parameters passed in report in oracle developer how to pass
How many typres of Purchase order and what are those.
Which one Module is Biggest Module in oracle apps?
What are the User PARAMETERS in the Reports?
Name the different Cursor Attributes.
What repots or concurrent program run to transfer data from Inventory to GL.
hi gurus my name is ramesh i was completed orcale apps technical trainning i wnt to put 3+yrs experience is it correct r not ,if any freshers jobs are available in market pls suggest me. my mail id rameshmcaou@gmail.com and contact no is 9000342411
in one report using two layout models.if yes how to do
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 are the functions you are used in utl_file at the time of transferring the data?