HRS_RES_ANS_I(SQL View) |
Index Back |
---|---|
Resume Answer Interface ViewResume Answer Interface View |
SELECT A.HRS_RES_TMPL_ID ,A.HRS_QSTN_ID ,A.HRS_ANSWER_ID ,A.CORRECT_ANSWER ,A.HRS_POINTS ,%subrec(HRS_AUDIT_SBR,A) FROM PS_HRS_RES_ANSWER A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_RES_TMPL_ID | Number(15,0) | DECIMAL(15) NOT NULL | Resume Template ID |
2 | HRS_QSTN_ID | Number(15,0) | DECIMAL(15) NOT NULL | Question ID |
3 | HRS_ANSWER_ID | Number(15,0) | DECIMAL(15) NOT NULL | Answer ID |
4 | 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 |
5 | HRS_POINTS | Signed Number(5,0) | DECIMAL(4) NOT NULL | Default points assigned to an answer. |
6 | HRS_ROW_ADD_DTTM | DateTime(26) | TIMESTAMP | Row Added DateTime |
7 | HRS_ROW_ADD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Added Operator Id |
8 | HRS_ROW_UPD_DTTM | DateTime(26) | TIMESTAMP | Row Updated DateTime |
9 | HRS_ROW_UPD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Updated Operator Id |