AV_CTYP_CD_VW(SQL View) |
Index Back |
|---|---|
Constituent Type Code ViewUse AV_CTYP_CD_VW to display all constituent type codes available. Prompts against the code table. |
| SELECT CNST_TYPE, EFFDT, EFF_STATUS, SA_ID_TYPE, DESCR, DESCRSHORT FROM PS_AV_CTYP_CD_TBL |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(3,0) | SMALLINT NOT NULL |
Constituent Type
Prompt Table: AV_CTYP_CD_TBL |
|
| 2 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
| 3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
| 4 | SA_ID_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
ID Type
O=Organization P=Person Default Value: P |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: AV_CTYP_CD_TBL.DESCR |