BIP – How to check Termination version on your environment?
You can use per_empl_configurations table to verify the versions of Seniority dates/ Termination dates.
Below is an example to check the version for Termination dates:
select version_code
from fusion.per_empl_configurations
where configuration_type = 'ORA_TERMINATION'
If the version code value is NULL that means you are still on version V2.
Same table can be used to query Seniority Dates version.