Query to get mandatory input values of an element in Fusion

 select petf.element_type_id

,pettl.element_name

,petf.processing_type Recurring_NonRecurring

,petf.effective_start_date

,petf.effective_end_date

,petf.multiple_entries_allowed_flag

,pivf.base_name

,pivf.mandatory_flag

from pay_element_types_f petf

,pay_element_types_tl pettl

,pay_input_values_f pivf

where petf.element_type_id = pettl.element_type_id

and pivf.element_type_id=petf.element_type_id

and pettl.element_name = :Element_Name

and pettl.language='US'

and pivf.user_enterable_flag='Y'

Comments

Popular posts from this blog

Query to get Salary Change details in Fusion HCM

Oracle Fusion HCM - Enhancements to Summary of Changes and History Sections in Redwood Workforce Structures Pages

๐Ÿงพ Streamlining Payroll Operations with Oracle Payroll Activity Center