RC_SOLN_LIBS_V2(SQL View) |
Index Back |
---|---|
Solution Library ViewDeep Query for Solution config search. |
SELECT A.SYNCID , A.SETID , A.SOLUTION_ID , B.LIBRARY_ID FROM PS_RC_SOLUTION A , PS_RC_SOLN_LIBRARI B WHERE A.SETID = B.SETID AND A.SOLUTION_ID = B.SOLUTION_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
3 | SOLUTION_ID | Number(15,0) | DECIMAL(15) NOT NULL | Solution ID |
4 | LIBRARY_ID | Character(5) | VARCHAR2(5) NOT NULL |
Solution Library ID or Troubleshooting Guide ID
Prompt Table: RC_SOLN_LIB_TBL |