GM_IN_APPT_TYPE(SQL Table) |
Index Back |
---|---|
Institution Appointment Types |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | INSTID | Character(5) | VARCHAR2(5) NOT NULL |
Institution ID
Prompt Table: GM_INSTITUTION |
3 | APPOINTMENT_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Appointment Type
1CAL=Calendar Year 2ACA=Academic Year 3SUM=Summer 4OTH=Other |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | APPT_TYPE_MONTHS | Number(3,0) | SMALLINT NOT NULL | Months for Appointment Type |
8 | END_DT | Date(10) | DATE | End Date |