PERSON_SRV_VW(SQL View) |
Index Back |
---|---|
PERSON service viewPERSON_SRC_VW is a view of PERSON and is used by the GetPersonStaticData service, which populates the field DISABLED. |
SELECT EMPLID ,BIRTHDATE ,BIRTHPLACE ,BIRTHCOUNTRY ,BIRTHSTATE ,DT_OF_DEATH ,LAST_CHILD_UPDDTM , ' ' FROM PS_PERSON |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Default Value: NEW |
2 | BIRTHDATE | Date(10) | DATE | Date of Birth |
3 | BIRTHPLACE | Character(30) | VARCHAR2(30) NOT NULL | Birth Location |
4 | BIRTHCOUNTRY | Character(3) | VARCHAR2(3) NOT NULL |
Birth Country
Prompt Table: COUNTRY_TBL |
5 | BIRTHSTATE | Character(6) | VARCHAR2(6) NOT NULL |
Birth State
Prompt Table: BIRTHSTATE_VW |
6 | DT_OF_DEATH | Date(10) | DATE | Date of Death |
7 | LAST_CHILD_UPDDTM | DateTime(26) | TIMESTAMP | Used to indicate the last update to any data belonging to this logical object. For PER_ORG_ASGN - this means any update to its children in JOB_DATA that do not have their own date. For PERSON - this means any update to its children in PERSONAL_DATA that do not have their own date. |
8 | DISABLED | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not (Y or N) a dependent is a disabled.
Y/N Table Edit Default Value: N |