Alias: IVSMX#
(INF_CV_MATRICES)The INF_CV_MATRICES table is used to import salary review matrices into the software data structures.
Tables loaded:
Table Columns#
Column name | Data Type / Size | Mand. | Notes |
---|---|---|---|
ID | Number(10) | Used internally to define a unique identification for the record. This field would not be loaded. | |
ENTITY_CODE | Varchar2(16) | Y | Validation: Must be a valid entity code already defined on P2K_CM_ENTITIES. |
MATRIX_CODE | Varchar2(16) | Y | |
MATRIX_START_DATE | Date() | Y | Validation: Must be a valid date |
MATRIX_END_DATE | Date() | Validation: Must be a valid date | |
DESCRIPTION | Varchar2(50) | ||
OVERALL_RATING | Varchar2(30) | Y | Validation: Must be one of the fixed lexicon values from X_OVERALL_RATING |
LOW_COMPA_RATIO | Number(5) | Y | |
HIGH_COMPA_RATIO | Number(5) | Y | |
MINIMUM_PERCENT | Number(5) | ||
MAXIMUM_PERCENT | Number(5) | ||
RECOMMENDED_PERCENT | Number(5) | ||
COMPA_RATIO_LIMIT | Number(5) | ||
AUTO_APPROVAL | Varchar2(4) | Validation: This field is a “toggle” field. The value will be translated as False if the value is left NULL, set to “N” , “NO” or “0”. All other values will translate to True. | |
MAXIMUM_POINTS | Number(5) | ||
MINIMUM_POINTS | Number(5) | ||
CREATE_DATE | Date() | This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded. | |
CREATE_USER | Varchar2(30) | This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded. | |
CHANGE_DATE | Date() | This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded. | |
CHANGE_USER | Varchar2(30) | This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded. |