Data movement of Chart of Account from one instance to other

We are doing data movement of Chart of account tables(FND_FLEX tables) from one instance(oracle 10.7)to another instance(Oracle 11.0.3).
Some of the columns of flex value tables are obsoleted in Oracle 11.0.3. like description in fnd_flex_values is obsoleted and description is used from fnd_flex_values_tl.
My question is, Is it necessary to do the data movement of fnd_flex_values_tl table to get the description or just the data movement for fnd_flex_values table will serve the purpose.
Thanks in advance.

Hi
When upgrading you need to populate both the fnd_flex_values and the fnd_flex_value_tl table. Please note applications will not function properly when you dont populate this table.
I am not sure how you are populating this table, if using the oracle upgrade process then Oracle takes care of this else please ensure that you populate all the _tl tables
Thanks
Bharat

Similar Messages

  • How to move worksheet saved on database from one instance to another?

    Hi Every one,
    How to move worksheet or workbook saved on database from Discoverer plus from one instance to other instance?
    Is there any way to save a workbook or work sheet on to local drive from discoverer plus.?
    Thanks
    santhosh

    Hi,
    You have 2 options: use Discoverer Administrator to export/import the workbook; or use Discoverer Desktop to save the workbook to the local drive.
    You cannot save a workbook to the local drive using Discoverer Plus.
    Rod West

  • How to Migrate VO Extension from One Instance to Other

    Hi,
    How to Migrate VO Extension from One Instance to Other.
    Thanks
    Vishnu

    Move the VO.xml and Class files as usual to other Environment.
    Also move the .jpx of the Project and run the jpx importer.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                               

  • How to port a Sebel BI Dashboard from one instance to other instance

    Hi,
    I am in search of find a way to port the Oracle Sebel BI Dash board from one instance to other. When we complete the Dash board in a test instance how can we port it into to production.. is there any way to port the bash board are we need to develop it again in the production.
    Thanks
    Abdul Hafeez Shaik

    Identify the "class=MyStyle" string in the MTML code, and use the Multi-File Find and Replace feature to step through each topic and change the specific instances to "class=MyOtherStyle." (I doubt that you'll want to "Replace All".)
    Sorry, there's no silver bullet!
    Good luck,
    Leon

  • Sync G/L Account balance from one instance to others

    Dear Experts,
    Do you have any idea how to move G/L account balance from one instance SAP to other instance SAP ?
    We found that we can use IDoc message type FIDCMT IDoc type FIDCMT01 , but actually we just need to transfer the daily balance nor per transaction?
    Please advise should you have any suggestion or other IDoc that can be implemented to this case.
    Thank you.

    Any ideas, hints, workarounds?
    Thanks

  • Move OAF personalizations and extensions from one instance to anothe

    Please
    tell me steps how to move Personlizations from one Instance to another Instance
    Regards,
    Vivek Gautam

    Hi I am make changes at bean level making a field Read only by personalization.But that is not getting migrated or even shown in the XML file generated please help
    DECLARE
    BEGIN
    jdr_utils.listcustomizations(p_document => '/oracle/apps/ar/cusstd/srch/webui/ArPrtySrchPG');
    END;
    /oracle/apps/ar/cusstd/srch/webui/customizations/function/AR_ARXCUDCI_QUICK_VIEW/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/function/AR_ARXCUDCI_GATEWAY_VIEW/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/function/AR_ARXCUDCI_STD_VIEW/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/responsibility/67606/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/site/0/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/org/229/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/responsibility/57647/ArPrtySrchPG
    BEGIN
    jdr_utils.printdocument(p_document => '/oracle/apps/ar/cusstd/srch/webui/customizations/responsibility/57647/ArPrtySrchPG');
    END;
    <?xml version='1.0' encoding='UTF-8'?>
    <customization xmlns="http://xmlns.oracle.com/jrad" version="9.0.6.0.0_35" xml:lang="en-US" customizes="/oracle/apps/ar/cusstd/srch/webui/ArPrtySrchPG" xmlns:user="http://xmlns.oracle.com/jrad/user" user:responsibilityKey="cl cz_com_czk coll agent"
                   user:responsibilityAppId="695">
       <modifications>
          <modify element="pageLayoutRN" controllerClass="oracle.apps.ar.cusstd.srch.webui.xxArPrtySrchCO2"/>
       </modifications>
    </customization>

  • How can I move an e mail account from one family pack to another

    I have an e mail address (not main family pack e mail address) and I would like to move it to another family pack. Is this possible and if so how?
    Thanks

    Caroline12, Welcome to the discussion area!
    I believe that your question is about a Mobile Me family pack account. If that is true, I believe that the answer is no.
    But your probably should post your question in the Apple.com > Support > Discussions > MobileMe discussion area.

  • How to import data from one instance to other

    Hello all,
    I want to modify the data in one dev instance from production instace ,but in same table can any help me out with command how to retreive the data from other instance
    example:
    I want to change the email address of a person in per_all_people_f table in development instance which has the accurate data in production instance ,I am using the update statement how should I relate them and how to change the value?

    You can create one dblink in dev db to Production db with the user/schema the live table belongs. Then you can accesss the live table in dev db.
    eg.
    Run in Dev db
    create database link "live_db.WORLD"
    connect to live_user
    identified by <pwd>
    using 'live_tns_name';
    select * from live_table@live_db;
    Now the remore live table is available in dev db just as if a local table.
    You can play with its data.
    But remember to remove the dblink after your work is done.
    drop database link live_db; does the work
    cheers...
    Message was edited by:
    golden Arrow

  • What I should do If I move fact and dimension tables from one server to other server

    Hi
    I have question like
    what all changes need to be done  in EPM System if we move the Fact and Dimension tables to a different server.
               Reply me asap and thanks in advance

    I have fact and dimension tables in one server and i moved those stuff to another server.If I do that what happen to essbase and about totale EPM System.I want to know how to do this and what I can expect?
    Please reply

  • Data gets cleared when i switch from one tab to other in SubTabLayout

    Hi,
    I have created a PageLayout with with region style SubTabLayout in it.
    I have created two tabs for this SubTabLayout which is using same VO.
    I have few MessageTextInputs type items on both the tabs.
    After entering data into these items of one tab, go to another tab and come back to first tab, data i entered in items on first tab get cleared.
    Can you please help me what setting should i have to do to keep the data in those items even i keep switching the tabs.
    Thanks
    Pavan

    Hi Sumit,
    can you please make me clear.
    my ProcessRequest has the following code.
    EmployeeAMImpl am = (EmployeeAMImpl)pageContext.getApplicationModule(webBean);
    String canid = pageContext.getParameter("param");
    EmpDetailsVOImpl vo= am.getEmpDetailsVO1();
    vo.setWhereClauseParams(null);
    vo.setWhereClauseParam(0,canid);
    vo.setMaxFetchSize(-1);
    vo.executeQuery();
    thanks
    Pavan

  • Is There a way to move an email list intact from one BC account to another

    Is There a way to move an email list intact from one BC account to another without any data loss or need for further formatting?

    I'm afraid you can't do this. You can't delete an iCloud account, and even if you delete an alias you still can't move it to another account or turn into an ID.

  • How do I move my itunes account from one country to another?

    How do I move my itunes account from one country to another?  I set up my itunes account in the United States and now I live in England.  I would like to transfer my purchases from my US account to my British account and then download them onto my new ipod.  I have uninstalled and reinstalled Itunes and I have updated my Windows 7 operating system.  I have tried to get in touch with apple and the advisor said he could not help me.  Ideas? 

    Before you change the country, note the following:
    - you must use any remaining store credit on your account
    - download all purchased content
    - ensure you have no current rentals(if you do, you'll have to wait for them to expire)
    - provide a new payment(such as a credit or debit card) associated with a valid billing address in the UK or an iTunes Gift Card purchased in the UK
    - content purchased from the iTunes Store is country-specific. If you wish to upgrade any of your iTunes Store content to iTunes Plus, you'll need to do this before you change countries. The content you purchased while your account was set to the previous country will not be eligible for upgrade once you've changed countries.
    - after you change countries, you will no longer receive application update notifications in iTunes for the apps you purchased in your original country. However, you'll still receive update notifications on your iOS device for any applications installed on it. In addition, you'll be able to download previously purchased applications again for free if they are available on your new country's store. You will not be charged and the download will not appear on your Purchased page. If a previously purchased application is not available in your new country, you will not be able to download it again for free.
    - If you have an iTunes Match subscription, you can't change countries until the subscription has expired.
    - If you have purchased a Season Pass, you cannot change the country associated with your account until that season is done airing and the last episode of the season has been added to the iTunes Store.
    Taking the above into consideration, here's how to change your country:
    1. Open iTunes and click Sign In.
    2. Enter your iTunes Store account name and password, then click Account Info.
    3. On the Apple Account Information page, click Change Country or Region.
    4. Enter the updated information and save your changes.

  • How to move BCS data from one box to other

    Hello Expert,
    Dose any one know how to move BCS data from one box to other box ?
    Thanks & Regards,

    1) The best is to do the test. In my case, my customer was just doing this transfer (in full) to perform tests on the BEX reportings. Actually, they never raised any issue regarding document number when they did additional postings in test system... I would also say that during the transfer, the number counter in Qual gets not synchronized with the one in Prod. So, I think the system will just take the next number available in Qual. Should not be an issue.
    2)  As explained in answer 1), in my case, the purpose was not to perform data migration from one system to the other one. Thus, my customer never performed a subsequent consolidation in the target system. But, basically, the transfer copies all data : posting levels 00 to 30, for all periods you have selected + Additional financial data and sequence of activities. Thus, for me, everyhting is available in the target system, including COI documents. In other words, the "picture" regarding the data should be exactly the same between both system. The only thing you need to pay attention to is the customizing : it must be the same in Qual and Prod (example : date of acquisition and divestiture, structure of the group, etc...).
    Another very important thing, is that your export data source must not be enriched due to the BCS Delta load scenario. If it is the case, the system will write the consolidation logic (i-e the consolidation group + reporting mode) when transferring the data from the source Real Time Infocube to the Target Real time infocube, which will lead to inconsistent data in the target system.

  • Movement of material from one plant to other within the same country

    Hello,
    I would like to move material from one plant to other via tran MB1B.
    The system generates the following error while trying to save document :
    Account determination for entry BAS1 BSX 9000 ___ C100 not possible
    The system did not find an account for this transaction. This means that the account determination for key BAS1 BSX 9000 ___ C100 is not maintained in MM Customizing (Valuation). The key is made up of:
    Chart of account
    Transaction key (= Posting transaction)
    Valuation grouping code
    Account grouping code
    Valuation class
    System Response
    The system cannot update a G/L account for this transaction. You cannot post the transaction.
    Can you please tell me where the necessary setting should be made.
    Thanks

    Hi
    Please check the confirguration in OBYC for this combination and assign GL account for this combination of Valuation class, Valuation area.
    Regards,
    Lakshmanan Krishnan

  • How do I change my itunes account from one computer to my new one?

    how do I change my itunes account from one computer to my new one?

    How to move your music to a new computer:
    http://support.apple.com/kb/HT4527
    About authorization and deauthorization:
    http://support.apple.com/kb/HT1420

Maybe you are looking for

  • MacBook Pro, dual Monitor color shift with Photoshop CS4, OS 10.5.5

    I'm observing a strange behavior: With PS CS3 i could just drag an image from the laptop monitor to the external Eizo and the color would adjust instantly, with consistent color (All monitors calibrated, no settings have changed). The same applies to

  • Javascript issues for a PDF form

    Hi everyone, I hope someone can help me, i posted a few days ago but managed to find a script somewhere online to do half of what i needed. //-----------------Do not edit the XML tags-------------------- //<Document-Level> //<ACRO_source>Numbering</A

  • LSMW for routing with standard batch input

    Hello All, I am trying to prepare one LSMW for routing upload for PP module. Routing data contains header data, operation data and master inspection characteristics data. I have created three source structures viz. material- task list header, task he

  • SWF file not being generated

    I moved an old project (from Intellij, without Flex artifacts) into a new location and recreated a new Flex project with Flex 4.0 integrated product over the old file structure. However, I am now unable to generate the application's swf file or the s

  • Get rid of automatic hyphenation?

    RH8 inserts a magic hyphen into some words, and this hyphen is not visible in the RH8 editing window nor on the final output UNLESS I happen to scale the window to such a size that the words needs to split itself. I can see the hypen in HTML Editing