ORG_CNT_TYP_TBL(SQL Table) |
Index Back |
---|---|
Organization Contact Types TblORG_CNT_TYP_TBL allows you to attach a contact type to a contact person you have at an organization. An example at a school might be Guidance Counselor, Principal, or Teacher. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ORG_CONTACT_TYPE | Character(3) | VARCHAR2(3) NOT NULL | Contact Type |
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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: ORG_CNT_TYP_TBL.DESCR |