| RC_SOLN_CTNT_VW(SQL View) | Index Back | 
|---|---|
| Active Content OwnerView showing only Content Owners that are active | 
| SELECT SETID , RC_SOLN_OWNERID , RC_SOLN_OWNER_DESC , DESCR80 FROM PS_RC_SOLN_CONTENT WHERE RC_SOLN_CNTN_STAT = 'A' | 
| # | 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 | Character(5) | VARCHAR2(5) NOT NULL | Solution Content Owner ID field - uppercase denoting an Owner | |
| 3 | RC_SOLN_OWNER_DESC | Character(50) | VARCHAR2(50) NOT NULL | Content owner name | 
| 4 | DESCR80 | Character(80) | VARCHAR2(80) NOT NULL | This generic field stores the description and used used on various tables. |