This page (revision-14) was last changed on 26-Nov-2021 10:22 by rforbes

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
14 26-Nov-2021 10:22 5 KB rforbes to previous
13 26-Nov-2021 10:22 5 KB jmyers to previous | to last WORK_RULE_CODE ==> WORK_RULE (Field)
12 26-Nov-2021 10:22 5 KB JMyers to previous | to last
11 26-Nov-2021 10:22 6 KB JMyers to previous | to last
10 26-Nov-2021 10:22 6 KB JMyers to previous | to last
9 26-Nov-2021 10:22 5 KB JMyers to previous | to last
8 26-Nov-2021 10:22 5 KB JMyers to previous | to last
7 26-Nov-2021 10:22 10 KB JMyers to previous | to last
6 26-Nov-2021 10:22 30 KB JMyers to previous | to last
5 26-Nov-2021 10:22 32 KB JMyers to previous | to last
4 26-Nov-2021 10:22 2 KB JMyers to previous | to last
3 26-Nov-2021 10:22 2 KB JMyers to previous | to last
2 26-Nov-2021 10:22 1 KB JMyers to previous | to last
1 26-Nov-2021 10:22 5 KB JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
!!!Alias: IVDGR
(INF_CV_GROUPS)
[{TableOfContents }]
!!!GROUP INTERFACE FILE
At line 4 changed one line
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.
The Group Interface File screen is used to import groups codes into the software data structures.
At line 6 changed 61 lines
Tables loaded:
*[P2K_CM_GROUPS] (first record for each group code only)
*[P2K_CM_GROUP_DETAILS] (first record and subsequent effective splits)
!!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 defined on [P2K_CM_ENTITIES]
|[UNIT_CODE]|Varchar2(16)|Y|Validation: Must be a valid unit code defined on [P2K_CM_UNITS]
|[GROUP_CODE]|Varchar2(16)|Y|Validation: Must be a unique group code for the unit provided.
|[STANDING]|Varchar2(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”.
|[EFFECTIVE]|Date()| |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.
|[EXPIRY]|Date()| |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_CODE]|Varchar2(16)| |Validation: The Change Code provided must be defined on [P2K_CM_CHANGE_REASONS]
|[DESCRIPTION]|Varchar2(50)| |
|[STATUS_CODE_STARTED]|Varchar2(16)| |Validation: Must be an Employment Status code defined on [P2K_CM_EMPLOYMENT_STATUSES]
|[STATUS_CODE_ENDED]|Varchar2(16)| |Validation: Must be an Employment Status code defined on [P2K_CM_EMPLOYMENT_STATUSES].
|[WORK_RULE_CODE]|Varchar2(16)| |Validation: Must be a Work Rule Code defined on [P2K_CM_WORK_RULES].
|[PAYROLL_CODE]|Varchar2(16)| |Validation: Must be a payroll code defined on [P2K_PR_PAYROLLS]
|[WAGE_STEP_RULE_CODE]|Varchar2(16)| |Validation: Must be a wage step code defined on [P2K_SA_WAGE_STEP_RULES].
|[GROUP_TYPE]|Varchar2(30)| |Validation: Must be either a valid lexicon code, or a valid lexicon description from [X_GROUP_TYPE]
|[PAY_TYPE]|Varchar2(30)| |Validation: Must be either a valid lexicon code, or a valid lexicon description from [X_PAY_TYPE]
|[STD_HOURS_PER_DAY]|Number(9)| |Validation: May not exceed 24
|[STD_HOURS_PER_PAY]|Number(9)| |Validation: May not exceed 744.
|[STD_HOURS_PER_WEEK]|Number(9)| |Validation: May not exceed 168.
|[USE_FTE_WAGES]|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.
|[HOURLY_ROUNDING]|Number(18)| |
|[DAILY_ROUNDING]|Number(18)| |
|[WEEKS_PER_YEAR]|Number(9)| |
|[MONTHS_PER_YEAR]|Number(9)| |
|[ACCRUAL_METHOD]|Varchar2(30)| |Validation: This field must be one of the following fixed lexicon values from [X_ACCRUAL_METHOD]
|[GOVT_REGIST_NUMBER]|Varchar2(30)| |
|[CDN_EI_REDUCED_RATE]|Number(18)| |
|[PAY_BY_CHECK]|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.
|[CONTRACT_TYPE]|Varchar2(30)| |
|[EMPLOYMENT_TYPE]|Varchar2(30)| |Validation: This field must be one of the following fixed lexicon values from [X_EMPLOYMENT_TYPE].
|[FLSA_FACTOR]|Number(9)| |
|[FLSA_HOURS]|Number(9)| |
|[FLSA_CALENDAR]|Varchar2(16)| |
|[FLSA_USER_CALC]|Varchar2(16)| |
|[W2_EMPLOYMENT_TYPE]|Varchar2(30)| |
|[FED_REGIST_TYPE]|Varchar2(30)| |
|[STATE_REGIST_TYPE]|Varchar2(30)| |
|[LOCAL_REGIST_TYPE]|Varchar2(30)| |
|[GOVT_REGIST_SET_FED]|Varchar2(16)| |
|[GOVT_REGIST_SET_STATE]|Varchar2(16)| |
|[GOVT_REGIST_SET_LOCAL]|Varchar2(16)| |
|[FUND_USER_CALC]|Varchar2(16)| |
|[WC_REGIST_TYPE]|Varchar2(30)| |
|[ALLOCATION_TYPE]|Varchar2(30)| |Validation: This field must be one of the following fixed lexicon values from [X_ALLOCATION_TYPE]
|[BURDEN_PERCENT]|Number(5)| |
|[DISTRIBUTION_DR_MASK]|Varchar2(50)| |Validation: The [DISTRIBUTION_MASK] is validated against the [DISTRIBUTION_FORMAT] specified for the GLCOMPANY that is associated with the [ENTITY_CODE_SUB_DIVISION|ENTITY_CODE].
|[DISTRIBUTION_CR_MASK]|Varchar2(50)| |Validation: The [DISTRIBUTION_MASK] is validated against the [DISTRIBUTION_FORMAT] specified for the GLCOMPANY that is associated with the [ENTITY_CODE_SUB_DIVISION|ENTITY_CODE].
|[ELEMENT_CODE_PRORATED_BY]|Varchar2(16)| |: Must be a valid element defined on [P2K_PR_ELEMENTS].
|[ELEMENT_CODE_BASE_OF]|Varchar2(16)| |: Must be a valid element defined on [P2K_PR_ELEMENTS].
|[DISTR_MASK_RULE]|Varchar2(30)| |
|[BURDEN_METHOD]|Varchar2(30)| |
|[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.
Group Interface File data is maintained on the [INF_CV_GROUPS] table.
At line 8 added 51 lines
:[|ID]:
:[|ENTITY_CODE]:
:[|UNIT_CODE]:
:[|GROUP_CODE]:
:[|STANDING]:
:[|EFFECTIVE]:
:[|EXPIRY]:
:[|CHANGE_CODE]:
:[|DESCRIPTION]:
:[|STATUS_CODE_STARTED]:
:[|STATUS_CODE_ENDED]:
:[|WORK_RULE_CODE]:
:[|PAYROLL_CODE]:
:[|WAGE_STEP_RULE_CODE]:
:[|GROUP_TYPE]:
:[|PAY_TYPE]:
:[|STD_HOURS_PER_DAY]:
:[|STD_HOURS_PER_PAY]:
:[|STD_HOURS_PER_WEEK]:
:[|USE_FTE_WAGES]:
:[|HOURLY_ROUNDING]:
:[|DAILY_ROUNDING]:
:[|WEEKS_PER_YEAR]:
:[|MONTHS_PER_YEAR]:
:[|ACCRUAL_METHOD]:
:[|GOVT_REGIST_NUMBER]:
:[|CDN_EI_REDUCED_RATE]:
:[|PAY_BY_CHECK]:
:[|CONTRACT_TYPE]:
:[|EMPLOYMENT_TYPE]:
:[|FLSA_FACTOR]:
:[|FLSA_HOURS]:
:[|FLSA_CALENDAR]:
:[|FLSA_USER_CALC]:
:[|W2_EMPLOYMENT_TYPE]:
:[|FED_REGIST_TYPE]:
:[|STATE_REGIST_TYPE]:
:[|LOCAL_REGIST_TYPE]:
:[|GOVT_REGIST_SET_FED]:
:[|GOVT_REGIST_SET_STATE]:
:[|GOVT_REGIST_SET_LOCAL]:
:[|FUND_USER_CALC]:
:[|WC_REGIST_TYPE]:
:[|ALLOCATION_TYPE]:
:[|BURDEN_PERCENT]:
:[|DISTRIBUTION_DR_MASK]:
:[|DISTRIBUTION_CR_MASK]:
:[|ELEMENT_CODE_PRORATED_BY]:
:[|ELEMENT_CODE_BASE_OF]:
:[|DISTR_MASK_RULE]:
:[|BURDEN_METHOD]:
At line 60 added one line
At line 72 changed 2 lines
![Discussion|Edit:Internal.INF_CV_GROUPS]
[{InsertPage page='Internal.INF_CV_GROUPS' default='Click to create a new discussion page'}]
![Discussion|Edit:Internal.IVDGR]
[{InsertPage page='Internal.IVDGR' default='Click to create a new discussion page'}]