HRS_JO_SCR_AN_I(SQL View) |
Index Back |
---|---|
JO Answers to Scr Qstns IntfcInterface for job opening answers to screening questions in screening criteria. |
SELECT A.HRS_JO_SCR_SUMM_ID , A.HRS_JO_SCR_SEQ , A.HRS_QSTN_ID , A.HRS_ANSWER_ID , A.HRS_POINTS , A.CORRECT_ANSWER , %subrec(HRS_AUDIT_SBR, A) FROM PS_HRS_JO_SCR_QSNP A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_JO_SCR_SUMM_ID | Number(15,0) | DECIMAL(15) NOT NULL |
JO Screening Summary ID
Prompt Table: HRS_JO_SCR_SM_I |
2 | HRS_JO_SCR_SEQ | Number(3,0) | SMALLINT NOT NULL |
Job opening screening sequence
Prompt Table: HRS_JO_SCR_LV_I |
3 | HRS_QSTN_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Question ID
Prompt Table: HRS_JO_QSTN_I |
4 | HRS_ANSWER_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Answer ID
Prompt Table: HRS_JO_ANS_I |
5 | POINTS | Number(4,0) | SMALLINT NOT NULL | Points |
6 | CORRECT_ANSWER | Character(1) | VARCHAR2(1) NOT NULL |
Indicates which answer in a set associated to a question is the correct answer and is also used to indicate which answer an applicant has provided to a question. Used in the online questionairre transaction as part of the apply online process.
Y/N Table Edit Default Value: N |
7 | HRS_ROW_ADD_DTTM | DateTime(26) | TIMESTAMP | Row Added DateTime |
8 | HRS_ROW_ADD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Added Operator Id |
9 | HRS_ROW_UPD_DTTM | DateTime(26) | TIMESTAMP | Row Updated DateTime |
10 | HRS_ROW_UPD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Updated Operator Id |