Application of accrual balances, Oracle EBS

Hello

I'm looking to find the process referring the balance accumulated in oracle EBS. I found how to retrieve the value of vacation by calling function apps.per_utility_functions.get_net_accrual (...)

but I still do not find how to get others like patient accumulation time.

It is possible to first find the accrual basis for all sheets it is necessary and how the case.

Thank you in advance.

Bilel.

I found the solution,

We must seek the accrual_category there is the table pay_accrual_plans for the pay_element_entries_f.assignment_id, and the pay_accrual_plans.accrual_plan_id for she.

for example, 'V' is for holiday and of ' for the accumulation of sick leave balance.

Concerning

Tags: Oracle Applications

Similar Questions

  • Absence pending query Oracle EBS 12

    Hello

    I started to retrieve the data waiting for applications for leave from Oracle EBS R12.2.


    I was able to read information such as the absence_type, absence_category, approval_status, start_date, end_date, absence_hours, absence_days, absence_status, with the help of hr_absutil_ss and hr_api_transactions, tables hr_api_transaction_steps.

    But I'm looking for the following data reason start_time, end_time, replaced_by and comments.

    I have not found the data in the table HR_API_TRANSACTION_VALUES .

    Thank you in advance.

    Hello

    Start_time, end_time, reason, replaced_by information and comments. will be available in the hr_api_transactions table in the column transaction_document which is a CLOB field containing data XML.


    You can use the query for this information below.

    SELECT

    hr_absutil_ss.getAbsenceStatus (Hat.transaction_id, null) AbsenceStatus

    hr_absutil_ss.getabsencetype (hat.transaction_id, null) AbsenceType

    hr_absutil_ss.getAbsenceCategory (hat.transaction_id, null) Absencecategory

    flv.description AS AbsenceReason

    , to_char (hr_absutil_ss.getStartDate (hat.transaction_id, null), 'DD-MON-YYYY') StartDate

    , to_char (hr_absutil_ss.getEndDate (hat.transaction_id, null), 'DD-MON-YYYY') Enddate

    hr_absutil_ss.getAbsenceDaysDuration (hat.transaction_id, null) days

    ExtractValue (VALUE (xx_row), ' / PerAbsenceAttendancesEORow/AbsAttendanceReasonId ") ReplacedBy

    ExtractValue (VALUE (xx_row), ' / PerAbsenceAttendancesEORow/comments ") AS comments

    Of

    Hat hr_api_transactions

    hr_api_transaction_steps hats

    ,TABLE (xmlsequence (excerpt (xmlparse (document transaction_document correct), )))

    Xx_row ' / transaction/TransCache/AM/TXN/EO/PerAbsenceAttendancesEORow ")))

    MP

  • application background Oracle EBS/Apps adapter

    version: 12.1.3 (12 c)

    I am using Oracle EBS adapter to call the api of PL/SQL (PO_CHANGE_API1_S.UPDATE_PO) through integration rep.  I referred to the documentation for your card for Oracle Applications Concepts .  I have configured the following properties

    • jca.apps.Username
    • jca.apps.Responsibility
    • jca.apps.ORG_ID
    • jca.apps.RespApplication
    • jca.apps.SecurityGroup

    However, the appeal of the PLSQL API, get the error as

    < UPDATE_PO > 0 < / UPDATE_PO >

    -< X_API_ERRORS >

    -< MESSAGE_NAME >

    < MESSAGE_NAME_ITEM >PO_INVALID_DOC_IDS< / MESSAGE_NAME_ITEM >

    < / MESSAGE_NAME >

    -< MESSAGE_TEXT >

    < MESSAGE_TEXT_ITEM > your ID [Doc Id = & annual] document is invalid or not found. < / MESSAGE_TEXT_ITEM >

    < / MESSAGE_TEXT >

    -< table_name >

    < MESSAGE_NAME_ITEM > PO_HEADERS < / MESSAGE_NAME_ITEM >

    < / TABLE_NAME >

    -< nom_de_colonne >

    < MESSAGE_NAME_ITEM > PO_HEADER_ID < / MESSAGE_NAME_ITEM >

    < / nom_de_colonne >

    -< ENTITY_TYPE >

    < MESSAGE_NAME_ITEM xsi: Nil = "true" / >

    < / ENTITY_TYPE >

    -< ENTITY_ID >

    < ENTITY_ID_ITEM xsi: Nil = "true" / >

    < / ENTITY_ID >

    -< PROCESSING_DATE >

    < PROCESSING_DATE_ITEM > 2016-02-08T 19: 52:06.000 + 05:30 < / PROCESSING_DATE_ITEM >

    < / PROCESSING_DATE >

    -< MESSAGE_TYPE >

    < MESSAGE_TYPE_ITEM xsi: Nil = "true" / >

    < / MESSAGE_TYPE >

    < / X_API_ERRORS >

    Am I missing something here?

    Rgds

    Sen

    I resolved to myself. To restart the server solved the problem.

  • APEX ORACLE INSTALLED IN THE DATABASE OF ORACLE EBS (CANNOT DOWNLOAD APPLICATION)

    Hi friends,

    I have install apex oracle inside the database from oracle ebs on redhat linux 6,-@apexins apex apex temp1 using's script.

    The installation was successful, I created my work space, but when I try to download my application exported in it, at the time when I click on the download link

    path becomes empty.

    Use apex 4.1.1.00.23

    Please I need assistance on this issue.

    After a long search for a solution, I finally found the solution. It is problem of Glassfish 3.1.2

    Solution was obtained from Mathias Hoy's blog.

    file upload | Matthias Hoys

    I downloaded the web-Core, to replace it with the inside glassfish in the folder modules and it work similar magic

  • Application of hierarchy Oracle EBS

    y at - it an easy way to create through SQL for R12 of EBS a hierarchy of all the forms and menus attached to responsibility. The MOS notes 1334930.1 'sensitive administrative pages in Oracle EBS' can list the users who have access to forms called, but these forms are accessible as type sysadmin responsibilities and menus, so I wanted to see what types of claims are related to the responsibilities via a query. The name of form themselves are quite useless.

    Yes, you can add the code for function included in Note 1334930.1 in the query below:

    SELECT DISTINCT u.user_name, rtl.responsibility_name, ff.function_name,

    FFL.user_function_name

    OF fnd_compiled_menu_functions of the FCM.

    fnd_form_functions ff.

    fnd_form_functions_tl ffl,

    fnd_responsibility r,

    fnd_responsibility_tl rtl,

    fnd_user_resp_groups urg,

    fnd_user u

    WHERE cmf.function_id = ff.function_id

    AND r.menu_id = cmf.menu_id

    AND urg.responsibility_id = r.responsibility_id

    AND rtl.responsibility_id = r.responsibility_id

    AND cmf.grant_flag = 'Y '.

    AND r.application_id = urg.responsibility_application_id

    AND u.user_id = urg.user_id

    - and ff .function_id = 19438

    AND ff.function_name ('ALR_ALRALERT', 'ASO_DEFAULT_RULES') - add the functions required here

    AND ff.function_id = ffl.function_id

    AND (NOT IN) rtl.responsibility_name

    SELECT fnd_responsibility_vl.responsibility_name

    OF fnd_resp_functions, fnd_responsibility_vl

    WHERE action_id = 1678

    AND fnd_responsibility_vl.responsibility_id =

    fnd_resp_functions.responsibility_id)

    ORDER BY u.user_name

    -Kj

  • Standards for the creation of custom Pages/Applications in Oracle eBS OFA

    Hello

    Have we not a document of standards/Steps for the creation of Pages CUSTOM OA Framework in Oracle eBS. I'm looking for something similar to the development of custom form in Oracle eBS.
    If so, please share the same.

    Waiting is, to have these standards, in order to ensure future versions of Oracle, supported the custom developed objects.

    Thanks in advance,

    Please see jdeveloper help documentation, framework.

    Kristofer Cruz

  • FX load from Oracle EBS by using FDMEE to HFM

    Hi team,

    Is it possible for FDMEE to exchange rate of Oracle EBS traction as we are pulling the end balance use native adapter. I think that if we have capabilities of outofbox to do.

    Please advise on possible ways to the FX of Oracle EBS to FDMEE traction load. Ask for your help in this.

    Kind regards

    Roshi

    Hello

    You can configure FDMEE to extract the EBS exchange rates.

    If your target is HFM, you need to create a solution custom, as exchange rates are not loaded automatically:

    When the data rule is executed for targets of financial management, the exchange rate applications

    source are fulfilled to the amount of FDMEE interface table

    AIF_HS_EXCHANGE_RATES. The table of exchange rate of basic money management

    is not up-to-date.

    BTW, exchange rates are taken from the AIF_HS_EXCHANGE_RATES table.,.

    I suggest that take you a look at the section how currencies are processed in the Administrator's guide

    See you soon

  • You want to refresh messge - Oracle EBS

    Hi friends,

    Kindly help me on this. I want to level header to level changes line cascading. Forms of Oracle EBS R12.

    RDBMS: 11.2.0.3.0

    Oracle Applications: 12.1.3

    I did the code changes. But the changes are not thinking at the level of the line. during the review of the code - someone who suggests.

    make a pop as

    You want to update the records?

    YES NO

    If you click Yes - reports should update.

    can someone help me how to do such a pop up and clicking Yes-how do to refresh.

    Let me know if you have any questions.

    Thank you...

    For this error, I think that go_block is not allowed on your action.

    First of all you check your code - go one block then try to execute the query

    you need to debug your code

  • connection to Oracle ebs with 2 different users of the same machine

    Hi all

    I need your help, I want to know if it is possible to connect with two different users of oracle connection and work with forms and reports from MY MACHINE to oracle ebs SERVER connected to a network. your help will be appreciated, thanks in advance.

    my computer is: Windows 7 64

    my browser: internet explore machine

    OS: rhel Server 6.1

    EBS:12.1.3

    Thank you.

    Hello

    If you use IE 8 or later, you can go to file-> new Session, open the application and connect with a different user.

    https://support.Microsoft.com/en-us/KB/968341

    Kind regards

  • Oracle EBS notification workflow

    I have a very strange problem with the workflow notification Oracle EBS. All users receive workflow notifications in their email (associated with the management of absences, irecruitment and other self service related applications). I have observed that these notifications will only over e-mail intended for surveillance roles. I created some roles of SSHRC-based position but any notification sent to any role based position does not have to mail the user, but only in the universal inbox. Then any notification RFP/op is not also going to e-mail. I tested all my configurations and since users receive notification of SSHRC which means there is no problem with e-mail or behavior of mail server configurations. Can any body guide me as what to do or how to solve this?

    Kind regards

    Ubaid-ur Rehman

    See if these MOS Docs are relevant

    Doc 1116718.1

    Doc 1107017.1

    Doc 339718.1

  • What mobile framework Oracle version and JDeveloper are needed to customize the Oracle EBS R12.2.2 and superior?

    What mobile framework Oracle version and JDeveloper are needed to customize the Oracle EBS R12.2.2 and superior?

    If you want to extend the pages of EBS, you need to use the OA framework for 12.2 version.  There is no native support for the extension of EBS by using ADF pages.

    If you want to build the ADF custom applications that integrate with EBS you can watch using the SDK of the EBS (see My Oracle Support) that offers a number of design patterns to allow you to do.

    With respect to the version of Fusion Middleware based on EBS 12.2, take a look at the notes 1911660.1.  11.1.1.6 is currently the base version supplied with 12.2.4 with the 11.1.1.7 version is the highest version supported.

  • Which of these Oracle EBS files can be deleted

    coming from this thread https://community.Oracle.com/thread/3542301?start=0 & tstart = 0

    Once my directory EBS has obtained 100% full 70% usage

    While they inspected the files on it, I got

    root@ATEC:/oratec > find/oratec-size + 100000000 c-exec ls-l (). 2 >/dev/null

    -rwxr-xr-x 1 applprod s/n 165468160 /oratec/prodappl/bis/11.5.0/patch/115/import/edwrep.dmp June 28, 2003

    -rwxr-xr-x 1 applprod s/n 104991403 /oratec/prodappl/abm/11.5.0/jar/abmapps.zip June 27, 2003

    -rwxr-xr-x 1 applprod s/n 275920132 /oratec/prodappl/wps/11.5.0/lib/libwps.a June 27, 2003

    -rwxr-xr-x 1 applprod s/n 419280624 /oratec/prodappl/msr/11.5.0/bin/MSRNWH64.exe 23 June 2005

    -rwxr-xr-x 1 applprod s/n 444141096 /oratec/prodappl/mso/11.5.0/bin/MSONWH64.exe 23 June 2005

    -rwxr-xr-x 1 applprod s/n 344922840 /oratec/prodappl/mso/11.5.0/lib/libmso.a 23 June 2005

    -rw - r - r - 1 applprod s/n 104991403 27 June 2003 /oratec/prodcomn/java/oracle/apps/abm/jar/abmapps.zip

    -rw - r - r - 1 applprod s/n 295018699 26 June 2003 /oratec/prodcomn/java/apps.zip.bak

    -rw - r - r - 1 applprod s/n 139006778 18 October 2011 /oratec/prodcomn/admin/log/PROD_oraapp/FNDCPGSC7827.txt

    -rw - r - r - 1 applprod s/n 106192490 29 November 2012 /oratec/prodcomn/admin/log/PROD_atec/FNDCPGSC31200.txt

    -rw - r - r - 1 applprod s/n 269086311 14 January 2013/oratec/prodcomn/admin/log/PROD_atec/core

    -rw - r - r - 1 applprod s/n 123911306 04 Dec 09:51 /oratec/prodora/8.0.6/network/admin/apps_prod.log

    -rw - r - r - 1 applprod s/n 148275200 26 April 2001 /oratec/prodora/8.0.6/patch/developer6i_patch.tar

    -rwxr-xr-x 1 applprod s/n 108431360 /oratec/prodora/iAS/Apache/Apache/htdocs/discwb4/applet/help/helptrans.tar may 3, 2001

    -rw - r - r - 1 applprod s/n 123414816 December 1, 2011 /oratec/prodora/iAS/6iserver/network/admin/apps_prod.log

    -rw - r - r - 1 applprod s/n 148275200 26 April 2001 /oratec/prodora/iAS/6iserver/patch/developer6i_patch.tar

    -rw - r - r - 1 oraprod s/n 145645140 13 May 2002 /oratec/proddb/9.2.0/assistants/dbca/templates/Transaction_Processing.dfj

    -rw - r - r - 1 oraprod s/n 156651358 13 May 2002 /oratec/proddb/9.2.0/assistants/dbca/templates/Data_Warehouse.dfj

    -rw - r - r - 1 oraprod s/n 1916272640 02 Dec 02:08 /oratec/proddb/9.2.0/network/admin/prod.log

    -rw - r - r - 1 oraprod s/n 262152192 04 Dec 09:51 /oratec/proddata/akd01.dbf

    DBF FILES THAT CANNOT BE DELETED

    -rw - r - 1 oraprod s/n 1073750016 04 Dec 09:51 /oratec/data/service1.dbf

    root@ATEC:/oratec >

    How can I solve the problem?

    I can not add extra space because there is no space to add.

    This problem happened before, it's 99% then after a few days, that it was automatically reduced to 70% and now again full to 100%. and those top-level files listed will not even 2 GB

    Hello

    Please check this out,

    Deleting old files form $COMMON_TOP/temp - Oracle Applications 11i

    Ranjit Oracle articles: is it safe to delete files under the folder $COMMON_TOP/temp?

    Kind regards

    Krish

  • Oracle EBS R12 login page does not

    Dear professionals,

    We are running Oracle EBS R12 on Solaris SPARC. We are facing a problem with the Login Page does not appear. When I go through the database alert log file, it shows the TEMP teblespace was complete. After adding data in the TEMP tablespace file, it still does not. Nevertheless, it must bounce application. I need to know why after solving the question of space, Login Page didn't?  Why we must restart the application every time?

    Thank you and best regards,

    ARM

    Hello

    You don't have to restart the application.

    Just restart the process of oacore.

    On which version of R12 are you?

    Thank you

  • Oracle EBS: change the configuration of the new server

    Hello everyone.

    I'm newbie talk about administering Oracle EBS.

    This is the scenario:

    Oracle 11.1.0.7.0 database

    Oracle EBS 12.1.3

    The single node configuration: database of the layer and the application layer runs on the same server.

    OS: RHEL 5.7

    Virtual server.

    The IT guys have cloned the production server by using the virtual server administration software in order to create a new virtual server for development purposes. The production server has been cloned successfully, the new development server is a host name and IP address different of the production server.

    The head of the computer SCIENCE Department has asked me to work in the new development server. My goal is to change the configuration of the EBS:

    1. change the ORACLE_SID of the Oracle database.

    2. change the ORACLE_HOME of Oracle database and Applications: for example, current ORACLE_HOME is/U01/production and we need the ORACLE_HOME under/u01/development

    3. change the user and group of the owners of Oracle database and Applications directories: for example, current owner of the directories of Oracle database is oramgr user and need to change the owner of oradev user, same case for Applications: current owner of inventories of Applications is user applmgr and need to change the owner of appldev user.

    Of course, it is expected after making changes, the Oracle DB and Oracle Applications must be able to function normally, I want to use the scripts to start and stop oracle the bleachers.

    Is it possible to make the mentioned changes?

    Can you please guide me to do this?

    Thanks in advance guys!

    You will need to follow the steps of the R12 cloning MOS 406982.1 Doc - essentially you are going to use the current instance as the source and make a clone with all the necessary changes you listed, and then drop the source instance

  • Double authentication with Oracle EBS at the APEX problem

    Hello

    I am currently working on a project to integrate with Oracle EBS 12.1.3 4.2.4 APEX. We have completed the recommended white paper Oracle configuration.  I joined at the request of the APEX of a responsibility of BSE, when I click on the page of the APEX of the EBS, it navigates me to the login page of the APEX, and after I entered my credentials is to show the "No data found" error on the page. Then when I click the OK button again once he navigates me to the login page of the APEX and is validate my login information, allowing me to enter the APEX successfullly.

    It's really us boring for double login controls. Appreciate your help with this problem as soon as possible.

    Deployment environment

    ===============

    Database: Oracle 11g (11.2.0.2)

    Version APEX: APEX 4.2.4

    Oracle EBS Version: R12.1.3

    Application servers: Apache TomCat 7.0.56 (for APEX), Oracle HTTP Server (EBS)

    Web listening port: Oracle REST Data Services (2.0.6)

    Authentication: Custom authentication (login page validates users EBS)

    Thank you

    Sudhakar

    It seems that the constructed URL is not allowed. We EBS do not build a valid string. You can see where he puts "CallFromForm" and then adds "& p =...". "URL.

    The white paper mentions a required patch, you need else to resolve this problem.

    Use the gateway FND. If you do not need to pass parameters through your form to Apex, Oracle now provides a GWY.jsp which allows you to launch the Apex. Install the patches of R12 12316083 and 12726556. Then use the GWY.jsp based on your shape as described in the white paper "Extending Oracle E-Business Suite Release 12 using Oracle Application Express".

    Patch 12316083 is mentioned in the white paper, you are missing the 12726556.

    Description

    This bug solves the problem of pitcher APEX, at the launch of a whole page of APEX

    Oracle E - Business Suite forms according to the user interface. An additional url

    parameter 'CallFromForm' used to be added to the URL of the APEX, which was originally

    APEX page to fail.

Maybe you are looking for