Unable to fetch the Calculation Card (Timecards) union value in Oracle Payroll fast formula
Summary:
Purpose is to fetch the Calculation Card (Timecards) union value in Oracle Payroll fast formula but this is not working and returning default value.
- Defined Calculation Value Definition 'TC Union NR'
- Defined Payroll Calculation Information: Calculation Factor 'Part Name'
- Transfer Timecard to Payroll Calculation Card.
- Oracle Payroll Formula: "DT_UNION_EARN_RESULTS" using below syntax which is not working and returning default value 'XYZ'
CHANGE_CONTEXTS(PART_NAME = 'TC Union NR')
(
CALL_FORMULA('CALL_CALC_VALUE',
0 > 'BASE',
l_union < 'CVD Union NR' DEFAULT 'XYZ'
)
)
Tried to get the value in 'l_union’, this is not working and returning default value xyz.
0