Impossible to update a date of end user responsibility

Hello

I want to add the responsibility for management of user sysadmin user.

When I seek the liability of users under the sysadmin user management, it is present under indirect responsibility.

End date is already defined as 28-SEP-2015.

When I try to delete the end date, it does not allow that the column is grayed out and it shows error below:

FRM: 40200: field is protected against editing.

Please suggest.

Kind regards

Purnima Johari

Hi problem is solved now. I ran code below:

Begin
Wf_local_synch. () PropagateUserRole
p_user_name-online "SYSADMIN"
p_role_name => ' UMX | SECURITY_ADMIN',.
p_start_date-online ' 6 October 2015',.
p_expiration_date => ");
-commit;
End;

commit;

This is charged at the date of end user sysadmin for the responsibility for the management of users.

Kind regards

Purnima Johari

Tags: Oracle Applications

Similar Questions

  • Extension Manager Date of end user

    I'm trying to create a new form of IOM for internal use so that a user who is responsible for other users can enter and change the end date of the user. It should be able to see only the users who he is a Director of. So I can not give him access to the page manage users.

    Are there existing features of IOM that I can use for this purpose. As creating a query automated as well as the Manager may approve to push back the Date.

    Also if I create a new form to this effect and use the API of the IOM to update, should I do anything else that create jsp and Actions?

    Could be 2 possible solutions:

    - Hierarchy of organization : If you have no defined existing organizations so you can use this approach, but it would end up in a State where IOM would have very large number of organizations but this would allow you to assign the menu item and then only the direct reports would be visible to the Manager. May be impossible to manage in the future.

    - Custom/process of the Form object : create a shape of the object and have a couple of fields ('User login' and 'Extended-End Date' where 'User Login' being a field-type search.) Now have look-up defined load so that it returns only the direct reports of the connected user. Select a user and a new end date, more within * definition of the process ' update user/contractor with the selected expiration date.

  • Impossible to update the data, i.e. no album covers

    When I find a medium such as a new rip cd, none of the album covers appear, no somg name or the information album burn the CD.  I tried to rebuild the library with no luck.  I can't manually display of information.  After that I sent the data, it returns to the unknown state.  And even though I have the album cover in the folder it atill is not updated.  If I use the option 'Finding information' automated, he finds the correct album, but after confirming the correct data, it always comes back to a stranger.  Help please.  With the help of MS 7 Home Premiun and latest version of media player 12

    Hello

    I am pleased that the issue is resolved. In the future if you face any problem windows let us know.
  • How the updates appear on the end user?

    I wonder about the features of the DPS 2015 apps offline... How new is displayed there? He returns to his place automatically when a user is online? Send push notifications to update manually? Old content is available in offline mode? Etc etc... Any other information on that would be helpful as well.

    It's the same thing as what you see in the application preview, although the time between when you click on publish in the portal, and when it is available in the Viewer is longer because of the caching server.

    Users will see a notification of update whenever they come in a collection view, browse, and detect us changes on the server. They can either tap the notification of update to apply the changes or we auto - apply the next time they come back to the collection. Content seen previously is cached offline and cleared out as needed with the oldest content consulted deleted first.

    Neil

  • Update the grey settings. Impossible to update. [was: jill]

    Update the grey settings. Impossible to update.

    I ended up changing a number in the registry, and now everything is fine.   I did a search online to find answers because the only response I received did not help.

  • need to update the date of the end of the user using the API of the IOM

    We have a requirement where we need to update the date of the end of the user. The details of the user as usr_key, number of days to extend (such as 30 days or 60 days), and affects manager is provided by SOA (maybe by BPEL). In the java class, I need to add the number of days of the closing date of the user and then update the table of the usr by IOM API method - usrMap.put ("USR_END_DATE", updatedEndDate);

    I wrote a small program, but it has erros. Please help me in this situation.
    ' public boolean updateEnddate (String usrKey, String managerKey, String NombreJours) {}
    Boolean result = false;
    String NombreJours;
    int totalNumUsers = 0;
    HashMap usrMap = new HashMap();
    usrMap.put ("Users.Key", usrKey);
    usrMap.put ("USR_MANAGER_KEY", managerKey);
    try {}
    DateFormat sdfSource = new SimpleDateFormat("yyyy-MM-dd");
    Date date = sdfSource.parse("USR_END_DATE");
    SimpleDateFormat sdfDestination = new SimpleDateFormat("dd-MMM-yyyy");
    String userEndDate = sdfDestination.format (date);
    tcResultSet = this.usrIntf.findUsers (usrMap) users;
    totalNumUsers = usersList.getRowCount ();
    If (totalNumUsers > 0)
    for (int i = 0; i < totalNumUsers; i ++) {}
    usersList.goToRow (i);
    updatedEndDate = userEndDate + NombreJours;
    usrMap.put ("USR_END_DATE", updatedEndDate);
    this.usrIntf.updateUser (users, usrMap);
    result = true;
    }
    on the other
    result = true;
    }




    Thank you
    Kalpana.

    Calculate the new date

    /**
    * This method is used to obtain the new date after adding x-days
    @param strDate - date today
    @param daysToAdd - x-days
    * @return Nouvelle_date - date after the addition of x days
    */
    private String incrementDate (Date strDate, int daysToAdd) {}
    Start date
    Logger.info("NotifyLastDayOfService::incrementDate(): entrez»);
    SimpleDateFormat sdf = new SimpleDateFormat ("yyyy-MM-DD 00:00:00");
    Dim str As String = sdf.format (strDate);
    Calendar c = Calendar.GetInstance ();
    try {}
    c.setTime (sdf.parse (str));
    } catch (ParseException exception) e {}
    e.printStackTrace ();
    }
    c.Add (Calendar.DATE, daysToAdd); number of days to add
    String PROMOTIONDate = sdf.format (c.getTime ());
    System.out.println ("calculated End Date:" + PROMOTIONDate);
    Logger.info("NotifyLastDayOfService::incrementDate(): sortie»);
    return Nouvelle_date;
    }

    This should solve your problem :)

  • Unable to update the dates of start/end with updateUser API

    Hi all

    I'm trying to update the dates of beginning and end using the updateUser API, but the dates are not defined. I know the updateUser call works because I tested it by changing the user's first name and it worked fine (checked by the IOM web app). Here is the code I use to update as well as the values of the sample that I use. No exception is thrown either. I have no idea what can be the problem. Also, one of my customer request must also display the time when these values where it is updated (via a custom web application that I am building). Is - is this posible? Before I received the time where the call to userUpdate was made and adding that the values would lie in the hash table, but started using 0 for the time since that's what I read on a thread on this forum (Re: (IOM) Timestamp format must be yyyy-mm-dd... )

    /*
    Examples of values
    startDate = 2010-11-08
    endDate = 2010-12-09
    */


    String startDateStr = startDate.toString () + "00:00:00.000";
    String endDateStr = endDate.toString () + "00:00:00.000";

    /*
    impression of the channels above
    startDateStr = 00:00:00.000 2010-11-08
    endDateStr = the 00:00:00.000 2010-12-09
    */

    AttrValues Hashtable < String, String > = new Hashtable < String, String > ();
    attrValues.put ("Users.Start", activateDateStr);
    attrValues.put ("Users.End", inactivateDateStr);
    usrOps.updateUser (rsUser, attrValues);


    Please help me out I was stuck on this problem too long.

    Thank you!
    -J' I

    Published by: cri_cri_99 on June 23, 2009 12:46

    It works fine for me.

    Map strDate = new HashMap();
    strDate.put ("Date of Users.Start", "' * 12:01:56.000000000 2009-06-24 * '");
    moUserUtility.updateUser (userResultSet, strDate);

    It will show you in DB as * 24 June 09 *. I don't understand what you are asking for more in your thread.

    But updateUser API works with this format. If you found the time to some application, convert to this format and run.

    If you need help, let me know.

    Published by: Arnaud

  • The end or the end Date with a user role

    Hi Experts,

    Is there a way I can assign roles to users of the database with expiration date or end date with roles.

    My requirement is to assign a role to the users and the role should be deleted/removed after one week. Same user should continue to work with other assigned roles.

    My database is 11g.

    Thanks in advance,

    David

    Hi Santosh,

    such a device does not exist, so you will need to do this manually or to schedule a task to do it programmatically.

    Greetings,

    Damage ten Monkshood

  • Impossible to update the display data

    Hello
    I created a simple view based on a table, but I can't update the data in the view. How can I do that.

    Thank you

    You will need create an INSTEAD OF trigger to update the base table of way...

    for example

    SQL> select * from test1;
    
         EMPID DT                        SALES       COMM
    ---------- -------------------- ---------- ----------
             1 26-SEP-2009 10:19:05        200          0
             1 29-SEP-2009 10:19:05        300          0
             1 06-OCT-2009 10:19:05        100          0
             2 01-OCT-2009 10:19:05        400          0
             2 04-OCT-2009 10:19:05        150          0
    
    SQL> create view vw_sales as
      2  select empid, sum(sales) as sales, sum(comm) as comm from test1
      3  group by empid;
    
    View created.
    
    SQL> select * from vw_sales;
    
         EMPID      SALES       COMM
    ---------- ---------- ----------
             1        600          0
             2        550          0
    
    SQL> update vw_sales set comm = sales*0.1;
    update vw_sales set comm = sales*0.1
           *
    ERROR at line 1:
    ORA-01732: data manipulation operation not legal on this view
    

    So, as a standard, we can update the display because it contains aggregates.

    If we create instead of trigger on the view, we can grab the update and update "instead of" the view's base tables...

    in my example, I'll answer to update the commission on the employee, by spreading the commission also on all sales for this employee records...

    SQL> ed
    Wrote file afiedt.buf
    
      1  create or replace trigger trg_vw_sales instead of update on vw_sales
      2  begin
      3    update test1
      4    set comm = :new.comm / (select count(*) from test1 where empid = :new.empid)
      5    where empid = :new.empid;
      6* end;
    SQL> /
    
    Trigger created.
    

    So now, we should be able to update the view...

    SQL> update vw_sales set comm = sales*0.1;
    
    2 rows updated.
    
    SQL> select * from vw_sales;
    
         EMPID      SALES       COMM
    ---------- ---------- ----------
             1        600         60
             2        550         55
    

    It's looks right. The commission shall be 10% of the total value of sales. :)

    And if we check the base table...

    SQL> select * from test1;
    
         EMPID DT                        SALES       COMM
    ---------- -------------------- ---------- ----------
             1 26-SEP-2009 10:19:05        200         20
             1 29-SEP-2009 10:19:05        300         20
             1 06-OCT-2009 10:19:05        100         20
             2 01-OCT-2009 10:19:05        400       27.5
             2 04-OCT-2009 10:19:05        150       27.5
    
    SQL>
    

    ... the commission is evenly distributed over the sales as we wanted.

    ;)

  • Impossible to update my credit card data

    My credit card information has been changed. Now I can't update this data on my account for days. Any idea, why?  the error message is ' card is invalid, please check the card details. Thank you

    Hi up1975.

    Please contact our support chat: # contact Http://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting-creative-cloud.html they can provide you personalized experience in obtaining your landline number.

    Kind regards

    Romit Sinha

  • Help!  End users with Reader only impossible to save the document that they fill out forms...?

    Hello and thank you in advance for your help!

    I have the full version of Acrobat 9 Standard, but I also have the trial version of Acrobat X Pro, in the hope that she would do what I need it to do.

    In my business, I have a 30 page document in PDF with form in all fields.  I send this form to my clients, and they fill it in, sign it and send it back.  I wish they were able to save the document so that they do not have to fill out the 30 pages together in one sitting, they can work on the forms for a bit, then reopen later.  So far, many of my clients have complained that they are unable to save the document at all.

    In addition, even if I'm here, I would also mention that I would like for these customers to put digital signatures on these documents rather than having to print, sign and scan or fax for me to hide.  I have white signature on the PDF in question, but I want to be sure that my customers end users having ONLY the reader can this sign digitally.

    Help?  Suggestions?  Thanks in advance!

    -BTM

    You must enable Extended Reader rights in Acrobat X Pro (file - save

    ACE - Reader Extended PDF - enable additional rights...) before sending the

    files of the users.

  • Critical failure DirectX - DXDiag shows no problem, used for end-user TIME, nothing works.

    Without apparent reason, Direct X has suddenly stopped working. I can't play Solitaire or the Sims 2. I followed the previous advice on this issue, and with the help of dxdiag shows no problem, reinstall he didn't help not, using the runtime for the end-user to install thing older DX 9 stuff told me that everything is up to date, I am at a total loss.

    I am running Win 7 Home Premium and everything I have running is Firefox, GIMP, and Skype. I searched for nothing 'media center' as I've heard it's a question and nothing like running. I don't know what to do.

    There are two DirectX install 'things'.

    It looks like you were using the Installer Web of DirectX, which is an update of DirectX.

    The update only installs the DirectX 'missing' files and does not overwrite the existing DirectX files.

    which is what is needed if a DirectX file or files is damaged.

    -It may be that your error is the result of corrupted files. It happens from time to time. Sometimes because

    a game or other software borks DX format when it insists on the installation of DX again for you.

    The DirectX Redist (June 2010) below to replace all DirectX files.

    When you run the installer it will ask you where you want to save the downloaded installation program then

    "unpacks" the installation of DirectX in the selected folder.

    After unpacking, open that folder and locate the DXSETUP.exe. This will reinstall DirectX, and

    should at least eliminate corrupt files DX as the source of the error.

    (You can delete the installation folder after installation).

    Download details - Microsoft Download Center - DirectX Redist (June 2010)

    -Have you installed anything new? Updated graphics drivers, game, Skype, Firefox Add - o

  • Impossible to update error creative cloud 49

    Impossible to update error creative cloud 49 I had this problem since the beginning

    Hello

    Please try the following steps: -.

    Open the Temp folder.

    Clear the contents of the Temp folder.

    Remove AAM Updater: Location: Windows C:\ Users-user account-App Data \Local\ Adobe \AAM Updater

    Disable your Antivirus and firewall computer for awhile.

    Launch Desktop CC and try to download Apps.

    You can also consult the document below.

    Error download or update Adobe Creative Cloud applications

  • custome, update the date process

    Hello everyone,

    I have a page with the box where the user can select a record and update the record by pressing the button.

    I have three processes, and each of these process to update a field (which is a date field) of the page by pressing the specific button. The three processes are:

    declare

    Start

    I'm looping 1.apex_application.g_f01.count


    UPDATE REC_RET_ADD_RECORD

    SET DATE_ADMIN_APPROVED =: P8_DATE_ADMIN_APPROVED

    WHERE REC_RET_ID = APEX_APPLICATION. G_F01 (I);

    end loop;

    commit;

    end;

    Condition: When you press the button (submit) Admin

    The second process:

    declare

    Start

    I'm looping 1.apex_application.g_f01.count


    UPDATE REC_RET_ADD_RECORD

    SET DATE_COMMITTEE_APPROVED =: P8_DATE_COMMITTEE_APPROVED

    WHERE REC_RET_ID = APEX_APPLICATION. G_F01 (I);

    end loop;

    commit;

    end;

    Condition: When you press the button (submit) Committee

    The third method:

    declare

    Start

    I'm looping 1.apex_application.g_f01.count

    UPDATE REC_RET_ADD_RECORD

    SET DATE_OHS_APPROVED =: P8_DATE_OHS_APPROVED

    WHERE REC_RET_ID = APEX_APPLICATION. G_F01 (I);

    end loop;

    commit;

    end;

    Condition: When you press the button (submit) OSH

    Now the problem is, when the user selects the row and selects the date for the Admin field and press the button Admin, the system inserts the date, but after that, if the user wants to choose the same line and update the date of OSH, the system will remove the date for the Admin field and enters the date of OSH in the verse of field and visa OSH.

    I don't know why this is happening. Could you please help me. I appreciate it.

    As you say, you have three buttons, get the names of all three buttons. (I mean the names of the buttons that are unique per page and not the labels. Do not confuse between the labels and the button names)

    Go to each of your processes, make button no condition

    Go to block of condition and select request = e1

    In each respective process enter the exact button names

  • How can I update the date cancellation in usr table IOM

    Hello

    I wrote a process task adapter which will return a date. I want to map this date with Deprovisioning return date to the table of the USR.

    While you map this date of return to definition by the user, I don't see the option 'Date of Deprovisioning' playoff from the drop-down list.

    So how can I map this date back to the date of cancellation?

    Basically I want to update USR_DEPROVISIONING_DATE with the date of return of my adapter to process task?

    Pls suggest.

    Thank you

    It may be useful

    Unable to update the dates of start/end with updateUser API

Maybe you are looking for

  • Mac pro 2 operating system upgrade

    I have a Mac Pro 2, here are the specs. My question is, why can't update OS X Lion Processor 2 x 2.66 GHz Dual - Core Intel Xeon Memory 4 GB 667 MHz DDR2 FB-DIMM Graphics  NVIDIA GeForce 7300 GT 256 MB Software  Mac OS X Lion 10.7.5 (11G 63)

  • Phonebook ERROR when ordering...

    How can I print my book photo - the answer is... "the credit card associated with this Apple ID is assigned to the store aus. If you change the store, you will need to place the order again. What the *?   Continue to press 'Continue' and then nothing

  • Satellite Pro L300: Noise of nasty when connected to your hifi installation comments

    Hi, thanks for reading, I just bought a Satellite Pro L300, to use for DJing. I use a Behringer USB mixer, and when I plugged it to the top there is a sound really bad comments coming out of my speakers. I tested it in the headphone jack output by co

  • iPhone 6, with toggle Bluetooth XM cadillac cue when I open Facebook or Soundhound

    iPhone 6, with, after the last software update is the strangest thing. When combined with 2015 Cadillac Cue, but listen to XM, when I open Facebook or Soundhound, the queue goes to Bluetooth. I uninstalled and reinstalled apps, not matched and re-pai

  • binary data from GPS VI-example RF recording / reading with NI USRP

    Hello In the demo video (http://www.ni.com/white-paper/13881/en) a ublox was used to record the GPS signal while driving. How is it possible to record with you - Center in a binary data format which is usable within LabView for the reading of the GPS