GEND_REG_SEX_VW(SQL View) |
Index Back |
|---|---|
Gender Sex Details |
| SELECT A.REG_REGION , B.FIELDVALUE , B.EFFDT , B.EFF_STATUS , B.XLATLONGNAME , B.XLATSHORTNAME , B.LASTUPDOPRID , B.LASTUPDDTTM FROM PS_REG_REGION_TBL A , PSXLATITEM B WHERE B.FIELDNAME = 'SEX' AND %EffdtCheck(PSXLATITEM C, B, %CurrentDateIn) AND B.EFF_STATUS = 'A' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Regulatory Region | |
| 2 | Character(4) | VARCHAR2(4) NOT NULL | Field Value | |
| 3 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
| 4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
| 5 | XLATLONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Translate Long Name |
| 6 | XLATSHORTNAME | Character(10) | VARCHAR2(10) NOT NULL | Translate Value Short Name |
| 7 | 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. |
| 8 | 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. |