Archive Data -- Names and SSN NULL
For others who maybe experiencing this issue...
BEN_ACA_PERSON package
Problem Description
---------------------------------------------------
People in HR.PER_ALL_PEOPLE_F who have a change to their record on the SAME day the file is run will loose their NAME and SSN off the file.
ORACLE CODE : sysdate between effective_start_Date and effective_end_date
CORRECT CODE: trunc(sysdate) between effective_start_Date and effective_end_date