DARTS : SCC_CITIZEN_QVW - Citizenship Query View & CITIZENSHIP - EE/Dependent Citizenship

SCC_CITIZEN_QVW is an exact view of CITIZENSHIP which is available in PS Query. Use this table for reporting. CITIZENSHIP is a staging table available only to developers using other tools. These are both PeopleSoft delivered.

SCC_CITIZEN_QVW - Citizenship Query View (use this for reporting)


KeyRecord.FieldnameFormatXLATHeading Text

CITIZENSHIP_STATUS - Citizenship StatusChar1
Status
COUNTRY - CountryChar3
Country
DEPENDENT_ID - Dependent IDChar2
Dep ID
EMPLID - Empl IDChar11
ID

PERM_STATUS_DT_SGP - Permanent Status DateDate
Permnt Dt

WORKER_TYPE_SGP - Worker TypeChar2NWorkr Type

SQL for SCC_CITIZEN_QVW
CREATE OR REPLACE VIEW SYSADM.PS_SCC_CITIZEN_QVW AS
SELECT A.EMPLID,
A.DEPENDENT_ID,
A.COUNTRY,
A.CITIZENSHIP_STATUS,
A.WORKER_TYPE_SGP,
A.PERM_STATUS_DT_SGP
FROM PS_CITIZENSHIP A;



CITIZENSHIP - EE/Dependent Citizenship (developers only)


KeyRecord.FieldnameFormatXLATHeading Text

CITIZENSHIP_STATUS - Citizenship StatusChar1
Status
COUNTRY - CountryChar3
Country
DEPENDENT_ID - Dependent IDChar2
Dep ID
EMPLID - Empl IDChar11
ID

PERM_STATUS_DT_SGP - Permanent Status DateDate
Permnt Dt

WORKER_TYPE_SGP - Worker TypeChar2NWorkr Type

Data Dictionary Links

Clicking the linked (blue) fields in any table will take you to the Data Dictionary and provide you with more information about that field as well as field values if they are available.


Related Info

Attachments:

SCC_EMAIL_QVW.xlsx (application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)