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

Tags: Oracle Applications

Similar Questions

  • 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

  • Obtain information from the OS - where Oracle EBS installed

    Hi friends,

    I raise a SR Oracle for more help about Oracle EBS R12. but I need to provide some information.

    Operating system/Version - how can we get this information - is there any query or is it possible to get this info.


    Thank you and best regards,

    User

    I got the info from my DBA.

  • 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

  • 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

  • Citing the Oracle EBS SOA, Webservice, Got ' 500 Internal Server Error"

    Hope someone know solution to our problem, thanks in advance.

    Version: Oracle eBusiness Suite R12.1.3

    We have a webservice SOA custom in Oracle EBS, test this webservice with SoapUI.

    Found a strange problem,

    If the number of records to return isn't too many (3000 eg.less), then Web service may return records with success;

    But if the number of records to return is too many (eg.more than 6000 records), then Web service returns a "500 Internal Server Error".

    = Detailed beginning of Msg error =.

    <! DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 / / BY" > ".
    < HTML > < HEAD >
    Server error internal 500 < TITLE > < /title >
    < / HEAD > < BODY >
    Internal error in the server < H1 > < / H1 >
    The server encountered an internal error or
    a misconfiguration and was unable to complete
    your query. < P >
    Please contact the server administrator,
    [email protected] and inform them of the time the error occurred,
    and anything you might have done that may have
    caused the error. < P >
    More information about this error may be available
    in the server error log. < P >
    < BODY / > < / HTML >

    = Detailed error Msg end =.

    Thanks Hussein, I understand the problem, to share my solution here

    ---------------------------------

    Cause

    The problem is due to a requested webservice SOAP is too large, then cause the timeout of the Apache HTTP server.

    Solution

    Increase the timeout setting in the ($INST_TOP/ora/10.1.3/Apache/Apache/conf/httpd.conf) Apache config file

    Then restart the HTTP server, check again the issue.

    Thank you

    Paul

  • Oracle ebs multiple simultaneous, locks, the user cannot connect to app.

    We known aircraft crash yesterday afternoon, Oracle EBS app users cannot connect in the app. We noted the very strong 70 to 90% charge in the Grid control and several blocks, a work of rman always running and a job of running stats. However looks after killing an app report dbms_scheduler job, we have solved the problem.

    But this morning, we see still cpu load on the grid of control operations and 70% all huge red and simultaneous locks.

    I like all the gurus here help me to start how to diagnose in Oracle ebs.


    I would like to start from beginning.

    As the links I can read what you have to look inside the database? on the hosts?


    Thanks to a bouquet.

    Among the names of objects, looks like this is a custom query that is managed by a custom concurrent request, if you need to know that you and tune the code.

    Thank you

    Hussein

  • How to find your table looks in Oracle EBS

    Hi experts,
    I'm looking for the query that can be found on all the tables/custom objects in Oracle EBS? For some reason, the name of tables/custom objects does not follow a standard. Only reason why I can't find any custom objects in the database. If you have this application, please share with me.

    Thanks in advance
    Hieu

    PL post Details of the operating system, database and versions EBS.

    As far as I KNOW, if you did not follow a strict naming convention for all of your custom paintings/objects and have them not documented correctly, there is no query that can tell you what tables are customized.

    A manual option you have is to look to the top of each table/object Etrm - https://etrm.oracle.com - if it is documented in this Web site, it is a basic object/table. If not, it's most likely a custom array/object.

    HTH
    Srini

  • 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.

  • Oracle EBS 12.1.3 last CPP

    Hi, when Oracle plans to publish RPC5. Anyone has idea about it. We intend to apply the last RPC to our Oracle EBS 12.1.3, so for now RPC4's last straight. Please confirm.

    One is applied RPC4 part of their patch updates? If Yes can you give us the issues or bugs. While it will be very useful plan our activities. Thank you.

    There is no date is provided for when a new RPC can be released. As you noted, Oracle E-Business Suite Release 12.1.3 + Recommended Patch Collection 4 [RPC4] has been released via Patch 21236633and is currently the latest EBS CPP, released October 21, 2015.

  • Oracle EBS RUPs vs upgrades

    Can Hello Experts - anyone provide your experience with Oracle EBS ORS and upgrades?

    Our current Version of EBS is 12.1.3.

    We are 2.5 YEARS behind all the ORS. We are weather to think of the upgrade or just Rollup... Pls suggest

    Thank you

    Sandy

    Hello

    Applying the RUP is easier than to do an upgrade.

    Oracle EBS 12.1.3 will be supported for a few years (Dec 2016 for assistance first and December 2019 for the support extended).

    If you wish to enjoy some of the new features in 12.2 then you can do the upgrade.

    Kind regards

    Bashar

  • Need ideas for compare current Oracle EBS data against the data warehouse to establish data matches course.

    Hello, I am new to the Oracle Forum. I'm a BI developer and I need to compare data Oracle EBS in my organization with the data in the data warehouse to make sure they match. I am using Informatica for this process by pulling the two sources and comparing. Can someone give me a brief example to make this process or similar methods with Informatica and its transformations so that it can be useful. Thanks in advance. Let me know if you need more information about the process.

    Looks like you are trying to make a reconciliation process? That is you can have implemented BIAPPS (or something custom) and now I want to check your ETL? If this is the case then it's good enough for a test case - we usually start with senior level (actual numbers for each group of companies, for example), then a subset of other different queries for example as per a level in the hierarchy of the org, by position, dates etc.

    and much more expensive as the implement of OLIVIER

    I don't think there are many in the world that is more expensive than the implementation of OLIVIER!

  • What are the steps to perform when the IP changes for Oracle EBS 12.1.3 on RHEL 6

    Hello

    We have Oracle EBS 12.1.3 installed on RHEL 6 with Oracle short built-in extensions.

    Now the server IP address will change.

    Wanted to know the steps to take if the IP address changes so that our instance is running.

    Thanks in advance.

    Thank you

    Patricia

    See MOS Doc 751328.1

  • Oracle EBS 12.2.5 on redhat 7

    Hello

    Did anyone installed Oracle EBS 12.2.5 on redhat 7 yet?

    I use a directory of scene with startcd version 50

    I'm trying, but installation fails with

    Exception string: error in invoking target 'install' of makefile ' / oracle1/VIS/fs2/FMW_Home/webtier/webcache/lib/ins_calypso.mk'. See ' / oracle/oraInventory/logs/install2015-11-04_04-23-07PM.log' for details.

    The installation fails to/oracle/soft/ebs/TechInstallMedia/ohs11117/Disk1/runInstaller - waitForCompletion - ignoreSysPrereqs - force - silent - responsefile /oracle1/VIS/fs2/inst/apps/VIS_svlirc21/temp/cfgHome/response/APPS_OHS_HOME/txkOHS_11117.rsp

    All prerequisitis in DOC ID 1330701.1 are ok

    Thanks for the help

    You're in for a lot of pain! The webtier components delivered with EBS do compilation/installation on RH7.x without a bit of hacking.

    If you want to try, you can work around this error by updating sysliblist

    for example:

    sed-i of /-ldl - lm - lpthread - c - lirc - lipgo / - ldl - lm - lpthread - c - lirc - lipgo-ldms2 - lrt/g ' sysliblist

    But you will hit the next mistake after that...

  • Oracle EBS on AWS cloud

    Hello

    There is some confusion regarding Oracle EBS certified to run on AWS cloud.

    Can someone share the details here if anything?

    Thank you

    Kind regards

    Jonathan

    Configuration of Oracle E-Business Suite Release 12 on Amazon Cloud Infrastructure (Doc ID 1205963.1)

    Check this note. If this isn't the case certified, Oracle would have not published this note

    concerning

    Pravin

Maybe you are looking for