Disable user's responsibility through back end

Hi ,
Is there any API , except "fnd_user_pkg " to disable the user's responsibility through back end . fnd_user_pkg is working , but there is bug also . As it's updating both the end_date and start_date . That's problematic from the auditing point of view ..
Regds
Rahul

Hi Rahul;
Please check below and see its helpful for your issue:
for disable any responsibility we are end date that from front end:
for disable any responsibility we are end date that from front end.
Java API to Disable responsibility in a controller
Java API to Disable responsibility in a controller
Also check [this search|http://forums.oracle.com/forums/search.jspa?threadID=&q=+disable+the+user%27s+responsibility+&objID=c3&dateRange=all&userID=&numResults=15]
Regard
Helios

Similar Messages

  • MO Opearting UNIT value update through back end

    Friends,
    I have a MO: Default operatng UNIT and MO: operatng UNIT defined in my Oracle apps 11i.
    and by mistake i deleted both theses values through system profile options.
    and now i would like to update the MO values through back end .
    please let me know the table related to these and as which user i have to update.
    Regards,
    Arun

    I have a MO: Default operatng UNIT and MO: operatng UNIT defined in my Oracle apps 11i.
    and by mistake i deleted both theses values through system profile options.
    and now i would like to update the MO values through back end .
    please let me know the table related to these and as which user i have to update.When you remove the MO:Operating Unit Profile option value at site level, no user will be able to login to the system and even SYSADMIN user also.
    follow the document and see if it helps
    How to Restore System Profile 'MO: Operating Unit' When it Has Been Set to Blank Doc ID: 387581.1
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=387581.1
    Morever, if you want to prevent this type of mistakes in future,
    please follow the below document
    How To Prevent the Profile Option MO: Operating Unit being set to NULL at Site Level? Doc ID: 393560.1
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393560.1

  • How to know through back end employee position in Requisition approval

    Hi all,
    I have one Employee_id ,how to know this employee has a authority to approve the requisition through back end. what is the link between
    per_all_people_f and PO_POSITION_CONTROLS_all.
    Thanks

    hi
    I have one small doubut, what is the differnce in the PO_Requisiiton_headers_all Table Have PREPARER_ID and PO_action_history table Have Empolyee_id and also in po_action_history have created by .what is the main differnce between thease three PREPARER_ID,empolyee_id and created_by .
    Ex :- select created_by,last_updated_by,PREPARER_ID,creation_date,last_update_date
    from apps.po_requisition_headers_all where requisition_header_id=6731548
    O:P- created by last_updated_by prepaper_id creation_date last_update_date
    1216 83867 72208 5/26/2009 8:48:59 AM 5/26/2009 12:41:19 PM
    select created_by,last_updated_by,employee_id,action_code,creation_date,last_update_date
    from apps.po_action_history where object_id=6731548 order by sequence_num
    CREATED_BY, LAST_UPDATED_BY, EMPLOYEE_ID, ACTION_CODE, CREATION_DATE, LAST_UPDATE_DATE
    1216, 1216, 72208, IMPORT, 5/26/2009 8:48:59 AM, 5/26/2009 8:49:27 AM
    1216, 1216, 72208, SUBMIT, 5/26/2009 8:55:41 AM, 5/26/2009 8:55:41 AM
    1216, 1216, 72208, RESERVE, 5/26/2009 8:55:41 AM, 5/26/2009 8:55:42 AM
    1216, 1216, 72208, FORWARD, 5/26/2009 8:55:42 AM, 5/26/2009 8:55:43 AM
    1216, 83867, 72208, APPROVE, 5/26/2009 8:55:43 AM, 5/26/2009 12:41:13 PM
    My Mian Problem is why same employee forward him self to approve the requisiiton.
    but his last updated_by is different.
    I am not Understanding the functionality of this .
    Thanks

  • User,Role Sync with back end Error.

    Hello,
    I am connecting a new back end ECC system for an existing RAR system with 2 backend systems.
    I get the following error message. I have configured the Jco to the new system and it tests O.K.
    " Error while executing the Job:Interface Controller does not exist for Component Instance "
    Is it an configuration issue with the RTA at the back end ?
    Thanks
    Vidyar

    Hello ,
    Please check the following steps for the error.                                                                               
    1. Make sure that SLD is up and running.                               
    2. JCO's are properly configured and are successfully pinged and tested.
    3. After verifying the above steps, Restart the J2EE server.                                                                               
    TEST & PING the JCO in Web Dynpro =>Content Administrator =>Maintain JCOs. This JCO has to be the one which you are using for the connector for which you are running the SYNC job.
    Periodically the JCo destinations, as part of the Netweaver framework, sometimes fail.  Recreating them or restarting the system can make them work again.                                                      
    Regards
    -Ranjiv

  • Maintain CUBE through back end

    Hii
    I want to write a procedure which generate CUBE from back end. Is is possible? What is the method?
    Aneesh

    hi
    I have one small doubut, what is the differnce in the PO_Requisiiton_headers_all Table Have PREPARER_ID and PO_action_history table Have Empolyee_id and also in po_action_history have created by .what is the main differnce between thease three PREPARER_ID,empolyee_id and created_by .
    Ex :- select created_by,last_updated_by,PREPARER_ID,creation_date,last_update_date
    from apps.po_requisition_headers_all where requisition_header_id=6731548
    O:P- created by last_updated_by prepaper_id creation_date last_update_date
    1216 83867 72208 5/26/2009 8:48:59 AM 5/26/2009 12:41:19 PM
    select created_by,last_updated_by,employee_id,action_code,creation_date,last_update_date
    from apps.po_action_history where object_id=6731548 order by sequence_num
    CREATED_BY, LAST_UPDATED_BY, EMPLOYEE_ID, ACTION_CODE, CREATION_DATE, LAST_UPDATE_DATE
    1216, 1216, 72208, IMPORT, 5/26/2009 8:48:59 AM, 5/26/2009 8:49:27 AM
    1216, 1216, 72208, SUBMIT, 5/26/2009 8:55:41 AM, 5/26/2009 8:55:41 AM
    1216, 1216, 72208, RESERVE, 5/26/2009 8:55:41 AM, 5/26/2009 8:55:42 AM
    1216, 1216, 72208, FORWARD, 5/26/2009 8:55:42 AM, 5/26/2009 8:55:43 AM
    1216, 83867, 72208, APPROVE, 5/26/2009 8:55:43 AM, 5/26/2009 12:41:13 PM
    My Mian Problem is why same employee forward him self to approve the requisiiton.
    but his last updated_by is different.
    I am not Understanding the functionality of this .
    Thanks

  • How to find through back end workflow Agent Listener is runnning or not

    Hi all,
    How to find through backend workflow Agent Listener is runnning or not.
    Thanks

    Reddy,
    Simple way to find if it is running or not can be done by below
    SQL> select COMPONENT_NAME,COMPONENT_STATUS from fnd_svc_components;
    COMPONENT_NAME COMPONENT_STATUS
    ECX Inbound Agent Listener STOPPED
    ECX Transaction Agent Listener STOPPED
    Workflow Deferred Agent Listener DEACTIVATED_SYSTEM
    Workflow Deferred Notification Agent Listener DEACTIVATED_SYSTEM
    Workflow Error Agent Listener RUNNING
    Workflow Inbound Notifications Agent Listener RUNNING
    Workflow Notification Mailer DEACTIVATED_SYSTEM
    Thanks,
    baskar.l

  • How to find through back end for particular report any patches is applied

    Hi,
    How to find out any patches is applied for particular report.

    Are you talking about eBusiness-reports? Then post your quetsion in the eBusiness-forum OA Framework

  • Unable to map the portal user with back end user through web dynpro coding

    Hi All,
    I 've a portal user which is mapped to back end user by  system in the portal.
    i 'm able to get the portal user from web dynpro application.
    But unable to get the mapped back end user
    this is my code
    String systemalias = "SAP_CRM_PROD";
    Map mapattr = new HashMap();
              //     IPrincipal principal = (IPrincipal) request.getUser();
    //   get user user mapping information
    IUserMappingData userMapping =
                   //(IUserMappingData) UMFactory.getUserMapping().getUserMappingData(systemalias, principal, mapattr);
                   (IUserMappingData) UMFactory.getUserMapping().getUserMappingData(systemalias,principal,mapattr );
    //                  For testing purposes only
                   //mappingData = userMapping;
                   HashMap map = new HashMap();
                   userMapping.enrich(map);
                   mappedPassword = map.get(UMAP_KEY_PASSWORD).toString(); //String "user"
                   mappedUserId = map.get(UMAP_KEY_USER).toString(); /
    following is the error reported .
    The project was not built since its classpath is incomplete. Cannot find the class file for javax.xml.soap.SOAPMessage. Fix the classpath then try rebuilding this project.
    please help.

    Hi Sanjay,
       request component need to be initialized before using it. Include these lines before ur code.
    IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
    String mappedPassword = null;
    String mappedUserId = null;
    Also check these threads for ur help.
    Accessing Mapped Username / Password
    How to access user id and password via UserMapping ?
    Reward points for helpful answers.
    Regards,
    Harini S

  • Managing users (Back-end v/s Front-end)

    h3. Dear oracle gurus
    What is the better option ?
    creating and managing users(data-entry operator/system operator/managers [100+]) through:
    creating users + roles ( complete access/restrictions in Back-end )
    or
    creating table for log-on/log-off and access of forms (restriction) coded in front-end
    Back-end: 10g
    Front-end: Form6i

    Hi InoL,
    I totally agree with what you wrote, but the licensing part is confusing.
    I.m.h.o. there is no link between NUP license and DB defined users.
    Oracle will count DB users or Application as the same.
    This is what Oracle says:
    Licensing a multiplexing environment: If Oracle software is part of an+
    environment in which multiplexing hardware or software, such as a TP monitor
    or a web server product, is used, then all users must be licensed at the
    multiplexing front end.   Alternatively, the server on which the Oracle programs
    are installed and/or running may be licensed on a per Processor basis. Please
    refer to the “Software Investment Guide” for examples.
    Can you define your users by name then NUP is an option.
    Otherwise it has to be a Processor metric license (as with a public Web application)

  • For disable any responsibility we are end date that from front end.

    for disable any responsibility we are end date that from front end. what nay command from backend for disable the responsibilty.?

    Refer the following thread
    delete a responsability
    Re: delete a responsability
    Regards
    -Mahesh

  • File download from back end syetem to the user system

    Hi,
    This is very urgent requirement for me, can anybody help me regarding this:
    I have back end on one system and the front end on a different system. The use has login from third system.
    There is file on the back end system. User want to download that file using FTP to the local system. The Ftp download class is available at the back end system. Can anybody help me in sending the request from JSP to the back end to download the file from back end to the user's local system. FYI, I have to use core JSP/Servlet - support jre 1.4.2
    Thanks and Regards,
    braj

    hi,
    i tested this for you and the following code works fine. tested it on my 10.1.2 instance.
    declare
    l_new_item_master_id number;
    l_caid number := 33;
    l_folder_id number := 34373;
    begin
    portal.wwctx_api.SET_CONTEXT('portal','manager1','');
    portal.wwctx_api.set_nls_language(P_NLS_LANGUAGE => 'e');
    l_new_item_master_id := wwsbr_api.add_item(
    p_caid => l_caid,
    p_folder_id => l_folder_id,
    p_display_name => 'portal.doc',
    p_type_id => wwsbr_api.ITEM_TYPE_FILE,
    p_type_caid => wwsbr_api.SHARED_OBJECTS,
    p_description => 'This is the text of the review.',
    p_file_filename => '/home/oracle/test/portal.doc');
    wwpro_api_invalidation.execute_cache_invalidation;
    end;
    regards,
    christian

  • How to create single user and bulk users from back end in ebs r12?

    Hi all,
    how to create users from back end in oracle application R with responsibilities?
    Thanks in Advance,
    Sandeep
    Edited by: user2584435 on 17 Nov, 2009 11:14 PM
    Edited by: user2584435 on 17 Nov, 2009 11:14 PM

    Hi,
    I have created user san1 with below mention pkg and added sysadmin with below mention pkg.
    BEGIN fnd_user_pkg.CreateUser(x_user_name =>'san',
    x_owner =>'CUST',x_unencrypted_password => null,
    x_description => 'new_desc2',x_email_address => '',x_fax => '');
    end;
    DECLARE
    v_user_name VARCHAR2(30) := upper('&Enter_User_Name');
    BEGIN
    fnd_user_pkg.addresp(username => v_user_name
    ,resp_app => 'SYSADMIN'
    ,resp_key => 'SYSTEM_ADMINISTRATOR'
    ,security_group => 'STANDARD'
    ,description => 'Auto Assignment'
    ,start_date => SYSDATE - 10
    ,end_date => SYSDATE + 1000);
    END;
    Q. I am able to login but dont having any responisibility,why?
    Regards
    Sandeep.

  • Disabling user through API call -process task-followed by an Enable User...

    Hi,
    I am running on OIM 9.1 BP11. I implemented a process task to disable the user based on a URS form field change.
    I can confirm from the log file and the resource that the Disable user (xellerate user) happened. But the user got enabled back right away. The log file showed that a scheduled task named "Enable User After Start Date" ran and enable the user. So, I disabled that scheduled task.
    Then I repeated the test again. I observed the same behavior of user being disabled and enabled again but this time, OIM called an adapter. This is what I observed in the log file:
    20988 INFO,20 Oct 2010 12:21:56,519,[XELLERATE.DATABASE],DB read: select evt.ev t_key, evt.evt_name, evt.evt_package, mil.mil_name from mil mil, evt evt w here evt.evt_key = mil.evt_key and mil.mil_key=10
    20989 DEBUG,20 Oct 2010 12:21:56,519,[XELLERATE.DATABASE],select evt.evt_key, ev t.evt_name, evt.evt_package, mil.mil_name from mil mil, evt evt where evt. evt_key = mil.evt_key and mil.mil_key=10
    20990 INFO,20 Oct 2010 12:21:56,519,[XELLERATE.PERFORMANCE],Query: DB: 0, LOAD: 0, TOTAL: 0
    20991 DEBUG,20 Oct 2010 12:21:56,519,[XELLERATE.SERVER],Class/Method: tcBusiness Obj/getSqlOperationFromMembers entered.
    20992 DEBUG,20 Oct 2010 12:21:56,519,[XELLERATE.SERVER],Class/Method: tcBusiness Obj/getSqlOperationFromMembers left.
    20993 DEBUG,20 Oct 2010 12:21:56,519,[XELLERATE.ADAPTERS],Class/Method: tcADPCla ssLoader/getClassLoader entered.
    20994 DEBUG,20 Oct 2010 12:21:56,519,[XELLERATE.ADAPTERS],Class/Method: tcADPCla ssLoader/getClassLoader left.
    20995 DEBUG,20 Oct 2010 12:21:56,520,[XELLERATE.ADAPTERS],Class/Method: tcADPCla ssLoader/findClass entered.
    20996 INFO,20 Oct 2010 12:21:56,530,[XELLERATE.ADAPTERS],Adapter: Enabling the User was initiated for the task: Enable User.
    20997 INFO,20 Oct 2010 12:21:56,531,[XELLERATE.JAVACLIENT],System Event Handler : Enabling the User
    I did exactly the same disabling user process at another client and it worked fine. I don't understand what causes OIM to call this system Event handler to re-enable the user.
    Please help.
    Thanks
    Khanh

    Do you have any Entity Adapter or Event Handler or Trigger which enables user for some condition ?
    Check your environment. If you have please remove that and try.
    Does this user has and provisioned resource ? If yes, try for some other user which doesn't have resource provisioned.

  • Disable Query Builder Tool access to end users

    Hi,
    Did any of you block the Query Builder Tool access to your end users?
    In our Netweaver 2004s BI implementation, we have a special need to restric the access to Query Builder Tool. Mostly our users are using BEx Analyzer tool (Front end service pack- SP12). Any ideas in this regards would be highly appreciated? Of course I can restrict access on the back end that our end user is only able to read the Query. What I am looking what is, how to stop the user even from launching Query Builder tool?
    Thanks
    Jay Lakshmanan

    Hi Altera,
    If the role doesnt give access to transaction RRMX and if none of the Reporting Auth Objects (S_RS_COMP, S_RS_COMP1, S_RS_FOLD)  exists, than the user will not have access to Query Builder.
    Hope it helps.
    Please award points if it is useful.
    Thanks & Regards,
    Santosh

  • Customizing a generic user on back-end for all portal’s users HR, is it pos

    Customizing a generic user on back-end for all portal’s users HR, is it possible ?
    Hi,
    With SAP ECC 6.0, on HR environment, I need to create more 4.000 portal’s users.
    I would like to find a customizing to create one generic user (with rule ESS / MSS) on back-end and create (import) 4.000 users on portal.
    I think it’s should be the best practice to maintain users’s access.
    -     What is your opinion on that ? Is-it possible to customizing this ?
    -     Have you a solution ? What is the custonizing to create ?
    Thanks for you answers.

    Adam,
    I have moved this topic into the [link=http://technet.oracle.com:89/cgi-bin/forumdisplay.cgi?action=topics&forum=Oracle9<i>i</i>AS+SSO+and+Portal+Security&number=83&DaysPrune=20&LastLogin=]Oracle9iAS Portal SSO and Login Server forum[link] where it is open and can still be posted to.
    Rich

Maybe you are looking for

  • Unable to open CR2 photos in Photoshop CS3.

    I am unable to open some very important wedding CR2 files in Photoshop CS3. What specific updates do I need to fix this? The raw photoUns were shot on a Canon 70D. The photos were shot in low lighting so I shot in a large format that I don't typicall

  • Conversion from Word adds characters to a StyleRef field

    When converting a Word 2003 document to PDF format using Adobe Writer 8, some extra characters are added to a StyleRef field in the header. The extra characters look like a number sequence: 0B, 9B, 10B, 11B...). There are two StyleRef fields in the h

  • Select and move multiple events at once

    I´m trying to find a command who let me select and move/drag several events for example 15 min down/later in the day. Maybe I have dreamt it but I think I have used ealier a command where I could use this forgotten command and by pressing down the le

  • My wish list isnt saving songs

    Songs will not save to my wish list in itunes store and songs already in my wish list will not delete. When I click on a song again to put it in my wish list it says its already in there and cant be added again.

  • Cannot restore with no code error

    i just update to ios 6.1... however i cannot restore my backup...i processing and completed however my iphone restarted and itunes showed cannot restore it... please help me....