SCC_AFL_CTXTSET(SQL Table) |
Index Back |
---|---|
Context fields setupContext fields setup data for an affiliation code |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
2 | SCC_AFL_CODE | Character(10) | VARCHAR2(10) NOT NULL | Affiliations Code |
3 | CONSTITUENT_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Constituent type either Person or Organization
O=Organization Constituent P=Person Constituent |
4 | SCC_CONTEXT_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Context number |
5 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL |
Record (Table) Name (see PSRECDEFN).
Prompt Table: %EDITTABLE |
6 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL |
Field Name (see PSDBFIELD).
Prompt Table: PSRECFIELDALL |