RC_CASEN_NONVW(SQL View) |
Index Back |
---|---|
None viewNone view - case security none view Apr 16, 2012: Security view created for Bug 13929661 |
SELECT CASE_ID , BUSINESS_UNIT , GLOBAL_FLAG , BO_ID_CUST , DISP_TMPL_FAM_CD , PRODUCT_ID , 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 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | GLOBAL_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Global Case flag for relationship |
4 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
5 | DISP_TMPL_FAM_CD | Character(30) | VARCHAR2(30) NOT NULL | Display Template Family Code |
6 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
7 | CREATION_DATE | Date(10) | DATE | Creation date of the case. |