- DATA VIEW NAME
- CL_CALC_BALANCE_CURRENT_EMPL
- OVERVIEW
- The population of this table will be a snapshot of the current balance done after each classified calc. This view contains balances for the most recent pay period only. There will be one row for each employee/PEG (Person Section Group UDDS). The balances in this view will be replaced with the new pay period balances after each classified calculation.
- LOAD FREQUENCY
- New balances will show in this data view every two weeks after a classified pay calculation. The data does not reflect changes made to the balances until after the next calc when the data is refreshed.
- DATA CUSTODIAN
- Office of Human Resources
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 the InfoAccess Home Page
- SPECIAL
CONSIDERATIONS - None.
- QUESTIONS
- Contact: Division of Information Technology Help Desk
Phone: 264-HELP (4357) - LAST UPDATED
- 09/2010 – New view created.
11/2011 – Custodian change c4j. - DATA FORMATS
- 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)
This view will have fields and definitions identical to the CL_Calc_Balance_History