HRS_BIP_QANS_VW(SQL View) |
Index Back |
---|---|
Ques and AnswersDefines Answers for Question IDs |
SELECT A.HRS_QSTN_ID ,A.HRS_ANSWER_ID ,B.DESCR254 ,A.CORRECT_ANSWER ,'' FROM PS_HRS_QSTN_ANS A , PS_HRS_ANS_TBL B WHERE A.HRS_ANSWER_ID=B.HRS_ANSWER_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_QSTN_ID | Number(15,0) | DECIMAL(15) NOT NULL | Question ID |
2 | HRS_ANSWER_ID | Number(15,0) | DECIMAL(15) NOT NULL | Answer ID |
3 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
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. |
5 | HRS_ANSWER_CKBOX | Character(1) | VARCHAR2(1) NOT NULL | Answer |