Unable to populated EIT Dependent Details through Extensible Flexfield of Person EIT attributes
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,