| Home |
| Technical Articles |
| Training Articles |
| Receive Email for New Articles |
| Contributors |
| Hands-On-Training |
| Consultancy Services |
Technical Articles
Miscellaneous Technology
Open Interfaces in APPS EBS - Best Practices | Open Interfaces in APPS EBS - Best Practices | | Print | |
| Written by Anil Passi | |
| Wednesday, 29 November 2006 | |
|
This article discusses the best practices & strategies for developing Interface Programs in Oracle Financials / APPS/ EBS. This article assumes that you have already read the article on data migration, if not the click here.
Comments
(20)
written by balkrishna , December 11, 2006 written by Anil Passi , December 11, 2006
Oracle have published plenty of examples on http://www.oracle.com/technolo...index.html
Click on this Oracle link that will take you straight to Examples on Warehouse Builder. Thanks Anil Passi written by balkrishna , December 11, 2006
can u give the link or place where i got the information regarding warehous builder
thank anil regards balkrishna written by Anil Passi , December 11, 2006
Oracle have published plenty of examples on http://www.oracle.com/technolo...index.html
Click on this Oracle link that will take you straight to Examples on Warehouse Builder. Thanks Anil Passi written by VENU , March 27, 2007
hi Anil...
How to develop interfaces with legacy and internal systems? written by Anil Passi , March 28, 2007
Hi Venu
Internal systems? Please elaborate what do you mean by that. For Legacy systems, ah, my article is quite outdated now that we have ESB and BPEL technologies to use. You can use ESB to poll files/external systems for data and load those in staging tables via ESB itself. alternately you may even decide to do your mapping from legacy to current system within ESB. I am assuming that your question is in educational context, as it will take time for your management to agree on implementing an enterprise bus. thanks, anil
Anil,
Sorry i am still confused about interfaces. 1] I have two schemas in same oracle instance. I have raw data in one schema and i write a pl/sql concurrent program to pump data from raw data schema into HR schema. OR 2] I have data in HR schema and write the same data into a flat file. I have checked irep.oracle.com, it has the regular APIs. I might be completely wrong. Please can you explain using a dummy example. sai. written by Susan , May 21, 2007
Can you tell me if there is a full list of all the Open Interfaces? For previous versions of the Apps there was an Open Interface Guide. It seems to have disappeared.
Thanks. written by vijay , June 20, 2007
Hi Anil,
Thank you so much for sharing your explicit as well as tacit knowledge with us. Can you pls take an example of a typical conversion ( Say only Item conversion, not it s categories,category sets, revisions etc.) and explain the whole process right from the extract file , because I could not understand some of the concepts like derivartion, translations during the conversion process. Thanks in advance for your help. Regards, Vijay
Hi Anil
Nice blog. I did not get the rationale behind best practices point 10. Can you please explain why it is not good to use ROWID reference? Thanks Karthik written by Anil Passi , June 20, 2007
If the Database is exported, and then re-imported, then new rowid values will be allocated to each rows.
ROWID is internally managed by Oracle. Some DML operations can cause movement of records in disk, hence givning new ROWIDs Thanks Anil written by ramakrishna , June 28, 2007
hi,
i want Order Management material, currently i am trying on oracle applications as a Technical Consultant.
Hi,
I want to know the difference between API and Interfaces?? Regards
Hi,
Thanks for the information you provide. I have a question. We are trying to integrate our legacy systems with Oracle Applications. We are using BPEL to do our integration. While designing the BPEL process and creating the Applications Adapter I see that there are different options to choose: XML Gateway, Open Interfaces, API's etc. My first question is do all these methods insert data into interface tables or do any of these insert data all the way to base tables. If they all insert into interface tables then how do we decide on when to use what? Say between XML Gateway and Open Interfaces. Really appreciate if you can let me know this. Thanks -Prapoorna
Hi Anil,
Nice information. I had a basic questions . - Are API and Open interface same ? if no then what is the difference between them. Thanks Prashant
Hi All,
I have a requirement regarding data conversion.I am pretty much new to data conversion,could any body let me know how to start it.They provided me one script which is fetching data from database.I need to update org i.d.They have some newly defined org I.ds.I came to know the api what i need to consider is 'inventory transaction open interface'.could any body get back me quickly as it is very urgent requirement....
Hi All,
I have a requirement regarding data conversion.I am pretty much new to data conversion,could any body let me know how to start it.They provided me one script which is fetching data from database.I need to update org i.d.They have some newly defined org I.ds.I came to know the api what i need to consider is 'inventory transaction open interface'.could any body get back me quickly as it is very urgent requirement....
Dear nag
For the data conversion, The step need to follow for open interface is follows The flow is datafile --> Temp table --> interface table--> base table. If there is no modification in Data then use standard API. Use Sql loader in toad to upload the datafile to temp table in the loader file i) datafile ii) control file (save a new notepad as datafile name.ctl) iii) log file iv) bad file V) discard file except ctrl file others are auto generated one. Once data file insert in to temp table, Update as per the requirement by using the procedure to interface table. then run the standard CP. regards Siva prabhu You must be logged in to a comment. Please register if you do not have an account yet.
|
thank anil
regards
balkrishna