Skip to main content

Result Tables

Overview

Result tables store the calculated output of the engine by result type. They are the first place to look once you know a payee was identified and processed.

Common Result Tables

TableContentTypical use in analysis
GP_RSLT_ERN_DEDEarnings and deductionsValidate resolved pay values and supporting identifiers
GP_RSLT_PINPIN-level values and resolution outcomesTrace intermediate values and supporting elements
GP_RSLT_ACUMAccumulator balancesCheck balance assignment and corrective versus forwarding impact
GP_RSLT_ABSAbsence resultsReview entitlement and take behavior
GP_RSLT_DELTARetro deltasConfirm forwarded retro output

Reading Results Correctly

Result tables are easiest to interpret when joined back to:

  • calendar context
  • payee process status
  • segment status
  • PIN or element definition tables

A technically correct amount written to the wrong segment, wrong calendar, or wrong balance period is still an incorrect business result.

  1. confirm the payee exists in GP_PYE_PRC_STAT
  2. confirm the right segment exists in GP_PYE_SEG_STAT
  3. review GP_RSLT_PIN if you need the calculation chain
  4. confirm final values in the specialized result table

Key Takeaways

  • Result tables show what happened, not necessarily why.
  • GP_RSLT_PIN is often the bridge between status analysis and final-value analysis.
  • Always read results together with calendar and segment context.