Oracle Customers Address Data Migration Receivable AR

Hi
I have a requirment to migrate Oracle Customers data into another Instance.
Business Requirments:-
User enter customers into UAT instance in Oracle Recevable and they don't want to create customers to an any other instance they just want to migrate to any other instance and even production.
Is there a way I can do it?
Thanks

Look for Meta Link Notes:TCA API. [ID 230753.1]
Some APIs..
How to create Customer Account Relationship via TCA API? [ID 224494.1]
How To Create A Customer Via TCA API ? [ID 189369.1]
How To Create A Customer Via TCA API [ID 159393.1]
TCA Customer Interface & API White Paper [ID 201242.1]
Using TCA API's Including Examples [ID 201243.1]
Oracle Applications Multiple Organizations Access Control for Custom Code [ID 420787.1]
PL/SQL
===========
1. Create/Insert/Add Issues:
Note 159393.1 How To Create A Customer Via TCA API ?
Note 204170.1 How to create a PERSON customer via TCA API ?
Note 204545.1 How to create a cust_account via TCA API to an existing PARTY (PERSON Customer)?
Note 177080.1 How to Create two BILL_TO sites for the same customer via TCA API ?
Note 177081.1 How to Create BILL_TO and SHIP_TO sites via TCA API ?
Note 219150.1How to Create a customer (ORGANIZATION) via TCA API with account_number off and party_number on?
Note 177082.1 How To Create A Contact At Customer Level Without Phone Via TCA API ?
Note 177083.1 How To Create A Contact At Address Level Without Phone Via TCA API ?
Note 294142.1 How To Create A Contact At Address Level Without Phone Via TCA API using conditions like HZ: Generate Contact Number = No
Note 235357.1 How To Create A Contact At Customer Level With Phone Via TCA API ?
Note 239737.1 How To Create A Contact At Address Level With Phone Via TCA API ?
Note 239738.1 How To Create A Phone at Address level via TCA API ?
Note 165308.1 How To Create A New BILL_TO Address To An Existing Customer Via TCA API ?
Note 204415.1 How to Create a customer (ORGANIZATION) with dunning info = N via TCA API?
Note 204416.1 How to Create a customer (ORGANIZATION) with dunning info = Y via TCA API?
Note 217578.1 How to Create an (ORGANIZATION) customer using Customer Information Descriptive Flexfield via TCA API?
Note 217579.1 How to Create an (ORGANIZATION) customer using Address Information Descriptive Flexfield via TCA API?
Note 217580.1 How to Create an (ORGANIZATION) customer using Site Use Information Descriptive Flexfield via TCA API?
Note 230750.1 How to create a customer with salesperson information via TCA API?
Note 224494.1 How to create a Customer Account Relationship via TCA API?
Note 239993.1 How to create a customer for an specific organization but using different location via TCA API ?
Note 245695.1 How To Create A Customer Profile Amount At Customer Level Using TCA API?
Note 269087.1 How To Create A Contact Role At Customer(Org) Level Via TCA API ?
Note 269188.1 How To Create A Contact Role At Address Level Via TCA API ?
Note 294978.1 How To Create A Customer Profile For A Specific Account Using TCA API?
Note 301408.1 How to Insert a customer Information with profile information using TCA API?
Note 301409.1 How to Insert a customer Information with profile and default profiles amounts information using TCA API?
Note 301410.1 How to Insert a customer Information with profile and profiles amounts (No default values) information using TCA API?
Note 313094.1 How To Create An Organization Customer With Profile Information At Site Level Using TCA-API?
2. Update issues:
Note 204558.1 How to update a ORG-customer with dunning info=N to dunning info=Y via TCA API?
Note 204559.1 How to update a ORG-customer with dunning info=Y to dunning info=N via TCA API?
Note 215695.1 How to update a customer (organization) with interest charges = Y to interest charges = N via TCA API?
Note 219595.1 How To Update An Address Field Information Using TCA API ?
Note 219589.1 How To Update A Location Information Using TCA API ?
Note 224495.1 How to Update a Customer Account Relationship via TCA API?
Note 230751.1 How to update the salesperson information for a specific customer via TCA API?
Note 233276.1 How to update the last name to a customer (PERSON) via TCA-API ?
Note 236662.1 How to update customer account related information (Relationships Tab in Customer Form) using TCA-API ?
Note 243018.1 How to update category_code to a customer (ORGANIZATION) using TCA-API ?
Note 260287.1 How To update A Contact Phone Information Via TCA API ?
Cheers
ASIM

Similar Messages

  • Oracle 9i to11g data migration

    Hi,
    Could you please suggest the best method (Tool) to export data (Data migration) from Oracle 9i to 11g
    Thanks,
    Bhaskar

    Pl indicate which exact versions of Linux - are the source and target servers the same or different ? If they are the same, use DBUA to upgrade. If they are different, shut down the database on the source, copy over all of the database files to the target, then perform a manual upgrade on the target.
    http://docs.oracle.com/cd/E11882_01/server.112/e23633/toc.htm
    HTH
    Srini

  • Oracle Legacy System to SAP Data Migration

    Hi Experts,
    New to data migration:
    Can you guide me in how oracle staging is useful for data migration:
    Here is my few doubts:
    1. What is Oracle Staging?
    2. How Oracle staging is useful for data migration?
    3. I see few ETL tools for data migration such as Informatica, Ascential Datastage etc. but our requirement is how can we use oracle staging for data migration?
    4. What are the benefits in using oracle staging for data migration?
    Expecting your response of above queries.
    Thanks,
    --Kishore                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Here is my few doubts:
    1. What is Oracle Staging?It is where ODI creates temporary tables. It does the transformation and if required cleans the data aswell.
    2. How Oracle staging is useful for data migration?ODI loads source data into temporary tables(staging) and applying all the required mappings, staging filters, joins and constraints. The staging area is a separate area in the RDBMS (a user/database) where Oracle Data Integrator creates its temporary objects and executes some of the rules (mapping, joins, final filters, aggregations etc.). When performing the operations this way, Oracle Data Integrator behaves like an E-LT as it first extracts and loads the temporary tables and then finishes the transformations in the target RDBMS.
    3. I see few ETL tools for data migration such as Informatica, Ascential Datastage etc. but our requirement is how can we use oracle staging for data migration?
    4. What are the benefits in using oracle staging for data migration?You can refer https://blogs.oracle.com/dataintegration/entry/designing_and_loading_your_own
    http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/intro.htm#autoId10
    Expecting your response of above queries.
    Thanks,
    --Kishore                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Data Migration from Microsoft Access to Oracle 9i

    Dear All
    This is my first request in your forum,My problem is that I have installed SQL developer but unable to migrate my MDB (Microsoft access file) into Oracle 9i,I have done the following activities in order to migrate data.
    open sql developer
    under migration,click quick migration
    quick migration wizard diaglog box appear,click new,
    in the oracle tab, input the following information
    input connection name 'zuhair',give user name and password (sys/s),check save password option,give role "sysdba" ,give connection type "basic",didnt check any any check box like os authorization and others,give host name 'zkhan-dfml',port '1521',sid 'dba' and then push the test button and then status show "success"
    in the access tab, input the following information
    input connection name ,input mdb file name by using browse button,after this step click test button then the following message display 'test fail odbc microsoft access driver not a valid password
    I have tried to create odbc link but i think i have done some thing wrong,kindly help
    Regards
    Zuhair

    Hi Zuhair,
    If you give details of the problems you are still having then we should be able to get SQL*Developer to work.
    However, if you don't want to use SQL*Developer then the following options are taken from note 393760.1 available in Metalink if you have access to that -
    1. Use a gateway that supports the non-Oracle database or generic connectivity if a third party ODBC driver is available to do a -
    'create Oracle_table as select from non_oracle_table@database_link'
    for each table. You would then have to manually create all the other objects (views, indexes, stored procedurs etc) and permissions etc that existed in the non-Oracle database.
    2. Use the SQL*Plus COPY command to copy data from the non-Oracle database to the
    Oracle database using a gateway or generic connectivity. The syntax is as follows:
    COPY FROM username/password@oracle_sid -
    INSERT destination_oracle_table -
    USING query;
    The following example selects all rows from the EMP table in the non-Oracle database and
    inserts them into the local Oracle EMP table:
    COPY FROM SCOTT/TIGER@ora10 -
    INSERT EMP -
    USING SELECT * FROM SCOTT.EMP@gateway;
    where "gateway" is the database link created for the gateway.
    3. Load the non-Oracle data into flat files and use SQL*Loader to put the data into Oracle tables. Again manual
    work is required for the other objects.
    4. Contact the Oracle Product Technology Services (PTS) group for assistance. See the webpage -
    http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html
    5. Use a third party migration tool. See -
    http://www.oracle.com/technology/tech/migration/isv/third_party.html
    6. Use JDBC to connect to the non-Oracle database and Java in the Oracle database. This method will work but it is not suppported by the JDBC team.
    =========
    The amount of work involved will depend on the number and size of Access tables that you want to migrate.
    Regards,
    Mike

  • How can we do the data migration between Oracle Applications and SAP R/3.

    Hi All,
    How can we do the data migration between Oracle Applications and SAP R/3 system.What are all the possible ways to move bulk data from Oracle Apps to SAP r/3 system.
    Provide any 3rd party tools which supports data migration and also pls rpovide the SAP's own data migration tools with supports the above feature.
    Awaiting for best possible solution.
    Thanks in advance.
    Regards
    Dharmaraju

    the 3rd party tool is ETL , you can use ETL tool and the prepare the load files then you can use LSMW method to upload the data to SAP.

  • Date Migration from IBM DB2/400 V4R3M0 to Oracle 11.2G

    Dear ALL<
    We have a requirement for Date Migration from IBM DB2/400 V4R3M0 to Oracle 11.2g. Can you guys please share your experiences with similar activities done in the past ? We do not have environment at present to try out with Oracle Migration workbench.
    http://www.oracle.com/technetwork/topics/index-095746.html
    You experiece sharing will really help ...!!
    Regards,
    VKMP
    Edited by: 909016 on Jan 31, 2013 5:52 AM

    Hi VKMP,
    As well as reading the documentation thoroughly the following note available in My Oracle Support may be useful -
    Problem To Migrate Table With Table Type P From DB/AS400 With OMWB (Doc ID 466271.1)
    as OMWB does not support migrating physical files.
    Regards,
    Mike

  • URGENT - Data Migration - From Oracle BPEL 10.1.2.0 to current version

    Anyone having any idea on the data migration appraoach to be followed from Oracle BPEL 10.1.2.0 to 10.1.3.3
    If it supported?
    I understand process migration is possible (I found it out in installation guide for 10.1.3.1) but there are no documents available for data migration approach (Or I am not able to get hold of any).
    Regards
    Ashutosh

    To workaround the problem, from the DataModel project, right-clicked Project Properties, selected Business Components: Options, unchecked Validate Objects during Compile, and the project compiled successfuly, yet the issue is to have my xml files valid.

  • How to migrate SQL Server image data type to Oracle 8 BLOB data type?

    Hi,
    I have to migrate data from sql server to Oracle 10 g.
    I am unable to migrate image data type from sql server to blob data type in oracle.
    Iam using Oracle Heterogenous Services to migrate the data,Using Merge statement and database link.
    I am getting the following error-
    ERROR at line 7:
    ORA-00932: inconsistent datatypes: expected BLOB got LONG BINARY
    Can any one suggest me how to migrate Image datatype to BLOB???

    Hi you might want to post your question in General Forum.
    General Database Discussions
    There's very few users visit this forum.

  • Oracle Telesales Data Migration

    We are implementing Oracle telesales for the client and there is one data migration which creates sales person records for the customer created through AR Customer Interface.I'm supposed to use an API AS_ACCESS_PUB.CREATE_SALESTEAM for the same.So if somebody has a reusable code regarding how to call this API or some similar data migration code, please send across...any help would be welcome.....thanks in advance..!!
    [email protected]
    Regards,
    Bohemian

    Is there another option apart from export an import. We run a high transaction 24/7 database currently on 8i. With minimal downtime what will be my best option to migrate to 10g.
    Is there a utility from oracle, like a log reader, which reads the transaction logs from 8i so we don't loose on any transactions during the migration process.
    Current Sinerio:
    Oracle 8i on Win2K - In production 24/7
    Oracle 10g RAC on SLES10 - New
    Oracle 10g is up and running, and the data from 8i is imported into 10g using (exp/imp). I just want to get the latest data from 8i to 10g server.
    Any ideas?
    Shashi

  • Migrating Oracle Internet Directory Data

    We are trying to migrate oracle internet directory data from one of our test environments to the production environments. Both the environments are running on windows 2000 Operating Systems.
    We are followiing the procedures mentioned in the Oracle Application Server 10g Administrator's Guide for the migration. But in one of the sections there is a command that uses unix shell script files - catalog.sh
    This doesnt work in the windows environment, and only after completing this task I can proceed with the migration. Can anyone let us know if there is any windows equivalent file for this catalog.sh. How to proceed from here..

    Arnal,
    Is this really a Portal thread?
    Anyway... Maybe you have two options here (for example):-
    1. Either use the CYGWIN.
    2. Use the LDAPSEARC & LDAPADD to bring everything from Source to Target. In the middle change/substitue the necessary strings, ie, like for example domain.
    I hope it helps...
    Cheers,
    Pedro.

  • Informix 7.x to Oracle 9i Data migration

    Hi All,
    I'm in the process of migrating the data from Informix 7.X databse to Oracle 9i. I need to migrate data from selected columns and selected tables only from the informix schema.The data migration deals with Huge volumes[ Around 50GB ] of data.
    I need some help regarding
    1. I'm thinking to use Informix Unload Option for data unloading and SQL * loader for loading the data into the database. Is there any other better way.
    2. how to deal with the memory issues during migration process.
    Regards
    Gaurav

    Hi,
    Thanks a ton for the prompt response.
    I'm elploring the usage of Migration Workbench for the migration.But yet don't know the correct way to use it.
    I need some inputs and material to refer from this end.
    Apart from that Regarding memory :
    As I'm dealing with 50GB of data
    1) I want to foresee any problems which i might encounter during the migration process.
    2) Any oracle specific parameters I need to setup to rule out any memory related migration failures.
    3) How can i do the migration in the quickest way?
    Kindly do the needful.
    Regards
    Gaurav Jain

  • Data Migration from MS   Excel Sheet to Oracle 9i Database

    Can anyone please help me to perform a data migration from MS excel sheet to Oracle 9i Database. I have an excel sheet from which i need to move data to the database. One of the columns in the sheet posseses multiple new line characters, and which causes a problem while migrating data with the help of SQL Loader. I would like to know whether any utility is available to migrate data directly from MS Excel sheet to the database, or it would he really helpfull for me , if anyone provide me with an alternate solution.

    I think Christian's suggestion will work for easily and quickly.
    1) create table link of Oracle target table in MS Office's ACCESS thru ODBC;
    2) from Access screen, you may easily dump the excel data into the linked table.
    This is very easy and feasible ways. Don't bother to find other ways. The other ways will need you to clear the unwanted carriage return signs first.

  • H/W & Data migration form AS 400/DB2 V5 R4 to Unix/Linux and Oracle

    We are considering migration of huge data(in Terabytes) from AS 400/DB2 V5 R4 to Unix/Linux and Oracle.
    We are changing operating system and data base also..Please advise if R98403 can be used to move data in terabytes.
    I understand Oracle work bench does not support V5 R4.
    I would like to know pointers on possible tools and approach for the migration.
    Thanks
    Las

    Hi,
    May I know the reason for this huge change? As most of the current setups of E1 are on AS00 only. Then also if you are planning to migrate your hardware and data from DB2/OS400 to Orcle and Unix/Linux you can consider below options for data migration:
    1) R98403 and R98403A are best approach for this type of migration it may consule some extra time but accurate..! As no other tools like Oracle Workbench can
    provide 100% accuracy.
    2) Archive data size if possible with the help of BA team and work on some purging this will help you to great level.
    3) If you decide to go live on new setup please consider going live module wise as a specific module data can be moved fast, and if BA team can specify some specific tables only getting hit for module trasection they can develop TC reports for specific data to be migrated and can save your time instead of copying entire data set again at go live.
    Good Luck..!
    Thanks,
    Manoj Kathare

  • Data Migration from 11i to R12 Global - Open POs,lines, receipts & on hand upload, Is it possible to do the onhand qty upload with over riding of all receipts which uploaded against Open PO lines?

    Hi Friends,
    We are in a phase of data migration from 11i to R12 
    I was discussed with client & they wants extraction of all open POs which was generated after 01 Jan 2014 to till date in 11i.
    Condition for open POs is PO qty-received qty=>0
    critical Example for open PO is :PO no: 10 has 4 lines, 3lines full qty has been received & for 1 line partial qty(say 50 out of 100) received.
    in this case he wants in R12 uploading as PO no:10 should entered as open PO with all 4lines & 3 lines complete receipt should be done, for 4th line partial qty i.e 50 should be received.
    the question is if we upload on hand qty first, then open POs & receipts, it will increase the onhand qty in new system(mismatch of on hand qty's 11i to R12) 
    Is it possible to do the onhand qty upload with over riding of all receipts which uploaded against Open PO lines.
    Or Please advice best solution.
    Thanks & Regards
    Giri

    adetoye50 wrote:
    Dear Contacts Journal Support Team,
    FYI, this is a user to user support forum.  You are NOT addressing Apple here.
    Honestly, I doubt anyone is really going to take the time to read the novel you have written.

  • Data migration methods

    Hi experts. I am working on a study for a data migration project where data from multiple legacy systems would be moved into SAP. Apart from LSMW and BDC, what are the other useful methods when the data migration involves huge volumes of upload data?

    Hi,
    Obviously the answer depends to a certain extent on the circumstances of your project (complexity of data, volume, etc) and on the object in question, but here are a few rules of thumb.
    If you are new to this I would stay away from IDOCs and BAPIs as the set up is often a little complicated and if there are errors the problem is often not too easy to identify. And IDOC processing is not always as quick as people assume. For example, the customer master IDOC is processed in the background by a call transaction of XD01.
    For you I would suggest definitely using LSMW, and where possible within LSMW use the standard uploads. There will be situations where the standard upload does not cover everything (again using customers as an example, it will not include the extended address data or the long texts) but I would still use the standard upload to load as much as you can, and then write a couple of simple update BDC recordings (XD02, XK02, etc) to add what's missing.
    Some examples of the standard upload programs are:
    Customers - RFBIDE00
    Vendors - RFBIKE00
    Materials - RMDATIND
    All finance transactions - RFBIBL00
    Fixed assets - RAALTD01
    The standard uploads are normally well documented; they often use BDC (not RMDATIND) so are quite transparent; and they are generally pretty flexible.
    There are a few standard uploads which are not so good, such as the sales order load, and to a lesser extent the purchase order load. In these cases you might need to look at using the BAPIs but get help from someone who has used them before.
    You might want to use recordings for very simple loads like bank master.
    If migrating SAP to SAP, where possible you would look to transfer master data via ALE using IDOCs. But again you need to know what you are doing and it sounds like you are moving from a non-SAP to a SAP system anyway.
    Good luck,
    Ben
    http://www.harlex-ltd.com

Maybe you are looking for

  • How do I get the Firefox icon to stay on the bottom bar of my Mac?

    How do I get the Firefox icon to stay on the bottom bar of my Mac computer?

  • If i update my ipod will it delete all my music as it is from various computers?

    I have a 32GB iPod touch and when I plug it into the computer, it says an update is available. I manually manage my music so that I can take music from my laptop and the other computers in my house as well. If I update my ipod to this newer version w

  • HELP!? iPod is stuck in recovery!

    I need someone's help! I've read around everywhere and can't figure out what to do. My iPod is stuck in recovery, I can't restore it on iTunes as my iTunes won't connect to iTunes store. The only thing my iPod shows is the apple logo and USB connecto

  • MSS iView "Applicant Overview"

    Here´s my problem: I have an applicant with overall status 8 (forwarded) and he is not visible in the applicant overview IView of sap portal i have already done the customizing in spro under Integration with Other SAP Components->Business Packages /

  • DMVPN behind NAT

    Hi, I'm having a little trouble getting a DMVPN up using a host that is behind a NAT device. It looks as though with my version of IOS i need to use IPSec tunnel mode, but the NHRP registeration on the hub shows the Real address of the spoke and not