You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

How to use audit tables in my custom report query

edited Jul 17, 2020 6:29PM in Human Capital Management 2 comments

Summary

How to use audit tables in my custom report query

Content

Hi,

I have a requirement to get the start date and complete date of my custom BI Publisher report and use that dates in the same report query.

Let us assume my datamodel name is ABC.xdo

I want to use below type of query in the same data model in ApplicationDB_HCM.

select *
from per_all_people_f
where last_update_date > (select max(report_end_date)
                                        from fusion_iau_viewer.bipublisher_v
                                         where report_name = 'ABC.xdo')

Can i use the audit table like this?

Any help in this regard will be appreciated.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!