If we transfer the data from legacy system to oracle base
tables. I want to hold the data in interface table how?
Answer Posted / 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 |
Post New Answer View All Answers
is it possible to run the interface without using oracle apps?
what is the differences between internal requisition and internal sales order?
q)what are the validations in sql*loader
How can a process be deployed in soa?
what is the difference between request group and request security in oracle apps?
What are the benefits of using soa architecture?
What is count(*) from po_vendors(any table)?
CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP
What is a value set? List its various types.
In sequence i want to 11 and 15th values how we will write?
what are the different transaction clauses in AR?
Can you explain the difference between architecture followed in 10g & 11g?
can we use look up type instead of a pofile option?or valueset?is it possible how?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
Can we create tables in apps schema?