Is it possible to write a query to pull back the number of EFF columns on recruiting tables?
Summary: We have a need to write a query to build a report to monitor the amount of recruiting EFFs created and the number of recruiting EFFs left on tables like "PER_PEOPLE_EXTRA_INFO_F". Trying to build a way to audit what has been used and what is still available to be used for future recruiting requests.
Example: The PER_PEOPLE_EXTRA_INFO_F has room for the following number of EFFs by type.
· 30 VARCHAR Type
· 20 NUMBER Type
· 15 DATE Type
Is it possible to build a query to return the number of EFFs created on the PER_PEOPLE_EXTRA_INFO_F table, by type?