RC_SOL_ADH_AET(SQL Table) |
Index Back |
|---|---|
Solution Usage State RecordThis state record is used in the Update Solution Usage Counts process. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance | |
| 2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
| 3 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
| 4 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
| 5 | SOLUTION_ID | Number(15,0) | DECIMAL(15) NOT NULL | Solution ID |
| 6 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
| 7 | RC_DETAIL | Character(5) | VARCHAR2(5) NOT NULL | Detail field on HD Case. Used in Quick Code. |
| 8 | RC_SUMMARY | Character(80) | VARCHAR2(80) NOT NULL | Typically a summary of a long field. |
| 9 | RSLN_NOTES | Long Character | CLOB | Resolution Notes |
| 10 | RSLN_SUMMARY | Character(80) | VARCHAR2(80) NOT NULL | Resolution Summary |
| 11 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
| 12 | CASE_ID | Number(15,0) | DECIMAL(15) NOT NULL | Case ID. This is a unique ID assigned to a case when it is saved. Unique ID is ensured by getting the next value from the auto-numbering table and updating the table. |
| 13 | RSLN_SEQ_NBR | Number(8,0) | INTEGER NOT NULL | Resolution Sequence Number |
| 14 | SETID_WRK | Character(5) | VARCHAR2(5) NOT NULL | SetID |
| 15 | LIBRARY_ID | Character(5) | VARCHAR2(5) NOT NULL |
Solution Library ID or Troubleshooting Guide ID
Prompt Table: RC_SOLN_LIB_TBL |