Mass update the SSWA User Preference values

Is it possible to update all user records preference values on the Oracle Application Framework Preferences page?
The 'Enable Expense Allocations' flag needs to be flagged to 'Y' for all users as we are introducing new functionality to the Internet Expenses module, and we would like to require all users to have access to this feature/step during their ER submission.

Hi,
Jack wrote:
Thank you Rcarlin.
Is there anyway i could Update the month component to January for all the records?Sure:
UPDATE     kty
SET     order_date = ADD_MONTHS ( order_date
                         , MONTHS_BETWEEN ( TRUNC (order_date, 'YEAR')
                                 , TRUNC (order_date, 'MONTH')
WHERE   TO_CHAR (order_date, 'Mon') != 'Jan'     -- Optional; may make it faster
;will change the month to January, but leave the year, day, hours, minutes and seconds as they are.

Similar Messages

  • Mass update the OTL rotation plan for employees

    Hi All,
    I am trying to find a way to mass update the rotation plan for employees .I could not find any API or easy way to do it.
    Do we have any easy way to do it.
    Thanks

    If you cannot find an API, why don't you try one of the data-load tools.
    http://www.dataload.com/
    Cheers,
    Vignesh

  • Our Client gave a requirement to mass update the additional attributes in Install base for instances in Release 11i.

    Hi,
    Our Client gave a requirement to mass update the additional attributes in Install base for instances in Release 11i.
    So I tried the below code to update:
    But getting the error:
    The Object Version Number passed does not match with the one existing in Installed Base tables.
    Can any one please help how to fix it.
    Code:
    declare
    x_instance_rec CSI_DATASTRUCTURES_PUB.INSTANCE_REC;
    p_ext_attrib_values CSI_DATASTRUCTURES_PUB.EXTEND_ATTRIB_VALUES_TBL;
    p_party_tbl CSI_DATASTRUCTURES_PUB.PARTY_TBL;
    p_account_tbl CSI_DATASTRUCTURES_PUB.PARTY_ACCOUNT_TBL;
    p_pricing_attrib_tbl CSI_DATASTRUCTURES_PUB.PRICING_ATTRIBS_TBL;
    p_org_assignments_tbl CSI_DATASTRUCTURES_PUB.ORGANIZATION_UNITS_TBL;
    p_asset_assignment_tbl CSI_DATASTRUCTURES_PUB.INSTANCE_ASSET_TBL;
    p_txn_rec CSI_DATASTRUCTURES_PUB.TRANSACTION_REC;
    x_instance_id_lst CSI_DATASTRUCTURES_PUB.ID_TBL;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);
    x_msg_index_out NUMBER;
    t_output VARCHAR2(2000);
    t_msg_dummy NUMBER;
    p_validation_level NUMBER;
    p_commit VARCHAR2 (5);
    p_init_msg_lst VARCHAR2 (500);
    cursor stg_tab_cur is select instance_id,Safety_line_type from gewind_ib_iea_values;
    TYPE stg_tab IS TABLE OF gewind_ib_iea_values%ROWTYPE INDEX BY BINARY_INTEGER;
      stg_tab_var stg_tab;
      stg_tab_bin_int BINARY_INTEGER;
    BEGIN
    x_instance_rec.instance_id := FND_API.G_MISS_NUM;
    x_instance_rec.object_version_number := FND_API.G_MISS_NUM;
    p_txn_rec.transaction_id := FND_API.G_MISS_NUM;
    p_txn_rec.transaction_date := SYSDATE;
    p_txn_rec.source_transaction_date := SYSDATE;
    p_txn_rec.transaction_type_id := 1;
    stg_tab_bin_int :=0;
    For gewind_ib_iea_values in stg_tab_cur LOOP
    stg_tab_bin_int := stg_tab_bin_int + 1;
    P_ext_attrib_values(stg_tab_bin_int).instance_id :=gewind_ib_iea_values.instance_id;
    P_ext_attrib_values(stg_tab_bin_int).attribute_id := 10023;
    P_ext_attrib_values(stg_tab_bin_int).attribute_value := gewind_ib_iea_values.Safety_line_type;
    dbms_output.put_line(P_ext_attrib_values(stg_tab_bin_int).instance_id);
    dbms_output.put_line(P_ext_attrib_values(stg_tab_bin_int).attribute_value);
    csi_item_instance_pub.update_item_instance(
    1.0,
    p_commit,
    p_init_msg_lst,
    1,
    x_instance_rec,
    p_ext_attrib_values,
    p_party_tbl,
    p_account_tbl,
    p_pricing_attrib_tbl,
    p_org_assignments_tbl,
    p_asset_assignment_tbl,
    p_txn_rec, x_instance_id_lst,
    x_return_status,
    x_msg_count,
    x_msg_data);
    commit;
    -- Output the results
    if x_msg_count > 0 then
    for j in 1 .. x_msg_count
    loop
    fnd_msg_pub.get ( j , FND_API.G_FALSE , x_msg_data , t_msg_dummy );
    t_output := ( 'Msg' || To_Char ( j ) || ': ' || x_msg_data );
    dbms_output.put_line ( SubStr ( t_output , 1 , 255 ) );
    end loop;
    end if;
    dbms_output.put_line('x_return_status = '||x_return_status);
    dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
    dbms_output.put_line('x_msg_data = '||x_msg_data);
    COMMIT;
    end loop;
    END;
    Regards,
    Ravichander

    This question is Assumed Answered -- It would be great if you could share the solution with us.
    Thanks,
    Hussein

  • HT1491 two ipad users on one computer, now i have update the wrong user on my ipad

    Two IPAD2 users on one computer , I needed to update my IPAD2 now I have the wrong user on my IPAD2. How do I get my account back on my IPAD 2 ?

    I'm not exactly sure what you mean by the wrong user on your iPad? What account are you talking about?

  • In SU56 cannot check the other users' auth. value after import packages

    Dear All,
    Our system is ECC5.00. I upgraded the SPs SAP_BASIS & SAP_ABA from 16 to 19. After that, I cannot check the other users' failed authorization value by the path "SU56->Authorization values->Different user/Authorization objects".
    In the following popup, which named "Select User and Authorization Object", when I input the user name and press enter, the failed checked authorization object cannot be displayed automatically. But before the upgrading, I can get the failed object automatically.
    Kindly help me about this issue please
    Thanks & regards

    Hello Jiajia,
    Please check oss note:968915.
    Regards
    Ruchit

  • REUSE_ALV_GRID_DISPLAY - updating the database with new values

    Hi,
    I am using the function module 'REUSE_ALV_GRID_DISPLAY' to display records. I have managed to open a field for input/edit mode. Once this data has been changed , where will this data be? I have checked the internal table - no joy. I need to use this new/changed data to update the database with the new values.
    Thanks,
    Leanne

    Hi,
    The data is stored in table tab. After the changes the data does not reflect in table tab. Where can I get the data so that I can update my database?
    I have coded the process as follows:
        when '&SUSPEND'.
          loop at tab
            where box = 'X'.
              update zzzz
                set status       = 'SP'
          endloop.
    Regards,
    Leanne

  • How to Update the oracle toad column value in table by using SSRS 2008

    Hi Team,
    How to update the oracle DB table column value by using SSRS 2008.
    Can any one help me on this.
    Thanks,
    Manasa.
    Thank You, Manasa.V

    Hi veerapaneni,
    According to your description, you want to use SSRS to update data in database table. Right?
    Though Reporting Services is mostly used for rendering data, your requirement is still can be achieved technically. You need to create a really complicated stored procedure. Pass insert/delete/update and the columns we need to insert/delete/update as
    parameters into the stored procedure. When we click "View Report", the stored procedure will execute so that we can execute insert/delete/update inside of the stored procedure. Please take a reference to two related articles below:
    Update Tables with Reporting Services – T-SQL Tuesday #005
    SQL Server: Using SQL Server Reporting Services to Manage Data
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Mass change the steps user in released SM37 jobs

    Hello,
    I wonder if there is a possibility to mass change the user entered in the steps overview of a released job.
    I know that in the Table TBTCS the Jobowner is saved and in TBTCP I can view the user entered in the steps overview but only for jobs which have already been executed, does anyone of you know which table keeps the steps user for a released job?
    Kind regards
    Florian Wittmann

    Yes, I know but this table does not contain the owner of the steps executed by the Job, only the job owner. The step owner is saved in TBTCP, but in this table I am only able to identify the already executed jobs not the relesed ones...Regards Florian Wittmann

  • How to update the loggedin user details using iuser

    Hi,
    our requirement is to edit and save the logged in user details retrieved from iusercontext.
    Please anyone help me out.
    please provide any sample code snippet regarding the same.
    Thank you,
    Hareesh
    Edited by: hareeshvenkat on Aug 30, 2011 12:42 PM
    Edited by: hareeshvenkat on Aug 30, 2011 2:03 PM

    Hello,
    You can change details of the user via IUserMaint interface.
    for example this is how you change the language of the user :
    IUserMaint Muser = uf.getMutableUser(userUniqueid);
    boolean res = Muser.setLocale(new Locale("en"));
    Muser.commit();
    You can find details about IUserMaint  in [http://help.sap.com/javadocs/NW04S/SPS09/se/com/sap/security/api/IUserMaint.html]
    Constantine

  • Is there some way to mass update the planning calendar (MD25, MD26) ?

    I can find no standard mechanism to do this.  I would be willing to write a program, but still need some function or method or whatever.  Is there something to do this?

    dear friend,
    as far as i know there is no standard way.
    the best approach is to write a custom code.
    you would look at the the following includes:
    MM61IF90
    MM61IF50
    MM61IF40
    good luck!

  • Updating the User Status in Sales Order Item

    Dear Gurus,
    Iam trying to update the User Status on the SO item using STATUS_CHANGE_EXTERN function module and the status is successfully getting updated.
    But the problem is if Iam updating the status it has to delete the Purchase Requisition assgined to it, which is not happening.. whereas when Iam manually changing the Status, the PR is getting deleted.. Can anyone suggest some other function module or some other way of doing it other than BDC?
    Best Regards,
    Sreenivas.

    Hi ,
    I am also need to update the Item user status. Could you please provide me the logic for the FM 'STATUS_CHANGE_EXTERN'. And also let me know the where we need to write the logic in VA01/VA02.
    It would be helpful me a lot.
    Thanks
    Srihari.

  • Mass update of new house bank in the BP record

    Our client has switched banks.  We went in and added the new bank to the bank table and the house bank table.  We then changed the default bank in the Company Details and the Payment Methods.  The BP house banks were not changed as a result of this.  Although, when we changed the default in the Company Details, it asked if we wanted to update the BP's payment terms and we told it to continue.
    Is there to mass update the vendors with this new bank?  They have thousands of vendors, and if this isn't changed, the payment wizard does not work properly.  It moves all of these transactions to the Non-included area with a message that says the BP House Bank Account does not match the default.
    Any suggestions?

    You may use DTW to update DefaultBankCode for the BP.
    Thanks,
    Gordon

  • Mass updation of Priority field in the process order header screen

    Hi Friends,
    Can any body knows on how to do mass update the Priority field in the process orders after release.(with out upload using BDC).
    or can we update the priority field in process order during mass release of process orders using  T- code: COHVPI?
    Is there any standard transaction? else please tell me the solution if there is any other way of doing this task.
    thanks&regards,
    Purna

    Purnachander,
    Your requirement can not be fullfilled with any standard transaction.
    BDC is best suitable option.
    Hope this helps you.
    SmanS

  • Content location mass update at the site level

    Hi,
    I am looking for a way to mass update the content location at the site level. Right now, we can do the mass update at the folder level. We have about 80 folders or so. Is there a way we can mass update the starting url at the site level?
    Environment: Oracle iLearning 5.2.1
    Thanks
    Sud

    If you are mass updating the content location, you need to inspect the following three tables in the ILEARN schema.
    Table Columns Description
    content_server host, physical_directory Content Server Definition
    rco starting_url Self Explanatory
    host_adapter adapter_path CMI Adapter
    You might not have to change all of them, if you are only changing the path and not the host.
    Scott
    http://www.seertechsolutions.com

  • Where are saved the user preferences for SCANNER DR-7080C?

    SCANNER CANON DR-7080C
    Please help me  !!!
    I was told to replicate the scanner user preferences in several PCs (15), and several users (20 in each PC).
    This is a image that show several user preferences i prepared for one user.
    AUT-CAR-1C-COL
    AUT-CAR-2C-COL
    AUT-LGL-1C-COL
    AUT-VAR-1C-COL
    etc.
    pleas
    Can you tellme how can i find and backup those user preferences and use them in other PCs ?
    Thanks in advance.
     Edgar

    Omg what a dumb storage mode. I don't think this will even work when i'll reinstall my OS and place back this file. Anyway, i found it by monitoring my entire system.
    C:\Documents and Settings\All Users\Application Data\Creative\CADI\Preset
    There will be only one file named:
    PCI_BUSXXXX-X-XXXXXXXX-XXXX.dat
    Replace all "X" with probably random numbers and letters.
    Though i can confirm it worked for existing session (removing and adding this file back indeed affcted EQ presets).
    Hope this helps to anyone else too. This is for X-Fi series.

Maybe you are looking for

  • Content Search Web Part not work for Office Web Apps

    Hi , In Content Search Web Part word documents are not able to open in browser,but in document library  its working. Office Web Apps not work in Content search web part Please help me Regards Sachin

  • Bean not working in 9i ids

    hello, i have a prograss bar bean class and i saved this bean in /form90/java and set the property of beans item " implement class" with this bean name but not working or display. urgent help. thanks

  • Chinese font issues

    I've got a multi-language presentation and Keynote is doing something totally bizarre with the Chinese font. Its changing random characters inside a block of text to something totally different. Anyone have experience with this?

  • New itunes account (s) for brothers with new ipods??

    I just purchased an ipod touch for each of my teenage boys for their birthdays. We do not have itunes accounts yet. They most likely will want much of the same music on their ipods. What is the best way to set up the account? Should we get one itunes

  • How do I change the background?

    Hi, I'm using iMovie 11.  I want to record myself lip syncing in front of a green screen.  Then I want to put myself in front of a map of Latin America.  I want myself to be smaller so that I fit into the ocean part of the map.  Is this doable in iMo