RY_SVY_AUDNM_VW(SQL View) |
Index Back |
|---|---|
Dialog Survey Audience NameView that shows the audience names associated to a dialog. |
| SELECT A.DIALOG_ID , B.SETID , B.RA_LIST_ID , B.RA_LIST_NAME FROM PS_RYEAUD_LIST A , PS_RY_AUD_SEL_VW B WHERE A.RY_LIST_ID = B.RY_LIST_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(18,0) | DECIMAL(18) NOT NULL | Dialog ID field to identify both design time and run time dialog. | |
| 2 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 3 | RA_LIST_ID | Character(15) | VARCHAR2(15) NOT NULL | Audience ID |
| 4 | RA_LIST_NAME | Character(30) | VARCHAR2(30) NOT NULL | Audience / List Name |