Alias: IVSRG#

(INF_CV_RANGES)

The INF_CV_RANGES table is used to import salary ranges and range rules into the software data structures. Salary ranges define the minimum and maximum salary or wage values that an organization considers appropriate for a job grouping

Tables loaded:

Table Columns#


Column nameData Type / SizeMand.Notes
IDNumber(10) Used internally to define a unique identification for the record. This field would not be loaded.
ENTITY_CODEVarchar2(16)YValidation: Must be a valid entity code defined on P2K_CM_ENTITIES.
RANGE_CODEVarchar2(16)YValidation: Must be a unique range code for the entity specified.
RANGE_METHODVarchar2(30)YValidation: If provided, must be one of the fixed lexicon values from X_RANGE_METHOD
DESCRIPTIONVarchar2(50)
EFFECTIVEDate()YValidation: Must be a valid date format. Suggestion: If you are not loading multiple date-effective records for the same range code, then populate this field with a constant ‘01-Jan-0001’ which represents the beginning of time.
EXPIRYDate() Validation: Must be a valid date format, with a date after the effective date. Suggestion: If you are not loading multiple date-effective records for the same range code, then populate this field with a constant ‘31-Dec-3999’ which represents the end of time.
CHANGE_CODEVarchar2(16) Validation: The Change Code provided must be defined on P2K_CM_CHANGE_REASONS
MATRIX_CODEVarchar2(16)
MATRIX_START_DATEDate()
RATE_BASISVarchar2(30)YValidation: If provided, must be one of the fixed lexicon values from X_RATE_BASIS.
RANGE_MINIMUMNumber(18)
RANGE_MIDPOINTNumber(18)
RANGE_MAXIMUMNumber(18)
BASE_AMOUNTNumber(18)
DOLLAR_PER_POINTNumber(18)
MAXIMUM_PERCENTNumber(5)
MINIMUM_PERCENTNumber(5)
CREATE_DATEDate() This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CREATE_USERVarchar2(30) This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CHANGE_DATEDate() This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CHANGE_USERVarchar2(30) This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.


Notes #

Click to create a new notes page