Manager self-service

We are about to use Oracle (11i) HR Manager Self-Service. What 'menu options' find you most useful? That is to say change of worker status, leave, my employee information, etc.

Any response would be greatly appreciated.

Thank you
Lee

We are about to use Oracle (11i) HR Manager Self-Service. What 'menu options' find you most useful? That is to say change of worker status, leave, my employee information, etc.

Do not know if I understand you correctly, but it depends on what features you are looking for.

Any response would be greatly appreciated.

More details can be found in the manuals.

11.5.10.2 human resources
http://download.Oracle.com/docs/CD/B25516_18/current/HTML/doclist.html#human%20Resources_f

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • Absence management Manager Self Service

    Dear gurus,
    I have a problem in the management of absences Manager Self Service.

    Here are the requirements:

    I define a rule of SOUL for HR_LOA_JSP_PRC for the employee: HR_POSITION_LEVEL: require approval up to the first position

    When an employee 'X' creates a lack, he goes to his Manager reporting 'Y', that is correct.
    but when a manager creates a lack on behalf of his employee. He's going to report Manager to 'Y '. that is not necessary. It will automatically approve & stop there.

    Please can anyone help me regarding this.

    ex: position next to the hierarchy like

    Employee (COMPUTER engineer)-> reports of (Manager)-> reports (CEO)

    When the COMPUTER engineer creates an absence request, he goes to the Manager for approval, which is correct according to the rule of the SOUL.

    However, when IT Manager creates an absence to his employee (name) (COMPUTER engineering), it's going to CEO for approval. I don't want to. I need the approved absence will automatically & stop. When IT Manager creates lack of his employee (computer engineer) name.

    but the Manager when HE creates his own absence then it will be goes the CEO for approval, but not for his employee (engineer).


    It will implement in oracle R12.1.2


    Hope you understand my needs.

    Your solution will be highly appreciated.

    Thank you

    Shariff

    Hello

    You can use this function to obtain the selected user id:

    Please find the fucntion required to be added to our database:

    CREATE or REPLACE FUNCTION TYR_GET_SUPERVISOR (p_transaction_id in NUMBER
    )
    -Returns the person_id for the head of Department.
    RETURN VARCHAR2
    AS
    L_person_id NUMBER (10);
    L_selected_person_id hr_api_transactions.selected_person_id%TYPE;
    L_creator_person_id hr_api_transactions.creator_person_id%TYPE;
    l_business_group_id NUMBER;
    BEGIN
    fnd_profile.get ("PER_BUSINESS_GROUP_ID", l_business_group_id);
    BEGIN
    SELECT selected_person_id, creator_person_id
    IN L_selected_person_id, L_creator_person_id
    OF hr_api_transactions
    WHERE transaction_id = p_transaction_id;
    EXCEPTION
    WHILE OTHERS THEN
    RETURNS A NULL VALUE.
    END;

    BEGIN

    SELECT paaf.supervisor_id
    IN l_person_id
    OF per_all_people_f women's wear.
    per_all_assignments_f ADP
    WHERE papf.person_id = paaf.person_id
    and papf.person_id = l_selected_person_id
    AND SYSDATE BETWEEN paaf.effective_start_date AND paaf.effective_end_date
    AND SYSDATE BETWEEN papf.effective_start_date AND papf.effective_end_date;

    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    l_person_id: = null;
    END;
    IF (L_selected_person_id = L_person_id) OR (l_creator_person_id = l_person_id) THEN
    RETURNS A NULL VALUE.
    ON THE OTHER
    RETURN "BY:". TO_CHAR (L_person_id);
    END IF;
    EXCEPTION
    WHILE OTHERS THEN
    RETURNS A NULL VALUE.
    END TYR_GET_SUPERVISOR;

    Then you can use it directly as a dynamic approval group request:

    SELECT THE DOUBLE TYR_GET_SUPERVISOR(:transactionId)

    BR
    Akram

  • Management self-service password in OIM 11 g

    Hi all

    I need allow the self-service password management in Oracle Identity Manager 11 g to allow users to change their passwords of managed resources, at the moment, if a user does this, just take effect on account of Xellerate (IOM) and the password of the accounts of the user rest resources such as it was. I don't know if there is a missing configuration or I need to do something else, someone knows how to do this?

    Thanks in advance!

    See this post: change user password task OIM11g

    In addition, make sure that your provisioning workflows have a task called "Change User Password" and you are either passing the password to your process in the password field to trigger the task of updating the password, or to update the target directly.

    -Kevin

  • I need to customize the responsibilities of Manager Self-Service and employee self-service, so they can't update information and configured to only view information. Is it possible?

    Help, help, help...

    Here's the jsp/html right? Oracle Forms functions are supported on a P_QUERY_ONLY parameter which can be set to Y then you can only view the data. Maybe something like that it also exists for the basic functions of jsp?

  • Update of personal information through employee self-service

    Hi all

    I hope you guys can help me with this problem that that a user is confronted.

    The user has updated their privacy - they entered an entry into force with regard to while the changes would be effective.

    The user has spotted while they misspelled his last name and you want to update their name again. However, when they're going to update their personal information, there is no option which is given to the user to allow them to make changes to the entry into force they have registered. Instead, the system gives them the ability to view the changes to come.
    I understand that the user cannot use the "correct personal info" option because it won't that make change their current information.

    Is it possible, that the user can update their personal information through employee self-service? Or did once they have updated their information they must wait for this entry into force, until they can make other changes?

    I hope that all makes sense.

    Any help would be appreciated.

    Kind regards

    SOF

    I guess that's a standard feature of oracle self-service.
    Future changes should be removed first, and that cannot be done through employee self service, or through Manager self-service.

    However customization can be made to the page such as adding a new button that will take care of your condition.

    Thank you.

  • Could not open "Candidate offers" managers self-service

    Dear gurus,

    I can't open function "Candidate offers" in Manager self service. Please can someone tell me what would be the likely problem. IAM using seeded responsibility and the version is 12.1.1.

    Kind regards

    Muhammad Noman Sahfique

    Check this note

    Candidate offers displays old screens, is it still used? [754344.1 ID]

    Thank you

  • Do you have a Self Service page updated person EIT as a super user?

    Hi people.

    It is seeded page free accessible service from Self Service employee and Manager Self-service for updating the person with additional information.

    Do we have such a self service page where great update/add user records in EIT person for all employees based on a security profile? From now on, I can see that interface to forms of anyone available liability HRMS Manager EIT.

    Thank you
    Lal

    Usually users use just the Forms interface.

    However, there is no reason why you can not put the SMS EIT feature on the menu of your HR professional instead. If you do this, the HR professional users would use the 'Search' box at the top of the page to find people in their security profile (rather than see a graphical hierarchy) - they can then them transact exactly the same way as would a Manager.

    I hope this helps.

  • PeopleSoft self-service

    There, hell

    I'm new to PeopleSoft and I'm having a doubt that what exactly comes under employee and Manager Self Services such as Epay, EBenefits. Or they like sub under HRMS modules.

    Help appreciated

    Thank you

    Hello

    Self-service in peoplesoft basically modules you access to information whenever necessary.

    Employee self-service modules are for workers... to view their information. It reduces the administrative procedures for access to information. Broadly, it also reduces the cost of paperwork. It helps employees to view information related to benefits, compare the benefits, details of compensation, the personal data, request for leave, etc..

    Self sevice Manager modules however help to maintain a watch on their historical and current information realted team to leave, compensation, State of the event to work even terminate or remove any employee.

  • Look and feel of self-service pages under Oracle Applications Manager (OAM)

    Hi all

    After you have applied the patches to upgrade the module of HRMS 12.1.3 to 12.1.5, look and feel of self-service pages under Oracle Applications Manager (OAM) changed means buttons not appearing is not in good standing. and the appearance of pages are not in good standing. What happens to the self-service OAM only pages.

    Level of the current patches HRMS group: r12.hr_pf.b.delta.5
    OS: RHEL 5.3 x86_64

    No idea it please...

    Thank you inadvance.

    Kind regards
    900076.

    Please also see the following documents.

    Look and feel of Self Service Pages are screwed up after R12 Upgrade [1556590.1 ID]

    How to clear the Caches (Apache/iAS, Cabo, Modplsql, browser, Jinitiator, Java, portal, WebADI) for E-Business Suite? [742107.1 ID]

    Thank you

    Hussein

  • Integration of self-service EBS

    Has anyone ever head to integrate a WebCenter content with self-service? For example, coating a person personal documents folder (or simply a list of these documents) on the landing page of self-service.

    I'm looking for documentation, a ticket of blog, or tutorial, to develop this type of solution.

    Thank you!

    Mitch

    Hi Mitch,

    Yes, MY COE can be integrated with the self-service of EBS module.

    Please see the following articles which describe this in detail:

    Doc-ID 1676747.1 MY happy WebCenter functionality does not work in EBS Employee Self Service review Pages - ReviewPG Page

    Doc-ID 1485062.1 - enabling attachments managed to Self Service Forms (OFA)

    Doc-ID 1538797.1 - how to enable attachments managed for OAF Page 'Employee Self Services'-> 'special information '.

    I hope this helps.

    Thank you

    Srinath

  • Sudo Self Service

    I'm pretty new to VMware and all the cool stuff you can do with it and am curious to know if my scenario makes sense to try to accomplish and how I could continue to do so.  I don't want a step by step, only use CE.

    I have a Windows AD domain with probably up to 100 host ESX VM 4, 5 and 5.1.  Each at a different site.  We use not vcenter Server to manage sites.  Really we got so much more for each site that is amazing, and we had only 2 or 3 VMs.

    I want to do is create a space in the ESX servers on each site to enable some of the local IT people to run virtual machines for testing purposes without having access to actual production machines.  A bit of a self-service portal.  I don't want to not implement vcloud Director, or even really automate a large part of the deployment.  At least examine the idea that a user can create a virtual machine and mount and .iso to make their VM.  At some point, we could get ovf and models, but for now we just want to allow some people create a virtual machine to test with.

    I was thinking about pools of resources with permissions.  Thinking about a better way?

    With vCenter deployed, I am able to create pools of resources with permissions specific to allow some users to create virtual machines within the pool.

    The downside is that, when a virtual machine is moved from one group to the other that they do not inherit the permissions of that pool of resources.  Manually (or using the script) have to redo the permissions on the virtual computer once it has been moved.

  • Error "ORA-04065:...» "APPS. AME_UTIL' "when submiting self-service application.

    Hello

    So that the introduction of any request for self-service, the system gives this error and notification is sent to sysadmin with this error:

    =========================================================
    Error page
    Details of the exception.
    oracle.apps.fnd.framework.OAException: java.sql.SQLException: ORA-04068: current state of packets rejected
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at the 'APPS '. AME_DYNAMIC_APPROVAL_PKG', line 509
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at line 1

    at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:996)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133)
    at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:797)
    at oracle.apps.ame.dynamicapprovals.webui.ApprovalsCO.processRequest(ApprovalsCO.java:91)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    in OA. jspService(_OA.java:221)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    # # 0 in detail
    java.sql.SQLException: ORA-04068: current state of packets rejected
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at the 'APPS '. AME_DYNAMIC_APPROVAL_PKG', line 509
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at line 1

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4710)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at oracle.apps.ame.dynamicapprovals.server.ApprovalsAMImpl.getApprovers(ApprovalsAMImpl.java:573)
    at oracle.apps.ame.dynamicapprovals.server.ApprovalsAMImpl.queryApprovers(ApprovalsAMImpl.java:739)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133)
    at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:797)
    at oracle.apps.ame.dynamicapprovals.webui.ApprovalsCO.processRequest(ApprovalsCO.java:91)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    in OA. jspService(_OA.java:221)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    java.sql.SQLException: ORA-04068: current state of packets rejected
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at the 'APPS '. AME_DYNAMIC_APPROVAL_PKG', line 509
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at line 1

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4710)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at oracle.apps.ame.dynamicapprovals.server.ApprovalsAMImpl.getApprovers(ApprovalsAMImpl.java:573)
    at oracle.apps.ame.dynamicapprovals.server.ApprovalsAMImpl.queryApprovers(ApprovalsAMImpl.java:739)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133)
    at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:797)
    at oracle.apps.ame.dynamicapprovals.webui.ApprovalsCO.processRequest(ApprovalsCO.java:91)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    in OA. jspService(_OA.java:221)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    =====================================================

    1 behavior happens to every free service (standard and custom) request.
    2. Since our configuration of SOUL self-service application use in its trust hierarchy, we test approval groups using direct transaction test case by "The responsibility of the analyst approval management system" and providing the current Transaction ID, the test result was valid and we could retrieve the string for the necessary approvals.
    3. after getting this error the transaction stored in the hr_API_transactions table status 'W' 'works under process ".
    4. State of the AME_UTIL and AME_DYNAMIC_APPROVAL_PKG packages is valid.

    Thank you
    Mohammed.

    HI Mohammed,.

    906610 wrote:
    A big thank you "AppsMasti" and Hussein. Problem is solved by implementing the fix of note ID 1163757.1

    Thank you
    Mohammed.

    Thanks for the update

    ;) AppsMAsti ;)
    Sharing is caring

  • Oracle Internet Directory self-service console

    Hello

    I would like to download Oracle Internet Directory self-service Console could you tell me the file in the downloads/identity/OTN management, I lost :) :)

    As far as I know oiddas is the 10g version?

    Thank you very much

    Here is link (Oracle Identity Manager (9.1.0.1))

    http://www.Oracle.com/technetwork/middleware/IAS/downloads/101401-099957.html

    This is version 10g IOM

    You can download windows or a linux based on your operating system

  • delete lack of self-service

    Hello

    the system generates a notification to the administrator when the employee removes a lack approved through self-service? If this is not the case, how the Manager will know that the absence is cancelled?

    any information is appreciated.

    Thank you

    Absence of delete in SSHR LOA page has unfortunately no workflow whether, which means that if your employee cancels an absence that the Manager does not know. Here are the ways the most around this:

    (1) build a user API hook that sends a workflow notification to the employee/Manager when the absence is cancelled. I say the notification to the employee/Manager because I suppose the absence could be canceled by the employee, the Manager, or by a professional through PUI in HR.
    (2) customize the button Delete in ESS and only allow managers to remove the absence - in this way you can be sure at least that the manager knows the employee cancellations.

    If you use an accrual basis Plans there is another thing to consider: If you allow employees to cancel leave in leave in previous years that what to do for their Report? Often customers have additional logic here prevent this scenario or to automatically adjust the report (the same applies here to update of absences and the absences created in retrospect).

    I hope it's useful.

  • Employee Self Service 'Documents of records' for Contact

    Do we not have provision to capture the dependent Document to records the information in the context of self-service?

    You got. If you have installation DoR and professional human resources may record and see DoR for dependants. Now, you want employees to manage DoR for their dependants by ESS, rather than get the HR professional to do, right?

    Two reflections on the realization of this:

    1) give the employee the same DoR function used in the menu HR professional so that in theory, they can seek and find someone Dor. Then, make sure that their security profile limits access to only themselves and their dependants as well as in practice, they find only themselves and their dependents.

    (2) keep SOR dependents against the person of the employee, but rather use FDF to identify attributes that support the DoR belongs, IE, have a required attribute in FACT with an LOV from the contacts of the person connected.

Maybe you are looking for

  • Lenovo z710 - driver Nvidia

    Can I update to the new version of NVidia GeForce GT745M or to stay with the driver that is on the official page of Lenovo Lenovo Z710 drivers?

  • I don't hear anything, please his Erwan to fix the voloume. TKS

    What can I do to listen to the volume? suddenly he became silent.  Please answer me as soon as possible.

  • Video laptop G72 dies after start upward

    I have a G72 with the Radeon 5470 gpu.  2 days ago, my wife received a blue screen on Windows 7 x 64, stating that the driver had stopped working.  At go here the G72 not would make on the desktop without the screen goes dead.  The machine starts in

  • does not (shockwave flash)

    When I open the games to play I get a notice "A plugin (Shockwave Flash) is not responding" and it freezes all the windows and I have to close everything and try again. Why? And how to fix it?

  • key Windows 7 recovery

    My computer crashed and is no longer viable. The sticker key that came with the computer is rubbed off and I want to use the software in a different computer. I have a ghost of the original disc image. Is there a way I can get the key to the drive if