Alias: IVDGR#

(INF_CV_GROUPS)

The INF_CV_GROUPS table is used to import group codes and their attendant data into the software data structures. A group divides a unit into subsections which have a common set of processing policies.

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
GROUP_CODEVarchar2(16)YValidation: Must be a unique group code for the unit provided.
STANDINGVarchar2(30) Validation: Must be either a valid lexicon code, or a valid lexicon description from X_STANDING. Suggestion: Normally, you would only load active groups, so you could populate this field with a constant value of “A”.
EFFECTIVEDate() Validation: Must be a valid date format. Suggestion: If you are not loading multiple date-effective records for the same 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 group 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
DESCRIPTIONVarchar2(50)
STATUS_CODE_STARTEDVarchar2(16) Validation: Must be an Employment Status code defined on P2K_CM_EMPLOYMENT_STATUSES
STATUS_CODE_ENDEDVarchar2(16) Validation: Must be an Employment Status code defined on P2K_CM_EMPLOYMENT_STATUSES.
WORK_RULE (Field)Varchar2(16) Validation: Must be a Work Rule Code defined on P2K_CM_WORK_RULES.
PAYROLL_CODEVarchar2(16) Validation: Must be a payroll code defined on P2K_PR_PAYROLLS
WAGE_STEP_RULE_CODEVarchar2(16) Validation: Must be a wage step code defined on P2K_SA_WAGE_STEP_RULES.
GROUP_TYPEVarchar2(30) Validation: Must be either a valid lexicon code, or a valid lexicon description from X_GROUP_TYPE
PAY_TYPEVarchar2(30) Validation: Must be either a valid lexicon code, or a valid lexicon description from X_PAY_TYPE
STD_HOURS_PER_DAYNumber(9) Validation: May not exceed 24
STD_HOURS_PER_PAYNumber(9) Validation: May not exceed 744.
STD_HOURS_PER_WEEKNumber(9) Validation: May not exceed 168.
USE_FTE_WAGESVarchar2(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.
HOURLY_ROUNDINGNumber(18)
DAILY_ROUNDINGNumber(18)
WEEKS_PER_YEARNumber(9)
MONTHS_PER_YEARNumber(9)
ACCRUAL_METHODVarchar2(30) Validation: This field must be one of the following fixed lexicon values from X_ACCRUAL_METHOD
GOVT_REGIST_NUMBERVarchar2(30)
CDN_EI_REDUCED_RATENumber(18)
PAY_BY_CHECKVarchar2(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.
CONTRACT_TYPEVarchar2(30)
EMPLOYMENT_TYPEVarchar2(30) Validation: This field must be one of the following fixed lexicon values from X_EMPLOYMENT_TYPE.
FLSA_FACTORNumber(9)
FLSA_HOURSNumber(9)
FLSA_CALENDARVarchar2(16)
FLSA_USER_CALCVarchar2(16)
W2_EMPLOYMENT_TYPEVarchar2(30)
FED_REGIST_TYPEVarchar2(30)
STATE_REGIST_TYPEVarchar2(30)
LOCAL_REGIST_TYPEVarchar2(30)
GOVT_REGIST_SET_FEDVarchar2(16)
GOVT_REGIST_SET_STATEVarchar2(16)
GOVT_REGIST_SET_LOCALVarchar2(16)
FUND_USER_CALCVarchar2(16)
WC_REGIST_TYPEVarchar2(30)
ALLOCATION_TYPEVarchar2(30) Validation: This field must be one of the following fixed lexicon values from X_ALLOCATION_TYPE
BURDEN_PERCENTNumber(5)
DISTRIBUTION_DR_MASKVarchar2(50) Validation: The DISTRIBUTION_MASK is validated against the DISTRIBUTION_FORMAT specified for the GLCOMPANY that is associated with the ENTITY_CODE_SUB_DIVISION.
DISTRIBUTION_CR_MASKVarchar2(50) Validation: The DISTRIBUTION_MASK is validated against the DISTRIBUTION_FORMAT specified for the GLCOMPANY that is associated with the ENTITY_CODE_SUB_DIVISION.
ELEMENT_CODE_PRORATED_BYVarchar2(16) : Must be a valid element defined on P2K_PR_ELEMENTS.
ELEMENT_CODE_BASE_OFVarchar2(16) : Must be a valid element defined on P2K_PR_ELEMENTS.
DISTR_MASK_RULEVarchar2(30)
BURDEN_METHODVarchar2(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