HOME_CAMPUS_TBL(SQL Table) |
Index Back |
---|---|
Home Campus TableHome Campus Table maintains basic location info re Academic Programs within Institutions. A row in this table represents a campus where an Academic Program could be offered. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Institution field to store institution information in campus solution system.
Prompt Table: INSTITUTION_TBL |
2 | ACAD_PROG | Character(5) | VARCHAR2(5) NOT NULL |
Academic program field coming from campus solution system.
Prompt Table: ACAD_PROG_TBL |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | CAMPUS | Character(5) | VARCHAR2(5) NOT NULL |
Campus
Prompt Table: CAMPUS_TBL |
5 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
6 | CAMPUS_FA | Character(5) | VARCHAR2(5) NOT NULL |
FA Campus
Default Value: HOME_CAMPUS_TBL.CAMPUS Prompt Table: CAMPUS_TBL |
7 | CAMPUS_REGISTRAR | Character(5) | VARCHAR2(5) NOT NULL |
Registrar Campus
Default Value: HOME_CAMPUS_TBL.CAMPUS Prompt Table: CAMPUS_TBL |
8 | CAMPUS_ADVISEMENT | Character(5) | VARCHAR2(5) NOT NULL |
Advisement Campus
Default Value: HOME_CAMPUS_TBL.CAMPUS Prompt Table: CAMPUS_TBL |
9 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
10 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
11 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
12 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
13 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
14 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |