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 3 Next »

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.
SB38 is still null on submissions after itโ€™s voluntary addition in 2019.

๐Ÿ”Ž 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

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.