RC_RSLN_SOLN_VW(SQL View) |
Index Back |
---|---|
Solution attachmentsView to pull up the solution attachments for matching SOLUTION_ID in resolution. |
SELECT A.BUSINESS_UNIT , A.CASE_ID , A.RSLN_SEQ_NBR , B.ATTACH_SEQ_NBR , B.ATTACHSYSFILENAME , B.ATTACHUSERFILE , B.DESCRIPTION , B.ROW_ADDED_DTTM , B.ROW_ADDED_OPRID FROM PS_RC_RESOLUTION A , PS_RC_SOLN_ATTACH B WHERE A.SOLUTION_ID = B.SOLUTION_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | 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. |
3 | RSLN_SEQ_NBR | Number(8,0) | INTEGER NOT NULL | Resolution Sequence Number |
4 | ATTACH_SEQ_NBR | Number(6,0) | INTEGER NOT NULL | Attachment Sequence Number |
5 | ATTACHSYSFILENAME | Character(128) | VARCHAR2(128) NOT NULL | Unique Sys Filename |
6 | ATTACHUSERFILE | Character(64) | VARCHAR2(64) NOT NULL | Attached File |
7 | DESCRIPTION | Character(35) | VARCHAR2(35) NOT NULL | Description |
8 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
9 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |