RB_ERMS_ECAUT_V(SQL View) |
Index Back |
---|---|
Auto Response to EmailsUsed for ERMS reports................ |
SELECT B.TMPLT_CATEGRY_NAME ,0 ,1 ,0 ,0 ,0 ,0 ,A.CLOSED_DTTM FROM PS_RB_IN_EMAIL A , PS_RBC_TEMPLT_CAT B WHERE RB_DETAIL_STATUS = 'AUT' AND A.TMPLT_CATEGRY_ID = B.TMPLT_CATEGRY_ID GROUP BY B.TMPLT_CATEGRY_NAME,A.CLOSED_DTTM |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TMPLT_CATEGRY_NAME | Character(30) | VARCHAR2(30) NOT NULL | Holds the names of the categories. 01/16/03: Set the Format Type to "Mixedcase", from Uppercase. |
2 | RB_TOTAL_EMAILS | Number(8,0) | INTEGER NOT NULL | Detail item status |
3 | RB_CLOSED_AUTO | Number(8,0) | INTEGER NOT NULL | Detail item status |
4 | KB_THRESHOLD | Number(6,2) | DECIMAL(5,2) NOT NULL | Used to indicate the threshold |
5 | RC_CASE_COUNT | Number(7,0) | INTEGER NOT NULL | Case Count |
6 | RB_CLOSED_REP | Number(8,0) | INTEGER NOT NULL | Detail item status |
7 | RB_CLOSED_MULT_REP | Number(8,0) | INTEGER NOT NULL | Detail item status |
8 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |