RC_TREE_ANS_VW(SQL View) |
Index Back |
|---|---|
View of info on RC_BS_TREEView that gets information from the table RC_BS_TREE for call center. |
| SELECT A.SETID , A.SCRIPT_ID ,A.EFFDT ,B.RC_ANSWERSET_ID ,B.RC_ANSWER_ID , B.ANSWER_VALUE ,B.ANSWER_ORDER FROM PS_RC_BS_TREE A ,PS_RC_ANSWER_VALUE B WHERE A.RC_ANSWERSET_ID = B.RC_ANSWERSET_ID AND A.RC_ANSWER_ID = B.RC_ANSWER_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Number(12,0) | DECIMAL(12) NOT NULL | Script ID | |
| 3 | Date(10) | DATE | Effective Date | |
| 4 | Number(12,0) | DECIMAL(12) NOT NULL | Answer Set ID for Branch Scripting | |
| 5 | Number(12,0) | DECIMAL(12) NOT NULL | Answer ID | |
| 6 | ANSWER_VALUE | Character(254) | VARCHAR2(254) NOT NULL | Answer Value |
| 7 | ANSWER_ORDER | Number(3,0) | SMALLINT NOT NULL | Answer Sequence |