HRS_APP_DIVRL_I(SQL View) |
Index Back |
---|---|
Religion Diversity - Asia PacThis table holds details of an applicant's religion. Created as a child of DIVERSITY record to allow recording of multiple Religion codes in different Reg Regions. |
SELECT HRS_PERSON_ID ,HRS_REG_REGION ,RELIGION_CD ,SETID ,%subrec(HRS_AUDIT_SBR, A) FROM PS_HRS_APP_DIV_REL A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
2 | HRS_REG_REGION | Character(5) | VARCHAR2(5) NOT NULL |
Reg Region
Default Value: OPR_DEF_TBL_HR.REG_REGION |
3 | RELIGION_CD | Character(3) | VARCHAR2(3) NOT NULL |
Religion Code
Prompt Table: RELIGION_TBL |
4 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
5 | HRS_ROW_ADD_DTTM | DateTime(26) | TIMESTAMP | Row Added DateTime |
6 | HRS_ROW_ADD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Added Operator Id |
7 | HRS_ROW_UPD_DTTM | DateTime(26) | TIMESTAMP | Row Updated DateTime |
8 | HRS_ROW_UPD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Updated Operator Id |