RC_SOLBYLIB_VW

(SQL View)
Index Back

Solution Library

Solution Library table used for registering solutions for a specific library.

SELECT K.SETID , K.LIBRARY_ID , K.SOLUTION_ID , K.USAGE_COUNT , K.RC_SOLVED_COUNT , K.LAST_USAGE_DTTM , K.RC_SUMMARY FROM ( SELECT A.SETID , A.LIBRARY_ID , A.SOLUTION_ID , B.USAGE_COUNT , B.RC_SOLVED_COUNT , B.LAST_USAGE_DTTM , B.RC_SUMMARY FROM PS_RC_SOLN_LIBRARI A , PS_RC_SOLUTION B WHERE A.SETID = B.SETID AND A. SOLUTION_ID = B.SOLUTION_ID AND B.EXPIRY_IND <> 'Y' AND B.SOLN_STATUS = 'ACTV' AND (B.EXPIRY_DATE > %CurrentDateIn OR B.EXPIRY_DATE IS NULL) AND B.RC_SOLUTION_TYPE NOT IN ('CAND', 'ADHC') AND B.RC_SOLVED_COUNT <> 0 ORDER BY B.RC_SOLVED_COUNT DESC)K

# 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.

Prompt Table: SP_SETID_NONVW
Set Control Field: SETID

2 LIBRARY_ID Character(5) VARCHAR2(5) NOT NULL Solution Library ID or Troubleshooting Guide ID

Prompt Table: RC_SOLN_LIB_TBL
Set Control Field: SETID

3 SOLUTION_ID Number(15,0) DECIMAL(15) NOT NULL Solution ID
4 USAGE_COUNT Number(8,0) INTEGER NOT NULL Counter of how often this row was selected in a Search Results page and marked as 'Used'. Usage Count is incremented by the USAGE_INCREMENT amount on the Search Setup Parameters page each time the row is 'Used'.
5 RC_SOLVED_COUNT Number(6,0) INTEGER NOT NULL Solved Count Field in Solution
6 LAST_USAGE_DTTM DateTime(26) TIMESTAMP Used to identify last time the record was marked 'Used' in a Search result
7 RC_SUMMARY Character(80) VARCHAR2(80) NOT NULL Typically a summary of a long field.