User end dated automatically

Hi,
We are using 11.5.9. We noticed, for one of the active employee, user account is end dated automatically. I checked the record histroy of it, it shows,
"Updated By : <shows this employee's manager user account>".
"System Logon: Unknown" and
"Terminal : Concurrent".
I checked the responsibilities owned by this employee's manager who have only self service responsibilities. There is neither concurrent program nor function related to sysadmin user define screen is attached.
This issue occured to only one employee. How it would have happened?
Thanks in advance.

Hi;
Please review:
We want to disable 100+ users, can we simply update end_date in fnd_user. Or we need to update wf_user_roles etc.
disabling user in FND_USER
Automatically disable user accounts after specific number days Oracle Apps
Re: Automatically disable user accounts after specific number days Oracle Apps
which users should not be end dated
Re: which users should not be end dated ?
Setting specific timeline for user login in EBS
Re: Setting specific timeline for user login in EBS
To Find Users with end dated responsibilities
Re: SQL Query - To Find Users with end dated responsibilities
Regard
Helios

Similar Messages

  • Auto User Creation on Hire, and Auto User End Dating on Termination

    Hi Everyone,
    We are using HR and OTL in an environment with very high employee turn over. Currently we need to create a user and assign an OTL responsibility so that employee timecards approve in OTL. At the moment, we do it manually (ie HR ask the sysadmin to create a user and add the resp).
    Does anyone have any suggestions on how we might automate this? Ie when an employee is created in HR, a user is created and the OTL responsibility is added. Additionally, how can we have the user and resp end-dated when the employee is terminated?

    Hi
    Please see this note - Batch Creation Of User Accounts [ID 226738.1]
    You can use User Hooks to automatically assign OTL responsibilities.
    Srinivasa

  • SQL Query - To Find Users with end dated responsibilities

    Oracle Apps ver: 11.5.10.2
    Oracle DB - 9i
    How can i list users and the access assigned to them for a specific division irrespective of the responsibility being end dated at responsibility level

    Hi Sakshi,
    Try out this query if it can help you !
    SELECT a.user_name, a.description, c.responsibility_name, c.creation_date as ASSIGNED_DATE>FROM apps.fnd_user a,
    >apps.fnd_user_resp_groups b,
    >apps.fnd_responsibility_vl c
    >WHERE a.user_id = b.user_id
    >AND b.responsibility_id = c.responsibility_id
    >AND a.creation_date < = '01-JUN-07'
    ORDER BY a.user_name;Thanks,
    Anchorage :)

  • PERWSHRG form - How to end/terminate and assignment with end dated entered by user Apps R12.1

    Hi All.
    How to end/terminate and assignment with end dated entered by user Apps R12.1?
    when i try to end or terminate and assignemnt the sysdate is begin registered for effective_end date.
    any help is reaaly greatly appriciated
    thanks and regards
    Soni

    Hi Soni,
    What is the end date you want to enter as. Are you talking about 31-Dec-4712. If not, please change the sytem effective date (calendar icon on the oracle menu) to the date you want to terminate and follow the termination process.
    Thanks,
    Avinash

  • Oracle application r12 Shows End dated Responsibility

    Hi,
    I am using R12.1.2 Oracle E Business suit. I have couple of responsibilities with same name (Small letters and Caps Letter name). after disabling (End-Dated) All lower case responsibilities also i am able to see all these end-dated lower case Responsibilities via> System Administrator >profile>system
    Is there any method to hide/delete these end dated responsibilities.
    Thanks,
    Vishal

    Hi,
    Is there any method to hide/delete these end dated responsibilities.
    i want to hide that end dated responsibility.Deleting responsibilities/User cannot be done as this would cause referential integrity issues.
    There is no direct way to hide end dated responsibilities, but you may try forms personalization to achieve that.
    By the way, what is the point of hiding responsibilities?
    Thanks,
    Hussein

  • In an Multi Record Block last previous record should be end dated

    Hi all,
    can any one help me in this,.....
    i a multi record block i need to end date the last previous record,..
    Thanks
    Raj

    Raj,
    My guess is that you would want the previous record end-dated even if the user uses a Hot-Key to save the record in addition to using the SAVE button. That being the case, I would add or alter the Pre-Insert trigger on the block to update the find the record that does not have an end-date and update the end_date to SYSDATE. This assumes that there will always only be one record that needs to be end dated. If there are more than one, each record will have the end_date updated. Using your data, you can accomplish this a couple of ways. The first would be to simply update the base table using a simple update statement in an Anonymous Block in the Pre-Insert trigger:
    BEGIN
       UPDATE verify_table
          SET enddate = sysdate
        WHERE enddate is null;
    END;Second, you could loop through the block in the Form and update any records where the enddate is null.
    BEGIN
       GO_ITEM('MYBLOCK.FIRST_ITEM');
       FIRST_RECORD;
       WHILE :system.last_record = 'FALSE' LOOP
           IF :myblock.enddate is null THEN
              enddate := sysdate;
              EXIT;
           ELSE
              NEXT_RECORD;
           END IF;
       END;
    END;Hope this helps.
    Craig...
    -- If my response or the response of another is helpful or answers your question please mark the response accordingly. Thanks!

  • Unable to use Un-End dated Responsibility

    Hi All,
    Having a bit of a problem un-end dating responsibilities within existing user records.
    Step1. Assign responsibility to a user
    Step2. End date responsibility on user record
    Step3.Delete end date from responsibility from user record
    This is constantly causing problems with user access. We also run the Sync tables report, but this does not appear to give us any success, any tips would be greatly appreciated.
    Simon

    Have a look at the following thread:
    User Responsibility on User profile in Sys Admin
    User Responsibility on User profile in Sys Admin

  • End dated responsibility are visible once login as sysadmin

    Dear Gurus,
    There are some responsibilities are End-Dated for the user SYSADMIN.
    But once i login as sysadmin user i can see all the responsibilities are present in the Navigatior responsibility tab.
    It took a long time for login as sysadmin user.
    Is this the reason because there a more number of responsibilities are atteched to SYSADMIN user?
    I have checked the responsility most of them are end dated but they refelect in the responsility tab.
    Please suggest me ...
    Thanks

    Hi,
    Please review the following notes:
    End Dates are Populated for All Responsibilities (Doc ID 743408.1)
    End Dated Responsibility Still Appears when User Logs On (Doc ID 780392.1)
    User Responsibility Assignment End Date Not Immediately Effective (Doc ID 1551779.1)
    Unable To End-Date a Responsibility Assigned To The User (Doc ID 1348270.1)
    Thanks &
    Best regards,

  • Need to add number of days to users end date.

    Hi,
    I have a code where we are adding number of days(30) to current date and then updating user's end date in IDM DB.
    Now we have a requirement where we need to add number of days(30) to existing end date of user instead of adding to current date.
    *public String incrementDate(int daysToAdd)
         // Start date
         log.info("NotifyLastDayOfService::incrementDate(): Enter");
         SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd 00:00:00");
         Calendar c = Calendar.getInstance();
         c.add(Calendar.DATE, daysToAdd); // number of days to add
         String newDate = sdf.format(c.getTime());
         log.info("NotifyLastDayOfService::incrementDate(): Exit");
         return newDate;
    Have any body implemented this scenario?
    Please suggest.
    Thanks,
    Kalpana.

    Hi Nayan,
    Here is the code:
    System.out.println("----inside increment date method-----");     
              HashMap<String, String> hm = new HashMap<String, String>();
              HashMap<String,Date> modifyMap=new HashMap<String,Date>();
              SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd 00:00:00");
              tcResultSet usrList = null;
         String enddate = null;
         hm.put("Users.Key",usrKey );
         try {
         usrList = this.usrIntf.findUsers(hm);
         usrList.goToRow(0);
         Date endDate =usrList.getDate("Users.End Date");
         System.out.println("-----users end date-----"+endDate);
         String userEndDate=sdf.format(endDate);
         System.out.println("-----String value of users end date-----"+userEndDate);
         Calendar cal=null;
         System.out.println("-----Calender date-----"+cal);
         cal.setTime(endDate);
         System.out.println("-----end date-----"+endDate);
    cal.add(Calendar.DATE, Integer.parseInt(daysToAdd)); // number of days to add
    Date newEnddate = cal.getTime();
    System.out.println("-----new end date-----"+newEnddate);
    //usrList.setEndDate(Edate);
    modifyMap.put(userEndDate,newEnddate);
    usrIntf.updateUser(usrList, modifyMap);
    System.out.println("updated user's end date in OIM DB");
    //System.out.println("-----updated user's end date in OIM DB-----");
    logger.info("NotifyLastDayOfService::incrementDate(): Exit");
         System.out.println("-----new date-----");
         } catch (tcAPIException e) {
         logger.error("Error in finding end date for user" + e);
         } catch (tcColumnNotFoundException e) {
         logger.error("Error in finding end date for user" + e);
    In th log file, I can see that the code is not executing this line:
    cal.setTime(endDate);
    end date is of type Date and stores users end date from DB. Please help in resolving this issue.
    Thakns,
    Kalpana.

  • What is the user exit for automatic account determination in PO

    Hi Experts
       I ned to know  what is the user exit for automatic account determination in PO
    my client needs the document type to defines Account Assignment Category.
    choosen a document type Account Assignment Category is defined automatically.  you can't choose
    a wrong  Account Assignment Category from the drop down list.
    thanks form you help.

    If this is the case than why don't you use the Transaction variant
    SHD0: http://www.mortenhjorthnielsen.dk/Security/transactionvariants.htm
    If you have knowledge of Transaction variant then you can use SHD0 tcode and generate the transaction using default type and give that transaction to user instead of ME21N so they will not have the issue.
    The exact solution for your problem is as follows
    Go to Tcode SHD0 and enter the transaction variant
    In T code field enter ME21N and then enter the ZXXXX or the name you want to keep in transaction variant field and hit create button
    This will take you to ME21N transaction and here you just enter the data but make sure you enter the A/c which you want to default.
    Once you finish system will save this one as a variant
    Every time you hit or enter the pop up screen comes here you just hit enter and whichever data you want to default that you have to select in the Popup by checking the Box
    W content and output only for your case the field XXXXXXXX should be selected for W content and output only
    Make sure you have value 1 in contents field
    If not then restart the variant again and on the ME21Nscreen reselect the invoice field
    Later exit and save (save in the object which you can transport)
    Then from SHD0 transaction select GOTO create variant transaction and here you careate the tcode and use that tcode for ME21N (e.g ZTRAN - For specifix sto)

  • Problem in setting user end date from oim to account expiry date in AD process form

    Hi all,
    i am updating the user end date from oim to user account expiry date in ad process form using oim api.
    i am able to get the end date value from oim but when i am setting it using api it through exception but all other attribute i am able to update in process form.
    i am facing the problem only with end date field because of different date format in OIM and  AD .
    so please suggest me what are date format in Active Directory and how can i change the oim date format to Active directory time format in in my java code.

    Thanks for the reply.
    But all iplanet users need not contain end date attribute, and its an update on existing user.
    Can you please ellaborate more on Transformation class..?? example should be helpful.

  • Is it possible to get an event, if user end transaction with /n?

    Hello,
    i have written an own control component(combination from enjoy controls(Toolbar, Tree and Splitter) in ABAP. If the User end the transaction with the gui status BACK END or CANCEL, I got a PAI and can say save_layout( ) set screen 0 leave screen, that next time the control has the same layout. If the user leaves the transaction with /n, I get no PAI to save the layout. If there are any event that I can catch to save the layout of my control. I find the class cl_system_transaction_state with event transaction_finished, but this event is only raised by commit work or rollback work.
    Thanks & Regards

    Hello,
    There is no event triggered on a "/n".
    Users should know that "/n" leave the transaction brutaly without any confirmation
    Sorry
    Regards
    JM

  • Templates for deploying content management in sap ep at user end

    Where i can find templates for deploying content management at user end in sap enterprise portal ? or Please suggest me about default templates provided by sap if any for content management ?
    Regards-
    Sumeet Sharma

    My question is not yet answered
    hi, I want to know about Templates in the sense that what the information should be collected or form shoud be filled up for deploying content management at user's end from the user.?
    what must be the contents for that form or template for content management or user id creation......?
    Plz Reply...?
    Thank's in advance
    Regards-
    Sumeet Sharma

  • END dated resoponsibilities doesn't display after activate in apps 11i

    Hi All,
    When i activate the end dated responsibilities, its not displaying of the end dated responsibilities in the responsibilities menu after applying the 11i.FIN_PF.G.
    Any inputs on this issue us appreciated.
    REgards,
    OrAc

    Hi,
    Please refer tech note :*727638.1 “Unable to See Responsibilities after End Date Is Removed.*

  • Ways to show only the non-end dated portofolio manager.

    Hi All,
    I have a fund raising application (Raiser's edge), and I have to show each donor along with his/her primary portfolio manager.  Each donor could have more than one manager but there could be only two current manager (primary & secondary).  If the portfolio manager is neither primary nor secondary, we end-date them.  So I tried to create a formula to show only Current Primary Manager, but was unable to:
    IF  ( ISNULL({GfCnRelSol_1.GfCnRelSol_1_Date_To}) or
          ({GfCnRelSol_1.GfCnRelSol_1_Date_To} = ""))
    and
           ({GfCnRelSol_1.GfCnRelSol_1_Solicitor_Type} = "Foundation Primary") then
            {GfCnRelSol_1.GfCnRelSol_1_Name}
    else
    This formula will show each donor with their primary manager whether it is an old/end-dated or not. 
    I also set the Convert Database Null Value to Default
    ***The Date To is considered "String" data type as opposed to Date Data Type.

    I thought that is what you wanted it to do.
    All that formula is doing is filtering records based on
    {GfCnRelSol_1.GfCnRelSol_1_Solicitor_Type} = "Foundation Primary"
    and
    {GfCnRelSol_1.GfCnRelSol_1_Date_To} being blank
    That means it will only find donors that that have an account manager listed as "Foundation Primary" AND that has no Date_To value.
    If that is not what you are wanting just let me know.
    Jason

Maybe you are looking for

  • Error while setting up OSSO agent for OAM

    I am trying to configure OAM 11gR2 and am trying to setup mod_OSSO as the agent. As mentioned in the documentation I have copied mod_osso.conf file from the <ORACLE_ INSTANCE>/config/OHS/<OHS_INSTANCE>/disabled directory to the <ORACLE_INSTANCE>/conf

  • HELP: Reports Builder 9iDS Rel2 and SQL Server 2000

    Hi, I need to connect to a SQL Server 2000 database from within Report Builder (for a proof of concept) and I am getting error 62000-Failed to connect to datasource. Can you help? My OS is Windows Prof 2000. I have Downloaded Oracle 9iDS Rel2 and Ora

  • My iphone5 went out on me, i had recently backed up to itunees prior, how do i extract the photos that were on my iphone5 out of itunes

    my iPhone 5 took a crap on me in October 2014. prior to the iphone5 going down for good I had backed up everything onto iTunes. I have not yet gotten a replacement iPhone. is there any way to extract the photos that I backed up onto iTunes from the i

  • Error when I executed my JSP page

    Hello, I have installed in my machine o OracleAS e o OracleDS. I created a JSP page using Reports Builder. When I try run my page, after some time, the following error message is displayed in the browser: Reports Error Page Wed Jun 19 10:08:29 BRT 20

  • Radius & Tacacs

    I have a Cisco AP1200, I want admin access to be authenticated via Tacacs+ and wireless users to be authenticated be Radius. However I cannot seem to set the ACS 3.2 to accept both types of authentication for one device, either one or the other. I ha