RC_TIME_BI_VW2(SQL View) |
Index Back |
---|---|
Case Time ReportCase Time Report for billing. A workaround for tools is not displaying related display in grid. |
SELECT t.CASE_ID , t.BUSINESS_UNIT , t.PERSON_ID , p.BO_NAME_DISPLAY , t.DTL_TOTAL FROM %Table(RC_TIME_BI_VW) t , %Table(RD_PERSON_NAME) p WHERE t.PERSON_ID = p.PERSON_ID AND p.PRIMARY_IND = 'Y' |
# | 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 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |
4 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
5 | DTL_TOTAL | Signed Number(9,4) | DECIMAL(7,4) NOT NULL | Total |