SCC_AFL_PERS_CV(SQL Table) |
Index Back |
---|---|
Person Context field valuesStores the context field values published in the sync message, to be displayed in 'view person affiliations' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: SCC_AFL_PERSON |
2 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Institution
Prompt Table: INSTITUTION_TBL |
3 | SCC_AFL_CODE | Character(10) | VARCHAR2(10) NOT NULL |
Affiliations Code
Prompt Table: SCC_AFL_LVS_VW |
4 | START_DT | Date(10) | DATE NOT NULL | Start Date |
5 | SCC_CONTEXT_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Context number |
6 | SEQ_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number |
7 | VALUE | Character(254) | VARCHAR2(254) NOT NULL |
Value
Prompt Table: %EDITTABLE |