RBF_ISSUE_VW1(SQL View) |
Index Back |
|---|---|
FSI Issue viewThis is an issue view for FSI to select case id, business unit and product id from case record. |
| SELECT C.CASE_ID , C.BUSINESS_UNIT , C.PRODUCT_ID FROM PS_RC_CASE C |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | 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 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 3 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |