BI Publisher (MOSC)

MOSC Banner

Unable to populated EIT Dependent Details through Extensible Flexfield of Person EIT attributes

edited Apr 15, 2024 9:44AM in BI Publisher (MOSC) 1 commentAnswered

I am developing a BIP report where my requirements is to fetch the Dependent Details, Taiwan Dependent Details, and Japan Dependent Details (Additional Info). For this I am using the PEI_ATTRIBUTE columns of PER_PEOPLE_EXTRA_INFO_F. I have populated the data for the records I want to test. However, even after utilizing the correct flexfield I am getting null for all the flexfields.

For instance, this is part of my select query:


ppeif.pei_attribute1 Dependent_Name,
CASE WHEN hr_general.decode_lookup('ORA_HRX_FR_COUNTRIES', pl.country) = 'Japan' THEN ppeif.pei_attribute4 ELSE ppeif.pei_attribute2 END Relationship,

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