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 with Redwood for Oracle Cloud HCM   Begin Now

We are trying to Develop Benefits Arrears Reports using BI Reports

edited Aug 26, 2024 8:22AM in Payroll and Global Payroll Interface (GPI) 2 comments

Summary:

Hi Everyone,

We are trying to develop a Benefits Arrears Report using BI Report. If a person has benefits arrears for a particular week, we need to be able to fetch the balance value for that specific arrear with 'Relationship Inception to Date,' but we are unable to retrieve the value for 'Relationship Inception to Date.

Attaching the code for any further corrections correct me if any tables are wrong to fetch the data.

select
DISTINCT papf.person_number,
payrel.payroll_relationship_id,
TO_CHAR(TRUNC(paybal.effective_date), 'YYYY-MM-DD') as effective_date,
paybalview.balance_name,
paydim.dimension_name,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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