PROD_REL_RAD_VW(SQL View) |
Index Back |
|---|---|
Product Relationship AdvisorProduct Relationship Advisor has all of the Dialogs associated to a product. |
| SELECT A.SETID , A.PRODUCT_ID , A.PROD_REL_TYPE , A.RAD_ADVISOR_ID , B.DESCR , A.PRIORITY FROM PS_PROD_REL_ADVISE A , PS_RAD_ADVISOR_VW B WHERE A.RAD_ADVISOR_ID = B.RAD_ADVISOR_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
| 2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
| 3 | PROD_REL_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Product Relationship Type |
| 4 | RAD_ADVISOR_ID | Character(20) | VARCHAR2(20) NOT NULL | Advisor Dialog Guid - represents internally the Advisor dialog |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 6 | PRIORITY | Number(3,0) | SMALLINT NOT NULL | Priority |