Human Capital Management - EBS (MOSC)

MOSC Banner

View leave notification history

edited Jan 17, 2014 1:19AM in Human Capital Management - EBS (MOSC) 1 commentAnswered
Hi,
I have a requirement to view the leave notification history of a leave request to the approver. This includes viewing whether the leave was APPROVED or REJECTED or REQUESTed FOR MORE INFO.

I am able to view the history of leave notification until the are APPROVED or REJECTED, etc by the approver using the following query, which makes use of the hr_api_transactions table. But after the leave has been approved or rejected, the data will be removed from the table. Is there a way to retrieve this data for leaves with all statuses? Thanks in advance.

SELECT *
FROM
  (SELECT C.SEQUENCE SEQUENCE_NO,
          C.NOTIFICATION_ID ,
          IAS.ITEM_KEY,
          C.FROM_ROLE ,
          C.FROM_USER ,
          C.TO_ROLE ,
          C.TO_USER ,
          WF_CORE.TRANSLATE(C.ACTION) ACTION,
          C.USER_COMMENT ,
       
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center