Query to find out element_type_id of an element in fusion HCM

select * from fusion.pay_element_types_f

where base_element_name like 'Car Allowance%' -- Put the element name

Comments