Payroll for NA / Time and Labor - PSFT (MOSC)

MOSC Banner

Unable to fetch the Calculation Card (Timecards) union value in Oracle Payroll fast formula

Purpose is to fetch the Calculation Card (Timecards) union value in Oracle Payroll fast formula but this is not working and returning default value.

1) Defined Calculation  Value Definition 'TC Union NR'
2) Defined Payroll Calculation Information:  Calculation Factor 'Part Name'
3) Transfer Timecard to Payroll Calculation Card. 
4) 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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center