RC_CASEISSUES_V(SQL View) |
Index Back |
---|---|
RC_CASEISSUES_VWView of the case known Issues display fields. |
SELECT CASE_ID , RC_STATUS , RC_SUMMARY , CREATION_DATE FROM PS_RC_CASE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | RC_STATUS | Character(5) | VARCHAR2(5) NOT NULL | Case Status |
3 | RC_SUMMARY | Character(80) | VARCHAR2(80) NOT NULL | Typically a summary of a long field. |
4 | CREATION_DATE | Date(10) | DATE | Creation date of the case. |