HCM shows addresses with no end date but the raw data does
Content
Hi,
I have the following
select * from PER_ADDRESSES_F where ADDRESS_ID in (
select MAILING_ADDRESS_ID from PER_ALL_PEOPLE_F where person_id = XXXXXXXXXX
)
- It brings me back two rows
- One object version number is 4 and the other is 5
- Both had end dates in 2018
- On HCM, the web front end, there is no end date for this person for the address
Any idea?
2