RC_SOLN_NEW2_VW(SQL View) |
Index Back |
---|---|
Prompt to replace current SolnView used as a prompt to replace current Solution. This view brings all rows from solution which are not expired and not equal to current solution id. |
SELECT A.SETID , A.SOLUTION_ID , A.RC_SUMMARY FROM PS_RC_SOLUTION A WHERE A.EXPIRY_IND <> 'Y' |
# | 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 | NEW_SOLUTION_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Superceding Solution ID
Prompt Table: RC_SOLUTION_VW |
3 | RC_SUMMARY | Character(80) | VARCHAR2(80) NOT NULL | Typically a summary of a long field. |