How to Setup US Lesiglation while doing fresh Implementaion ?

Hi Friends,
We are implementing HRMS module (R12.1.3 Release) for a new client US based. And before we could satrt anything, looks like we have to setup US Lesiglation/localizations stuffs in database.
Please guide me the setups to do that.
Thanks,
Bhushan Kumar
Edited by: user12834592 on May 11, 2011 12:57 AM

Please see (Latest Oracle HRMS Legislative Data Patch Available (HR Global / hrglobal) [ID 145837.)
> I am not able to find any information regarding installing languages? In addition to English (already installed), we will need Spanish, French-Canadian, Simplified Chinese, and Traditional Chinese
>
> Any idea about it.
How To Get The Guidelines To Install or Add the new NLS Language on E-Business Suite 11i or R12 ? [ID 1254325.1]
Oracle Applications Release Notes, Release 12.1.1 [ID 798258.1]
How to resolve NLS translation issues in an Ebusiness Suite 11i and R12 environment [ID 394112.1]
Thanks,
Hussein                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • How to retain ViewController references while doing in-app purchase

    I have a modally presented ViewController.  In it I download data from a server.  In
    -(void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data where my data arrives I have a UIProgressView bar which updates while downloading is going on.  This works fine when I do not go through the SKPayment process before starting the download.  The problem is that if before I start downloading I go through the SKPayment process to do an in-app purchase, and then come back to the ViewController to download the purchased data, the ProgressView or any messages I try to put out don't work.  Also dismissing the modal view does not work correctly.  I assume that this because during the SKPayment process Apple takes over so my app resigns (applicationWillResignActive) and when it comes back the references are lost.  All the SKPayment stuff works fine and downloading also works.  The only problem is dispaying progress and messages after going through the in-app rigamarole. 
    Not sure how to put my question. Maybe: how can I retain the reference in the ViewController?  I am using XCode 4.2 and compile for ios 5.0.  I am using ARC.  Everything is run on the main thread.  I tried [self view] in the upDateFromInternet method and the view does load (reload) but still does not show ProgressBar...

    No, that's what I said:
    an internal table declared and filled during a start routine will be available only ONLY for the current executing datapackage; other datapackages cannot read an itab declared and filled during execution.
    Is this what you require: a table which would be available for all datapackages. if you can update this table from any data package, how do you manage the case when your data loaded in parallel; any datapack could update this data simultaneously...
    as of noew I can think of three options:
    - use a database table (you could even use your PSA table but I don't recommend updating the PSA table during loading
    - try the abap clause STATIC in your declaration; you'll have to ensure that each start routine will check if this table is already declared; if yes, avoid declaring it again, (otherwise: dump)
    - store your table into MEMORY using ABAP stmt EXPORT
    hope this helps...
    Olivier.

  • How do I improve performance while doing pull, push and delete from Azure Storage Queue

           
    Hi,
    I am working on a distributed application with Azure Storage Queue for message queuing. queue will be used by multiple clients across the clock and thus it is expected that it would be heavily loaded most on the time in usage. business case is typical as in
    it pulls message from queue, process the message then deletes the message from queue. this module also sends back a notification to user indicating process is complete. functions/modules work fine as in they meet the logical requirement. pretty typical queue
    scenario.
    Now, coming to the problem statement. since it is envisaged that the queue would be heavily loaded most of the time, I am pushing towards to speed up processing of the overall message lifetime. the faster I can clear messages, the better overall experience
    it would be for everyone, system and users.
    To improve on performance I did multiple cycles for performance profiling and then improving on the identified "HOT" path/function.
    It all came down to a point where only the Azure Queue pull and delete are the only two most time consuming calls outside. I can further improve on pull, which i did by batch pulling 32 message at a time (which is the max message count i can pull from Azure
    queue at once at the time of writing this question.), this returned me a favor as in by reducing processing time to a big margin. all good till this as well.
    i am processing these messages in parallel so as to improve on overall performance.
    pseudo code:
    //AzureQueue Class is encapsulating calls to Azure Storage Queue.
    //assume nothing fancy inside, vanila calls to queue for pull/push/delete
    var batchMessages = AzureQueue.Pull(32); Parallel.ForEach(batchMessages, bMessage =>
    //DoSomething does some background processing;
    try{DoSomething(bMessage);}
    catch()
    //Log exception
    AzureQueue.Delete(bMessage);
    With this change now, profiling results show that up-to 90% of time is only taken by the Azure Message delete calls. As it is good to delete message as soon as processing is done, i remove it just after "DoSomething" is finished.
    what i need now is suggestions on how to further improve performance of this function when 90% of the time is being eaten up by the Azure Queue Delete call itself? is there a better faster way to perform delete/bulk delete etc?
    with the implementation mentioned here, i get speed of close to 25 messages/sec. Right now Azure queue delete calls are choking application performance. so is there any hope to push it further.
    Does it also makes difference in performance which queue delete call am making? as of now queue has overloaded method for deleting message, one which except message object and another which accepts message identifier and pop receipt. i am using the later
    one here with message identifier nad pop receipt to delete message from queue.
    Let me know if you need any additional information or any clarification in question.
    Inputs/suggestions are welcome.
    Many thanks.

    The first thing that came to mind was to use a parallel delete at the same time you run the work in DoSomething.  If DoSomething fails, add the message back into the queue.  This won't work for every application, and work that was in the queue
    near the head could be pushed back to the tail, so you'd have to think about how that may effect your workload.
    Or, make a threadpool queued delete after the work was successful.  Fire and forget.  However, if you're loading the processing at 25/sec, and 90% of time sits on the delete, you'd quickly accumulate delete calls for the threadpool until you'd
    never catch up.  At 70-80% duty cycle this may work, but the closer you get to always being busy could make this dangerous.
    I wonder if calling the delete REST API yourself may offer any improvements.  If you find the delete sets up a TCP connection each time, this may be all you need.  Try to keep the connection open, or see if the REST API can delete more at a time
    than the SDK API can.
    Or, if you have the funds, just have more VM instances doing the work in parallel, so the first machine handles 25/sec, the second at 25/sec also - and you just live with the slow delete.  If that's still not good enough, add more instances.
    Darin R.

  • How to setup LAN ? while installing 11.5.10

    Hi,
    I am Installing 11.5.10 on windows 2003 server enterprise edition. I use cable net for Internet. I m installing 11i on single node. I have tried to install 11i on windows 2000, windows 2000 advance server and 2003 server. having same error.
    I can ping my computer ip and using host name
    ping 10.0.1.148 -t
    ping oracle.apps.com -t
    LOG file created by 11i rapidwiz installation shows it as
    "Statusstring InstantiateFile -d F:\oracle\proddb\9.2.0\appsutil\template\addbtmpl.drv"
    D:\DOCUME~1\oracle\LOCALS~1\Temp>if 2 == 0 goto :CFG_OK D:\DOCUME~1\oracle\LOCALS~1\Temp>echo "Unable to complete Instance Configuration"
    "Unable to complete Instance Configuration"
    There was an error while running the command - F:\oracle\proddb\9.2.0\temp\PROD_oracle\adrundb.cmd APPS APPS
    and Listner Error log file is showing it as
    LSNRCTL for 32-bit Windows: Version 9.2.0.5.0 - Production on 10-AUG-2005 16:23:08
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=oracle)(Port=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 9.2.0.5.0 - Production on 10-AUG-2005 16:23:09
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OraclePROD_db920_RDBMSTNSListenerPROD>, error 1060.
    TNSLSNR for 32-bit Windows: Version 9.2.0.5.0 - Production
    System parameter file is F:\oracle\proddb\9.2.0\network\admin\PROD_oracle\listener.ora
    Log messages written to F:\oracle\proddb\9.2.0/network/admin\prod.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCPRODipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle.apps.com)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    STATUS of the LISTENER
    Alias PROD
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.5.0 - Production
    Start Date 10-AUG-2005 16:23:11
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File F:\oracle\proddb\9.2.0\network\admin\PROD_oracle\listener.ora
    Listener Log File F:\oracle\proddb\9.2.0/network/admin\prod.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCPRODipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle.apps.com)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PROD" has 1 instance(s).
    Instance "PROD", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    addlnctl.cmd exiting with status 0
    ChangeServiceConfig succeeded
    adsvdlsn.cmd exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    System error 1060 has occurred.
    The specified service does not exist as an installed service.
    .end err out.
    Executing script in InstantiateFile:
    F:\oracle\proddb\9.2.0\appsutil\install\PROD_oracle\afmkinit.cmd
    script returned:
    Wed 08/10/2005
    04:23 PM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    F:\oracle\proddb\9.2.0\appsutil\install\PROD_oracle\afdbprf.cmd
    script returned:
    Wed 08/10/2005
    04:23 PM
    ECHO is off.
    ECHO is off.
    Wed 08/10/2005 04:23 PM
    PROD_oracle.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : F:\oracle\proddb\9.2.0"
    " ORACLE_SID : "
    " LOCAL : PROD"
    " PATH : F:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;F:\oracle\proddb\9.2.0\bin;F:\oracle\proddb\9.2.0\jre\1.4.2\bin;F:\oracle\proddb\9.2.0\jre\1.4.2\bin;E:\11istage\startCD\Disk1\rapidwiz\unzip\NT;D:\MKS\bin;D:\MKS\bin\X11;D:\MKS\mksnt;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem"
    " LD_LIBRARY_PATH : F:\oracle\proddb\9.2.0\lib"
    "Running SQL script "
    SQL*Plus: Release 9.2.0.5.0 - Production on Wed Aug 10 16:23:22 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available[b] (I can see ORACLE.EXE is running under user system and i m installing 11i under USER NAMED "ORACLE")
    ORA-27101: shared memory realm does not exist
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.

    Hi,
    I am very glad to see your response.
    U are right about my 256mb ram. I am also thinking to increase it.
    I have done a very bad mistake and I accept it. My mistake was that I put my computer name as "Oracle" and made the user name also "Oracle".
    I just changed user name to INSTALL and the installation went fine.
    I have installed 11i successfuly saturday evening and I have also logged in.
    It has taken nonstop 7+ hours to install.
    It realy takes 15 minutes to boot and start services.
    I have increased the paged files size to 3 gb. It realy helped me a lot in starting the services faster.
    Now I m facing 2 problems "connection manager" and "listner" are becoming dead by theirself and win2003 server giving "RPC" error and rebooted several times.
    A friend told me to Install 11i in Red Hat Linux 9 and from yesterday I m working on it.
    If u have any suggestions; kindly help.
    Again, I realy appriciate your deepest concern.
    Thanx and Best Regards.
    Rashid

  • How to add Text fields while doing SO through LSMW-BAPI method

    Hi Friends,
    I am doing Sales Order data migration using LSMW-BAPI method. The BAPI that i'm using is SALESORDER_CREATEFROMDAT2
    I am able to handle all the fields except for the text fields such "Material sales text"  in the Item info and "Layoout Set Header Text" in the Header.
    Please do help me in solving my problem in whatever possible way you can.
    I am waiting for your reply.
    Thanks in advance,
    ur friend

    Dear Gaurav Anand,
    Thanks a lot.
    Can you please be a more descriptive.
    I am unable to handle the E1BPSDTEXT structure.
    When I am giving the Text field, and the corresponding TEXT_ID , It is showing an error that the address is not handled properly.
    Please explain me how to handle this error.
    Once again Thanks in advance.
    Warm regards,
    Your friend

  • How to resolve this error while doing changes in a table

    Hi,
    For a table, we are accessing the column values in the table through controller with the help of view object. We are also using the function 'setAttribute()' to assign back the formatted value for each and every row.
    But once the page is loaded and if the code gets executed from the method 'processRequest()', I am able to see an error message in the top of the page as "The search cannot be executed because the table has pending changes that would be lost."
    How to get rid of this error ? Please help me in this regard. Its urgent .
    Thank You,
    Thiyagarajan

    Hi,
    The VO associated to the Table Region on you page is dirty (means that there are some changes done in the VO which has not been commited to the database).
    Pending Changes
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to setup the environment for doing the Performance Testing?

    Hi,
    We are planning to start the performance testing for iProcurement Product, Max number of user we are going to use 1000. For this simulation, what are all basic setups need to do for Application Tier, Database Tier,etc... Can anyone suggest what is procedure to setup environment depending upon the load?

    User Guides for thee rv120W are here:
    http://www.cisco.com/en/US/docs/routers/csbr/rv220w/quick_start/guide/rv220w_qsg.pdf
    http://www.cisco.com/en/US/docs/routers/csbr/rv120w/administration/guide/rv120w_admin.pdf
    and theres some more stuff over on my site:
    http://www.linksysinfo.org/index.php?forums/cisco-small-business-routers-and-vpn-solutions.49/

  • How to Avoid Tax Code while doing MIRO

    Hi,
    MIRO insists on a tax code. PO has no tax code.
    This must be due to some configuration. Can this configuration be removed so MIRO can be done without any tax code?
    The company does not want SAP to check for tax on purchases.
    I have removed the settings in GR/IR GL account master data and hence it is not the reason.
    Please provide some inputs,it will be a great help if anyone can respond to this..
    Thanks
    Kishore

    Hi,
    If company doesnot want tax in fi make all l account as posting without tax allowed. Also you can define 0% tax so that tax line item will not get generated in SAP.
    Regards

  • Assigning of values to the charecteristics while doing GR

    Dear Gurus
    I have created a charecteristic and assigned it to a class of classtype 23 (batch class).I assigned this class to a material.Now while doing GR of this material through TCODE MB1C and movement type 561 the system is giving the automatic batch number.But it is not giving any options for assigning  the values for the charecteristic that I have kept in the class.How to assign the value while doing GR ?.I am able to assign the value by going to TCODE MSC2N.
    Regards
    Sandip Sarkar

    Hi Sandip,
    One option will be mark all those characteristics as Entry Required in T.code CT04.
    So that you will get a warning msg. during GR if value is not maintain.
    Msg. No is LB045 and msg is,
    The characteristic values for the batch are incomplete.
    If required you can convert that warning msg to Error also.
    You can do it by using T.code OCHS.
    But keep notice that you have to go that Classification tab manually - there is no other option in
    Regards,
    Dhaval

  • While doing ODI migration what things are needed to be setup in Topology?

    While doing ODI migration what things are needed to be setup in Topology manager ?
    1.Like in Toplogy in file we hive file paths.
    2. In Planning we set Logical schema .
    Not sure about other things.
    Hoping some can can help!!!!!!!!!!!!!!!11

    Lots of things are defined in the topology manager - below is a simplified list
    1) Physiccal Schemas the actual connection information / details related to any technology you plan to use in your ODI integration interfaces
    2) Logical schema, abstracted version of the Physical schema which allows greater flexibility ad reuse across environments
    3) Contexts - how you asssociate logical and physical schemas
    4) Agents - manage the execution of ODI jobs
    When you talk about migration, do you mean moving ODI objects between seperate environments such as Dev and Prod? If so you will need to ensure that all the technologies you use in Dev are present in Prod. The physical layer has been set up with all the correct connection details. Your logical scemas has been set up matching your configuration in the dev environment and you have used the contexts to associate the logical and physical layers as per your dev configuration.

  • Getting error while doing stream setup through OEM

    hi all,
    I am getting following error while doing stream setup for user stradmin (ORCL) db to stradmin_dest (orcldestination) on same windows m/c.
    java.sql.SQLException: ORA-20204: User does not exist: STRADMIN ORA-06512: at "SYSMAN.MGMT_USER", line 122 ORA-06512: at "SYSMAN.MGMT_JOBS", line 139 ORA-06512: at "SYSMAN.MGMT_JOBS", line 78 ORA-06512: at line 1
    I provided everything (host credential, usernames for new users and table capture)
    its urgent
    Help in advance

    hi,
    thanks for reply but DB user exists. It seems to be problem of WIN environment with Streams. I could solve it. But after whole setup and starting Apply and capture capture process goes for hours, not replicated at destination database. Normally how fast is replcation when done for small db like scott on table emp.
    thanks

  • How can we change delivery document while doing shipment

    Hi all,
    How can we change delivery document in background while changing shipment document.My requirement is to change the netweight in delivery while doing shipment.Actually it gets blocked when we open the shipment.
    Thank You,
    Regards,

    Hi,
    if you have done the PGI(Post Goods Issue), you can't change the delivery.
    If you want to change the devlivery Qty, you should create the delivery with Partial Split (= X) and you can deliver the splitted qty with a new delivery.
    Regards,
    Baburaj

  • How can I stream video from my laptop to apple tv while doing a different task on my laptop?

    How can I stream video from my laptop to apple tv while doing a different task on my laptop?  I want to be able to stream a video to my tv while browsing the internet or working on writing on my laptop. Thanks

    You would have to use airplay within iTunes then, unless you want to use 3rd party software (ie Beamer)

  • How to change the g/l a/c being used while doing goods issue using migo

    when I pass a migo entry whilie purchasing material
         , the entry goes through stock
         stock (230000 a/c no)    150        dr
          GR/IR (150000 a/c)      150        cr
    when I issue material after reservation for which again migo is done
        entry is
          repairs to plant and mach (4800569 a/c)   175
                    stock (230000 a/c no)           175
    The stock a/c is debited and credited due to t.code obyc where for inventory posting I have assigned a/c 2300000 for valuation class assigned to material.
    now I want to have a/c no  4800689 in place of 4800569. how can i change that.
    that is when I issue material from stock this should be debited to 4800689 instead of 4800569. please provide t.code to change the gl from 4800689 from 4800569
    full points will be awarded

    continuing my issue is it possible to that we donot have to change the gbb and vbr and still we can have the desired results.
    that is we are able to use different gl for debit while doing goods issue from a single stocked material
    or we want to have this result
    1.          repairs to p&m    1000    dr
                         stock of cement  a/c           1000    cr
    2.          repairs  to building    2000   dr
                          stock of cement  a/c            2000   cr.
    3.             construction     3500     dr
                                 stock  of cement     3500     cr
    we donot want to change the GBB and VBR every time    or change the GL a/c while doing reservation.
    is there any third option where we get the desired result without changing or entering the g/l manually
    if there is please let me know the t.codes

  • HT1414 I lost all my data while doing the latest software upgrade, how do I get it back if I dont have a backup on iTunes?

    I lost all my data while doing the latest software upgrade, how do I get it back if I dont have a backup on iTunes?

    If you don't have a backup, then all your pics/text/notes are gone.
    You can sync back music and app.  If you were syncing your contacts with a program in itunes, then you'll get that back.
    Not sure why you didn't do a backup, especially prior to doing an upgrade.

Maybe you are looking for

  • Can my husband access my itunes library from his user account on our shared mac?

    My husband and I share the use of our iMac and both sync to my itunes library. Because we both want to use the Cloud we've just set up a separate user account for my husband but I believe there is some way he can share my itunes library under his Use

  • To Get the list of sales orders for a Business partner in CRM.

    Hi all Is there any Function module or BAPI to get the Sales orders for a Business partner in CRM. I know there is a BAPI to get the list of sales orders for a customer in ECC, but I donu2019t know how to get the list of sales orders for a Business P

  • Is it necessary to keep Lightroom 3 on my computer when I have just installed Lightroom 4 ?

    Is it necessary to keep Lightroom 3 on my computer when I have just installed Lightroom 4, or do they use some of the same files ??

  • Share buttons

    I have put together a website, including blog pages, and want to install share buttons (twitter, facebook, delicious, sharethis, etc). Installing the twitter button on the front page was easy enough but I am not sure how to set up an array of buttons

  • ZIF Connector Issue

    Hi, I have a late 2008 macbook pro 2.0 ghz, which I'm aware did not originally come with a backlight. My Macbook, unfortunately, was in the 15% that didn't come with the necessary connector to support a backlight. Essentilally, I need to know the nam