RC_CASE_ATT_VW(SQL View) |
Index Back |
---|---|
Attachment view for history |
SELECT CASE_ID , ROW_ADDED_DTTM , 'Attachment' , ATTACHUSERFILE AS DESCR200 , ROW_ADDED_OPRID FROM PS_RC_CASE_ATTACH |
# | 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 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
3 | ITEM | Character(30) | VARCHAR2(30) NOT NULL | Uniquely identifies an invoice credit memo or debit memo. The item ID is also called the invoice number. |
4 | DESCR200 | Character(254) | VARCHAR2(254) NOT NULL | Long Description |
5 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |