[ORACLE FUSION BENEFITS -BI REPORT ]How to query potential life event of a person?
How to query potential life event of a person? What tables need to use?
So far I have
SELECT BENPEN.* ,LE.NAME
FROM
BEN_LER_F LE,
BEN_PER_IN_LER BENPEN
WHERE 1=1
AND LE.LER_ID = BENPEN.LER_ID
AND BENPEN.PERSON_ID = 'ENTER PERSON ID"
but I only get the processed life events not the potential life events.