Alias: IVSPM#

(INF_CV_PREMIUMS)

The INF_CV_PREMIUMS table is used to import premium data into the software data structures. Premiums are additional or supplementary pay amounts that are made to employees over and above their base pay. Premiums are determined by unit

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.
UNIT_CODEVarchar2(16)YValidation: Must be a valid unit code defined on P2K_CM_UNITS.
PREMIUM_CODEVarchar2(16)YValidation: Must be a unique premium code for the unit.
DESCRIPTIONVarchar2(50)
PREMIUM_TYPE_CODEVarchar2(16) Validation: Must be a valid premium type code defined on P2K_SA_PREMIUM_TYPES.
PREMIUM_TYPE_SEQUENCENumber(5)
EFFECTIVEDate()YValidation: Must be a valid date format. Suggestion: If you are not loading multiple date-effective records for the same premium 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 premium 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.
PC_CODE_DOLLARSNumber(4) Validation: Must be a valid pay component already defined on P2K_PR_PAY_COMPONENTS.
PC_CODE_TIMENumber(4) Validation: Must be a valid pay component already defined on P2K_PR_PAY_COMPONENTS.
PREMIUM_CALC_RULEVarchar2(30)YValidation: If provided, must be one of the fixed lexicon values from X_PREMIUM_CALC_RULE
RATE_BASISVarchar2(30) Validation: If provided, must be one of the fixed lexicon values from X_RATE_BASIS.
PREMIUM_RATENumber(18)
PREMIUM_PRORATEDVarchar2(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.
FREQUENCY_CODEVarchar2(16)
PAY_POINT_TYPEVarchar2(30)
PAY_POINT_SEQUENCENumber(5)
REPLACEMENT_OPTIONVarchar2(4)
HIGHEST_RATE_OF_DAYVarchar2(4)
PREMIUM_WAGE_SOURCEVarchar2(30)
USER_VARIABLE_CODEVarchar2(16)
CUSTOM_PREMIUM_LOGICVarchar2(30)
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