Personalize Absence Details in Oracle Apss R12

Hi,
I have some information in "Absence Details" in oracle Apps R12 such as Absence Status,Absence Category, Days, Hours...
I want to add some details in absence details in "Leave of Absence" in oracle Apps R12 like total of days in this year, current number of absence in current month.
I have tried to do it under Personalize Stack Layout, but i did not do it.
How can i do this.

I have finded the data base tables where i can find this information.

Similar Messages

  • How to check MWA session details in Oracle Apps R12

    I am an Oracle Apps DBA. Current Issue is that sometimes users working with the RF Guns(Scanners) through telnet in MWA servers got hanged.
    They ask to kill their sessions.
    I do not know how to find the MWA loged in users sessions details. What I am able to find is , frm or web session details.
    Could you please guide how to gather these MWA connection details, with database and server process and session details.
    Thanks in advance for ur support.
    Regards,
    KMISRA

    Koushikinath wrote:
    I am an Oracle Apps DBA. Current Issue is that sometimes users working with the RF Guns(Scanners) through telnet in MWA servers got hanged.
    They ask to kill their sessions.
    I do not know how to find the MWA loged in users sessions details. What I am able to find is , frm or web session details.
    Could you please guide how to gather these MWA connection details, with database and server process and session details.
    Thanks in advance for ur support.
    Regards,
    KMISRAPlease see these docs.
    MWA Server Hangs on R12 Environments [ID 559614.1]
    Which parameters control the maximum number of user connections per MWA listener [ID 567214.1]
    Mobile Web Applications (MWA) Troubleshooting Tips for Release 12 Mobile Web Applications Server [ID 782162.1]
    Mobile Application Server - Advanced Configurations and Topologies for Mobile Web Applications (MWA)of E-Business Suite 11i and R12 [ID 1081404.1]
    Mobile Web Applications Server - MWA Troubleshooting Tips for E-Business Suite 11i and R12 Oracle Mobile Application Server [ID 269991.1]
    How to Enable WMS / MSCA Logging? [ID 338291.1]
    Thanks,
    Hussein

  • Absences Restriction in Oracle Hrms R12.1.3

    Hi Friends
    Recently we have applied the latest patch R12.1.3 .. and i read some where that by in the oracle R12.1.3 we can restrict the absences.. and for the restriction in that version it is given seeded package HR_RESTRTICTED_PKG.
    in this package i have passed my requirement but i am unable to restrict the absences according to the client requirement..
    can anyone please help me out in this..
    for your information i am keeping the package which i wrote for the restriction of absences..
    CREATE OR REPLACE Package Body hr_absence_restricted as
    /* $Header: peabrest.pkb 120.0.12010000.4 2010/03/18 10:25:49 ghshanka noship $ */
    -- |----------------------< absences_restricted >--------------------------|
    function absences_restricted(selected_person_id in varchar2,
              login_person_id in varchar2
              )return varchar2 is
    l_respid number;
    l_abs number;
    l_return number;
    begin
    ----     NULL;
    /* Example code logic
         if to_number(selected_person_id) = 36003 then
              return '31044,31045';
         end if;
    if to_number(selected_person_id) is not null
    then
    ----     BEGIN
    cursor res_cursor is select RESPONSIBILITY_ID
                                  from FND_USER_RESP_GROUPS_DIRECT furg,
                                       per_all_assignments_f paaf,
                                       fnd_user fu
                                  where selected_person_id = paaf.person_id
                                  and paaf.person_id = fu.employee_id
                                  and fu.user_id = furg.user_id
                                  and trunc(sysdate) between paaf.effective_start_date and paaf.effective_end_date;
    cursor c1 is select ABSENCE_ATTENDANCE_TYPE_ID
                   from PER_ABSENCE_ATTENDANCE_TYPES
                   where BUSINESS_GROUP_ID = 162 and ABSENCE_CATEGORY = 'WP';
         begin
                   for j in res_cursor loop
                   l_respid := RESPONSIBILITY_ID;
                   if l_respid = 20536 then
                   for i in c1 loop
              l_abs:=i.ABSENCE_ATTENDANCE_TYPE_ID;
                   l_return := l_abs;
                        end loop;
                   else
                        l_return := '-1';
    end if;                    
              end loop;
         return l_return;
         else
         return '-1';
         end if;
         end;
    end absences_restricted;
    end hr_absence_restricted;
    /

    Hi,
    Please see if (How To Restrict Absence Type LOV in Oracle Self-Service Human Resources [ID 1122674.1]) helps.
    Thanks,
    Hussein

  • Oracle EBS R12 application Production contact person contact details

    Hi
    Any one can provide me contact details of Oracle EBS R12 application production head, coz I would like to introduce some new feature can be added in EBS R12, then R12 will more user friendly users and other process of application reduce the process time.
    Thanks in advance
    Regards
    [email protected]
    9910059723

    Hi,
    I would suggest you contact Steven Chan (Senior Director in the Oracle Applications Technology Integration group).
    Oracle E-Business Suite Technology - Blog Authors
    http://blogs.oracle.com/stevenChan/about.html
    Steven Chan monitors "Technology - LCM: R12 Install/Upgrade" forum, so you may post your suggestions in this forum, or contact him directly by email through the link referenced above.
    Technology - LCM: R12 Install/Upgrade
    LCM: R12 Install/Upgrade
    You can also find Oracle contact in this page, and Oracle should they should connect you with the right person.
    Oracle E-Business Suite Applications Oracle
    http://www.oracle.com/us/products/applications/ebusiness/index.htm
    Regards,
    Hussein

  • Personlization on R12 HRMS Absence Detail Screen

    Hi All,
    Have to make 'Reason' Field mandatory if the Absence type is 'Delivery Maternity Leave'.
    Apps version: R12.1.3
    Form Name: PERWSEAD
    Function Name: PERWSEAD
    Screen Name: Absence Detail
    Below is what I tested.
    Conditon tab:
    Trigger Event: WHEN-NEW-ITEM-INSTANCE
    Trigger Object: ABA.ABSENCE_ATTENDANCE_TYPE_ID
    Condition: ${item.aba.c_type_desc.value} = 'Delivery Maternity Leave'
    Processing Mode: Not in Enter-Query Mode
    Actions Tab:
    Seq    Type     Language
    1       Property   All
    Object Type : Item
    Target Object : ABA.C_REASON_DESC
    Property name: REQUIRED
    Value : TRUE
    Kindly let me know what I am missing.
    Regards,
    Afzal.

    Wa alaikum assalam wr wb Asif,
    Thanks for the reply.
    We tested the link provided, its not working too, actually we tested the link before posting here in oracle forums.
    So we decided to raise an message error if reason field is null, it is working fine. (alternate solution )
    Thanks a lot akhi.
    Regards,
    Afzal.

  • Excise invoice wise accounting Details in Oracle R12.1.3

    Hello,
    I am searching excise invoice wise accounting Details in Oracle R12.1.3. If possible, please help.
    Regards,
    Prakash
    +91 9818805999

    PDF requires the font be registered correctly, since it is not appearing you have missed something in your configuration.
    The most common error is the font family name does not exactly match the font name in Word. (Open the font on your PC and the name is present there also.)
    You can use the xdodebug.cfg troubleshooting method,  then see what error appears in the xdo.log when the font is accessed.
    See the following note for xdo.log:
    Note 364547.1 : Troubleshooting Oracle XML Publisher For The Oracle E-Business Suite
    Thank you
    Eugen

  • Personalization is not getting deleted in R12

    Hey OAF gurus,
    I have extended a standard CO in R12 and through personalization I attached my custom CO to that standard page .
    But due to some reason page is erroring out before rendering itself .So, now I want to delete that personalization .
    I tried with jdr_utils.deletedocument but it still pointing to my custom CO .
    Even I set the profile "Disable Self-Service Personal" as yes and then navigated to that page after that I tried to remove the custom CO by clicking personalize page but after clicking apply its still pointing to my custom CO.
    Please help me on this .
    Even when I am executing jdr_utils.listcustomizations its not showing anything which means that there is no personalization . But I am still getting the error which is pointing to my custom CO.

    Thanks sushant/Moorthy.
    I am able to delete the personalization .
    But when I am attaching I custom CO then I am getting the below error :-
    oracle.apps.fnd.framework.OAException: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.classloader.util.AnnotatedNoClassDefFoundError, msg=
    *     Missing class: who.oracle.apps.ap.payments.psr.webui.APExtension (wrong name: who.oracle.apps.ap.payments.webui.APExtension)*
    *     Dependent class: who.oracle.apps.ap.payments.psr.webui.APExtension*
    *     Loader: oacore.root:0.0.0*
    *     Code-Source: /u02/apr12dev/r12dev/apps/apps_st/comn/java/classes/*
    *     Configuration: <library> in /u02/apr12dev/r12dev/apps/apps_st/comn/webapps/oacore/*
    The missing class is not available from any code-source or loader in the system.
    *     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)*
    *     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)*
    *     at OAErrorPage.jspService(_OAErrorPage.java:221)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     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:734)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)*
    *     at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:871)*
    *     at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:816)*
    *     at OA.jspService(_OA.java:256)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     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:734)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)*
    *     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)*
    *     at OA.jspService(_OA.java:221)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     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:642)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)*
    *     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)*
    *     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)*
    *     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)*
    *     at java.lang.Thread.run(Thread.java:619)*
    *## Detail 0 ##*
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
    *     Missing class: who.oracle.apps.ap.payments.psr.webui.APExtension (wrong name: who.oracle.apps.ap.payments.webui.APExtension)*
    *     Dependent class: who.oracle.apps.ap.payments.psr.webui.APExtension*
    *     Loader: oacore.root:0.0.0*
    *     Code-Source: /u02/apr12dev/r12dev/apps/apps_st/comn/java/classes/*
    *     Configuration: <library> in /u02/apr12dev/r12dev/apps/apps_st/comn/webapps/oacore/*
    The missing class is not available from any code-source or loader in the system.
    *     at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2401)*
    *     at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1539)*
    *     at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:226)*
    *     at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)*
    *     at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:852)*
    *     at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1355)*
    *     at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)*
    *     at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)*
    *     at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1721)*
    *     at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1682)*
    *     at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1667)*
    *     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)*
    *     at java.lang.Class.forName0(Native Method)*
    *     at java.lang.Class.forName(Class.java:247)*
    *     at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)*
    *     at oracle.jbo.common.JBOClass.forName(JBOClass.java:164)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getController(OAWebBeanHelper.java:1871)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:572)*
    *     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)*
    *     at OA.jspService(_OA.java:212)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     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:734)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)*
    *     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)*
    *     at OA.jspService(_OA.java:221)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     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:642)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)*
    *     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)*
    *     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)*
    *     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)*
    *     at java.lang.Thread.run(Thread.java:619)*
    I placed my custom CO file in server at below path :-
    who.oracle.apps.ap.payments.psr.webui.APExtension but error file says wrong path who.oracle.apps.ap.payments.webui.APExtension

  • How to change header and footer in login page in oracle apps r12

    Hi all,
    how to change header and footer in login page in oracle apps r12 and login button background color, please help me
    thanks
    saran

    how to change header and footer in login page in oracle apps r12 and login button background color, please help meTips For Personalizing The E-Business Suite R12 Login Page (MainLoginPG) [ID 741459.1]
    How to Personalize Login page in R12? [ID 579917.1]
    R12 Login Page: How to Personalize the Logo ? [ID 849752.1]
    Thanks,
    Hussein

  • One Time Password (OTP) on mobile/email required in Oracle Apps R12

    Dear All,
    Good Day! Hope you all are doing well.
    My management needs OTP on mobile/email for log-in into Oracle APPs R12 for some key users in our Organization.
    Let me explain the requirement is detail, When user log-in to oracle apps by entering his/her user name and password then system send an email or send sms on mobile for One time password. When user provide this OTP then he is able to log-in to the Oracle Apps.
    Any body have some idea then please guide.
    Regards,
    Saquib.

    Hi,
    Based on our experience, if the NTLM error occurs, please check the password.
    Regards,
    Mike
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Query or Profile Option to find Current logged in user in oracle apps R12

    Query or Profile Option to find Current logged in user in oracle apps R12.
    I want to get value of current user who is logged in to that particular session, based on the value of user_id or user_name returned i have to do a Forms Personalization.
    Plz help.
    Regards,
    Sadiya P.

    Hi Sadiya,
    do you have the answer for this? please send it to me because i am also have same requirement. so plz post it here....

  • Oracle EBS R12 installation problem in Windows 2003

    Hi,
    I am trying to install Oracle EBS R12 on Windows 2003 R2. I have installed cygwin along with required packages and also Visual studio 2005 as specified in the prerequisites of installation document.
    All the validations are successful before installation but I am facing error during installation in Step3 at about 53 percent. When i checked the log file, I found that some of the files required for installation are not found in my staging area. Now I want to run MD5sum on the Staged Files.
    I had downloaded md5sum_windows.txt and also run this command :
    md5sum --check md5sum_Windows.txt > md5sum_result.txt
    In md5sum_result.txt, I am getting error for all files. Error message is as :
    oraAppDB\Disk1\data\driver\Disk1.drv
    : FAILED open or read
    This is repeating for all files. But i can see that the files are present in My Staging area. Do i need to set some permission for this. Please help. Desperately want to install EBS as part of perparation for my planned certification.
    Edited by: 855292 on Nov 26, 2011 1:58 AM
    A simple detailed Step by Step Installation Document or any good reference for the same would by really appreciated.
    Edited by: 855292 on Nov 26, 2011 2:00 AM

    I have downloaded all the 33 files in oracle edelivery site. I have seen a post of yours regarding Oracle R12 installation on Windows XP. It mentions only some 25 files. Please do not rely on the that thread as it was for 12.0.x installation.
    For R12 (12.1.1) you need to download the following files:
    From: Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here (Part 1 of 4)
    To: Oracle E-Business Suite Release 12.1.1 for Microsoft Windows (32-bit) Rapid Install APPL_TOP - Disk 2 (Part 2 of 2)
    Is it possible that contents of the zip file are lost during download because my stage area is about 39 GB . and also I have verfied all the files in edelivery site is downloaded too.
    Also the error i mentioned in my last post, I can see the file in the directory but still its showing read error. Is it due to corruption of data. That would mean that I will have to download all 40 GB again :-(It is easy to verify the contents of the stage area directory without running md5sum, so please do so and post the results here.
    Thanks,
    Hussein

  • Oracle EBS R12 for Windows Installation Error

    Hi,
    I tried to install Oracle EBS R12 for Windows. My installation had failed. Listed below is the log information. On the Second log file (further down below) it is saying "TNS:no listener". Please help.
    FIRST LOG FILE:Log Path: C:\Orale\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\06132024
    C:\Users\Bing\AppData\Local\Temp>if 0 == 0 goto :TCFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "runProcess_4"
    "runProcess_4"
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>REM Perform the instance configuration
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>echo "Statusstring Configuring Database Technology Stack"
    "Statusstring Configuring Database Technology Stack"
    C:\Users\Bing\AppData\Local\Temp>(echo APPS & echo APPS ) | J:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java -DCONTEXT_VALIDATED=true -mx512M -classpath .;J:\StageR12\startCD\Disk1\rapidwiz\jlib\java;J:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_bing-pc.xml -stage J:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    C:\Users\Bing\AppData\Local\Temp>if 1 == 0 goto :ICFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    C:\Users\Bing\AppData\Local\Temp>if "" == "TRUE" goto :ICFG_OK
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    SECOND LOG FILEC::\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    LOCAL : VIS
    ORACLE_SID :
    PATH : C:\Oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;J:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\Program Files (x86)\Oracle\jre\1.3.1\bin;C:\Perl\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\hp\bin\Python
    LD_LIBRARY_PATH : C:\oracle\VIS\db\tech_st\11.1.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\addlnctl.txt"
    ECHO is off.
    ECHO is off.
    Starting listener process VIS ...
    ECHO is off.
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:12
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bing-pc.horse.com)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:14
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    addlnctl.cmd exiting with status 1
    OpenSCManager failed
    adsvdlsn.cmd exiting with status 1002
    ERRORCODE = 1002 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 5 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit_inst.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    "afmkinit_inst.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 6 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Skipping Profile Phase
    Skipping Apply Phase
    adcvmlog.xml renamed to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\adcvmlog.xml.06132042
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc
    adsvdlsn.cmd INSTE8_SETUP 1002
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    Thanks in advanced,
    Edited by: amorsolo on Jun 15, 2009 9:12 PM

    Hi user3726038,
    I have seen posting about the installation of EBS R12/i11 saying it does not work with Windows Vista (64 bit). I went ahead and tried it anyway to see what kind of errors I get and to confirm if the errors I get are consistent with other people using Windows Vista. FYI, my installation went as far as 99% complete of step 2 of 5 before it errored out. I checked and noticed that many components of EBS have been installed with status equal zero which is good.
    When I got the "TNS-12541: TNS: no listener", I went to Windows services, located the Oracle TNS service that was created by the EBS installation and tried to start it. Then I got this error: "error 1053 the service did not respond to the start or control request in a timely fashion". I googled the error message and the resolution is: "To resolve this problem, obtain the latest service pack for the Microsoft .NET Framework 1.1.". I have tried this but it does not work because my Windows Vista uses a higher version of .Net Framework 1.1. I have done more research but to no avail. However, it is fun as I learn many things about the EBS intallation and Windows Vista.
    By the way, these are the steps when I run the rapidwiz on Windows Vista. Click on Start => Click on command prompt => right click on command Prompt => select run as administrator => CD to the path where the rapidwiz reside. Somehow if I use the regular command prompt the installation will die on step 1 of 5 even when I log in as administrator.
    In your case you are using Windows 2k3. Make sure your OS is not 64 bit. Whenever you get an error and it does not say much, google it to see the resolution and make sure you read the Installation Guide. Hope this helps.

  • Oracle apps r12 username,password field doesn't appear in arabic interface

    Dear all,
    I can find the username,password in ENGLISH interface in oracle apps R12 but when i switch to arabic interface i could not find the username,password field.
    Can anybody face this issue and can reply to me.
    Thanks & regards,

    Please post the details of the application release, database version and OS.
    What is the application/database characterset?
    I can find the username,password in ENGLISH interface in oracle apps R12 but when i switch to arabic interface i could not find the username,password field.
    Can anybody face this issue and can reply to me.Do you mean you get a blank page for the Arabic login page? If yes, have you tried to recompile JSP files manually and see if it helps?
    Thanks,
    Hussein

  • Oracle EBS R12 - DR setup using Oracle Data Guard

    Hi,
    Our customer has implemented Oracle EBS R12 (12.0.6) on a Two Node RAC on HP-UX env. The application Tier also has Two Nodes(Admin Tier and Web Tier).
    Oracle Clusterware - OCR and Vote Disk are on Raw Devices and the EBS database is on ASM.
    Customer wants to implement a DR solution with Oracle Data Guard with only 2 servers - 1 for the Database Tier and 1 for the Application Tier on the DR Site.
    I would like to know if this could be done by following note: 452056.1? I would also like to know if there are other useful docs.
    Thanks.
    Thiru

    Hi,
    Customer escalated this issue to Oracle and they came up with this reply:
    They can implement Disaster recovery solution from RAC to NON RAC using Solution A which use RMAN utilities for backup and recovery.
    While now AMP Application Management Pack gives the capablitiy to build non RAC from RAC Envioment, In future AMP will be capable also to support cloning of DB with Data Guard.
    Details
    Solution A - Using RMAN:
    For Release 12 customers, you can clone from a RAC to RAC (like to like) or RAC to non-RAC. This is using RMAN scripts to take a copy of the db when it’s in archive mode. if you’re leveraging any disaster recovery tools like data guard, the above solution should work fine…perhaps some fine tuning to the procedures
    Solution B - Using AMP in the future release
    For Release 11i , Release 12.x customers, AMP would be offering a new cloning solution that wouldn’t have dependency on Rapid Clone. This solution leverages the strengths of EM Grid Control in provisioning or cloning targets such as databases. This would be an advance solution that would support:
    o A full-fledged scale down cloning
    o Cloning of EBS deployed on Shared File System
    o Hot and Cold mode cloning
    o Quantifiable reduction in clone time for the entire EBS system
    This solution would be leveraging EM grid Control’s DB provisioning pack’s clone utilities, that are quite advanced and support cloning of DB with Data Guard.
    The recommendation is to start trialing AMP version 3.0, making the purchase and implementing within the Enterprise. As we release the new version of AMP (release 3.0.1), Customer would be in a better position to quickly implement the latest features
    Can anyone let me know if the solution A suggested will work.
    Rgds,
    Thiru

  • Payroll Run request not showing Payroll LOV in Oracle HRMS R12.0.6

    Dear All,
    We implemented Oracle HRMS R12.0.6 to one of our client. But we are facing an issue. We create a responsibility for our payroll user and assign modified menu and Glb Shrms Process and Reports request group to it. We set the profile options (HR:Business Group, HR:Security Profile and HR:User Type) on this responsibility. when we are going to run payroll from this responsibility then on Payroll Run request the LOV of Payroll parameter doesn't show values. Kindly, if any one can have idea related this then please update. Its very urgent..
    Thanx In Advance.
    Regards.

    i don't recall the details, but you have to add a hidden forms function to your menu, so that the concurrent inherits the settings of the caller, so that the LOV's of your concurrent behave.
    Look into the seeded responsibilities, and look for a hidden forms function like multiform or so.
    If it is this, then the issue has nothing to do with 12.0.6 , but is linked to the fact you build your custom menu from scratch.

Maybe you are looking for