how to exclude an element from ADP Celergo payroll integration
Summary:
Need to modify the
Payroll Interface for ADP Global Payroll V2 (Australia)/Celergo Intergration to exclude 1 element from being sent over from HCM cloud fusion to Celergo.
I can see below snippet under filter criteria for Element Details Record:
((((EE.effective_start_date<=pay_report_utils.get_context_value_date('END_DATE'))
AND (EE.effective_end_date>=pay_report_utils.get_context_value_date('START_DATE')))AND (hr_general.decode_lookup('PAY_CREATOR_TYPE', EE.creator_type) NOT IN ('Deduction Card')))
AND DECODE((select CASE WHEN COUNT(1)>0 Then 'Y' Else 'N' End from pay_object_groups_vlWHERE lower(base_object_group_name)=NVL((select lower(base_object_group_name) from pay_object_groups_vl where
Tagged:
0