SCC_EXT_SYS_PER(SQL View) |
Index Back |
|---|---|
Person Ext System DefinitionsExternal System Definitions where the Person indicator is checked on. Use as prompt of available values for a Person. |
| SELECT A.SCC_EXTERNAL_SYS , A.EFFDT , A.DESCR , A.DESCRSHORT FROM PS_SCC_EXT_SYS_TBL A WHERE %EffdtCheck(SCC_EXT_SYS_TBL A1, A, %CurrentDateIn) AND A.EFF_STATUS = 'A' AND A.SCC_PERSON_CHK = 'Y' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | External System | |
| 2 | Date(10) | DATE NOT NULL | Effective Date | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |