You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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.

  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.

Register

Don't have an account? Click here to get started!