RC_CNTCT_SW_VW(SQL View) |
Index Back |
---|
SELECT A.CASE_CONTACT , A.CASE_ID FROM PS_RC_CASE A WHERE A.RC_VERTICAL = 'SW' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CASE_CONTACT | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
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. |