Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Status

key updated assignee priority status resolution
Loading...
Refresh

Due date

Annual

On this page

❓ Problem statement


EB14 isn’t generating values since going baseline.

πŸ”Ž Research/Backup

Issue

EB14’s logic is unfortunately a lot simpler than we thought. That case is being partially tracked on this Ellucian case.

Background

Since going baseline we have only reported 5 distinct values for that field.

Proposal

We will have to use the DED values on validation table, GORRACE.

Actions

key summary updated due assignee priority status resolution
Loading...
Refresh

Dependency Investigation

  • We do not intend to change the data on SPBPERS_ETHN_CODE (SPAIDEN Table, STVETHN Validation Table). According to https://sequoias.atlassian.net/l/c/y0YPx0nJit pulls from that field to populate Ethnicity_Code and ETHNICITY_DESC.

πŸ’Ž Helpful SQL Queries

GORRACE Codes Used and their Description

SELECT DISTINCT GORPRAC_RACE_CDE, GORRACE_DESC
FROM SPBPERS
LEFT JOIN GORPRAC
ON SPBPERS_PIDM = GORPRAC_PIDM
LEFT JOIN GORRACE
ON GORPRAC_RACE_CDE = GORRACE_RACE_CDE

  • No labels