EXT_ORG_TBL(SQL Table) |
Index Back |
---|---|
External Organization TableUse EXT_ORG_TBL to maintain information about organizations. Each organization is assigned an identification number. If the organization is a school or offers courses then it should also be included in the SCHOOL_TBL. When adding an External Organization, you'll be given the opportunity to automatically have it added to the SCHOOL_TBL. SAC99C - AD01 - WTT - 03/01/1999 Added OUAC_INST_CODE, OUAC_MIDENT_CODE, OAC_ENROLLMENT, and the GRADE_% columns to the table. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EXT_ORG_ID | Character(11) | VARCHAR2(11) NOT NULL | External Org ID |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | OTH_NAME_SORT_SRCH | Character(50) | VARCHAR2(50) NOT NULL | Search Name |
5 | EXT_ORG_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Organization Type
Default Value: SCHL |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL |
Description of length 50
Default Value: EXT_ORG_TBL.DESCR |
8 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: EXT_ORG_TBL.DESCR |
9 | ORG_CONTACT | Number(4,0) | SMALLINT NOT NULL |
Contact Nbr
Prompt Table: ORG_CONTACT |
10 | ORG_LOCATION | Number(3,0) | SMALLINT NOT NULL |
Location Nbr
Prompt Table: ORG_LOCATION |
11 | ORG_DEPARTMENT | Number(3,0) | SMALLINT NOT NULL |
Department Nbr
Prompt Table: ORG_DEPT |
12 | PROPRIETORSHIP | Character(4) | VARCHAR2(4) NOT NULL |
Proprietorship
OTHR=Other PRIV=Private PUBL=Public RELG=Religious Default Value: PUBL |
13 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
14 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |
15 | TAXPAYER_ID_NO | Character(9) | VARCHAR2(9) NOT NULL | Taxpayer ID Number |
16 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
17 | LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |