- DATA VIEW NAME
- CHRIS_Reclass_Reallocation
- OVERVIEW
- CHRIS_Reclass_Reallocation displays classified reclassification and reallocation information. This table can be used to look up reclassification and reallocation information such as current title, new title, current rate, new rate, etc.
- LOAD FREQUENCY
- Nightly (Monday through Friday)
- DATA CUSTODIAN
- Classified Human Resources Office
Contacts:
Catharine Derubeis - AUTHORIZATION
- You must receive approval to access data from the data custodian. For information about how to get authorized for InfoAccess data views, connect to InfoAccess Home Page
- SPECIAL
CONSIDERATIONS - There are no special considerations.
- QUESTIONS
- Contact: Division of Information Technology Help Desk
Phone: 264-HELP (4357) - LAST UPDATED
- 10/2004 – New view created.
2/2006 — Added Current_Bargaining_Unit, Current_Bargaining_Unit_Descr. C4j
11/2007 Updated data custodian. c4j . - DATA FORMAT
- Primary Key Columns are identified with an asterisk(*)
- Alphanumeric Data
- VARCHAR2( N) (N) = maximum length. Field contains letters and/or numbers. Trailing blanks are eliminated.
Example: VARCHAR2 (5) could contain ‘ABC12’ or ‘ABC’ or ‘A’ - Numeric Data
- NUMBER (N) (N) = length. Field contains only numbers.
NUMBER (X,Y) = format for numbers with decimal positions.
X = total number of digits Y = the number of digits after the decimal
Examples: NUMBER (6) represents 250012 NUMBER (6,2) represents 2500.12 - Date
- DATE – Date can be in various formats. Date functions available with your query tool can be used to format the date.
Examples: DATE (YYYYMMDD), DATE (YYDDD), DATE (DD-MM-YY)
Column Name | Format | Description |
---|---|---|
*Reclass_Reallocation_Key | Number(15) | A unique identifier for an individual reclass or reallocation in the CHRIS system. |
HR_Transaction_Key | Number(15) | A unique identifier for an individual HR transaction in the CHRIS system. |
Current_Title_Code | Varchar2(5) | Identifies current classification title code. |
Current_Title_Descr | Varchar2(21) | Identifies current classification title description. |
Current_Title_Effective_Date | Date | Identifies effective date of transaction. |
Current_Bargaining_Unit_Code | Varchar2(2) | Identifies the bargaining unit for this current title code. |
Current_Bargaining_Unit_Descr | Varchar2(60) | Descriptive name for the current bargaining unit (i.e. WSEU, WPEC). |
Approved_Title_Code | Varchar2(5) | Identifies approved classification title code. |
Approved_Title_Descr | Varchar2(21) | Identifies approved classification title description. |
Current_Rate | Number(15) | Identifies current rate of pay. |
Rate_Adjustment | Number(11,3) | Identifies the amount of pay increase. |
New_Rate | Number(11,3) | Identifies the new rate of pay. |
Reallocation_Reason_Descr | Varchar2(1000) | Identifies special comments regarding the transaction. |
Extract_Date_Time | Date | The date and time these data were extracted. Format : YYYYMMDD HH24:MI:SS |