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

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

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
12 26-Nov-2021 10:22 7 KB khiggs to previous
11 26-Nov-2021 10:22 6 KB rforbes to previous | to last
10 26-Nov-2021 10:22 6 KB JMyers to previous | to last
9 26-Nov-2021 10:22 6 KB RForbes to previous | to last
8 26-Nov-2021 10:22 6 KB RForbes to previous | to last
7 26-Nov-2021 10:22 6 KB RForbes to previous | to last
6 26-Nov-2021 10:22 6 KB JEscott to previous | to last
5 26-Nov-2021 10:22 6 KB JEscott to previous | to last
4 26-Nov-2021 10:22 6 KB JEscott to previous | to last
3 26-Nov-2021 10:22 2 KB JEscott to previous | to last
2 26-Nov-2021 10:22 3 KB JEscott to previous | to last
1 26-Nov-2021 10:22 2 KB JEscott to last

Page References

Incoming links Outgoing links
INF_CV_SUNDRYLINES

Version management

Difference between version and

At line 6 changed 21 lines
|[ID]|Number(10)| |
|[ENTITY_CODE]|Varchar2(16)|Y|
|[PERSON_CODE]|Varchar2(16)|Y |
|[HIRE_DATE]|Date()| |
|[FREQUENCY_CODE]|Varchar2(16)|Y|
|[SUNDRY_LINE_TYPE]|Varchar2(30)|Y|
|[START_DATE]|Date()|Y|
|[END_DATE]|Date()|Y|
|[PC_CODE_HEADER]|Number(4)|Y|
|[UNIT_CODE]|Varchar2(16)| |
|[GROUP_CODE]|Varchar2(16)| |
|[POSITION_CODE]|Varchar2(16)| |
|[JOB_CODE]|Varchar2(16)| |
|[LEAVE_TYPE_CODE]|Varchar2(16)| |
|[PLAN_CODE]|Varchar2(16)| |
|[USER_CALC_CODE]|Varchar2(16)| |
|[COUNTRY_CODE]|Varchar2(16)| |
|[STATE_PROVINCE_CODE]|Varchar2(16)| |
|[GEO_CODE]|Varchar2(16)| |
|[ASSIGNMENT_START_DATE]|Date()| |
|[ASSIGNMENT_CODE]|Varchar2(16)|Y|
|[ID]|Number(10)| | Used internally to define a unique identification for the record. This field would not be loaded.
|[ENTITY_CODE]|Varchar2(16)|Y|Used for validation of the employment record. Validation: The Entity Code provided must be defined on [P2K_CM_ENTITIES]
|[PERSON_CODE]|Varchar2(16)|Y |Used for validation of the employment record. Validation: Must be a valid [PERSON_CODE] already defined on the [P2K_HR_IDENTITIES] table.
|[HIRE_DATE]|Date()| |Used for validation of the employment record. Derivation: If you do not provide a hire date, the conversion application will look for any [P2K_HR_EMPLOYMENTS] record that matches the other criteria. Validation: Must be a valid date.
|[FREQUENCY_CODE]|Varchar2(16)|Y|Validation: Must be a valid frequency code defined on [P2K_PR_FREQUENCIES].
|[SUNDRY_LINE_TYPE]|Varchar2(30)|Y|Validation: Must be one of the fixed lexicon values from [X_SUNDRY_LINE_TYPE]
|[START_DATE]|Date()|Y|Validation: Must be a valid date.
|[END_DATE]|Date()|Y|Validation: Must be a valid date.
|[PC_CODE_HEADER]|Number(4)|Y|Validation: Must be a valid [pay component|PAY COMPONENTS] already defined on [P2K_PR_PAY_COMPONENTS] for which transactions may be entered
|[UNIT_CODE]|Varchar2(16)| |Used to validate the [GROUP_CODE], [JOB_CODE], [PREMIUM_CODE] and [PC_CODE] provided. Validation: Must be a valid unit already existing in the [P2K_CM_UNITS] table.
|[GROUP_CODE]|Varchar2(16)| |Used to validate the [PC_CODE] provided. Validation: Must be a valid group for the indicated unit already defined on [P2K_CM_GROUPS].
|[POSITION_CODE]|Varchar2(16)| |Validation: Must be a valid position already defined on [P2K_CM_POSITIONS]
|[JOB_CODE]|Varchar2(16)| |Validation: Must be a valid job already defined on [P2K_CM_JOBS]
|[LEAVE_TYPE_CODE]|Varchar2(16)| |Validation: Must be a valid leave type already defined on [P2K_AT_LEAVE_POLICY_TYPES]
|[PLAN_CODE]|Varchar2(16)| |Validation: Must be a valid plan code already defined on [P2K_BE_PLAN_DEFINITIONS]
|[USER_CALC_CODE]|Varchar2(16)| |Validation: Must be a valid User Calc Code already defined on [P2K_AM_USER_CALCS]
|[COUNTRY_CODE]|Varchar2(16)| |Used to validate the [STATE_PROVINCE_CODE] provided.
|[STATE_PROVINCE_CODE]|Varchar2(16)| |Used to validate the [GEO_CODE] provided.
|[GEO_CODE]|Varchar2(16)| |Validation: Must be a valid [GEO_CODE] already defined on [P2K_CM_TAX_JURISDICTIONS] in the state indicated
|[ASSIGNMENT_START_DATE]|Date()| |Used to validate the ASSIGNMENT record. The employee must have an assignment record that corresponds to the Assignment Type / Assignment Start Date for this employee. Validation: Must be a valid date.
|[ASSIGNMENT_CODE]|Varchar2(16)|Y|Used to validate the ASSIGNMENT record. The employee must have an assignment record that corresponds to the Assignment Type / Assignment Start Date for this employee
At line 28 changed 2 lines
|[PAY_POINT_TYPE]|Varchar2(30)| |
|[PAY_POINT_TASK]|Varchar2(30)| |
|[PAY_POINT_TYPE]|Varchar2(30)| |Validation: Must be one of the fixed lexicon values from[X_PAY_POINT_TYPE]
|[PAY_POINT_TASK]|Varchar2(30)| |Validation: Must be one of the fixed lexicon values from[X_PAY_POINT_TASK]
At line 32 changed 3 lines
|[TIME_BASIS]|Varchar2(30)| |
|[WCB_CLASS]|Varchar2(30)| |
|[DISTRIBUTION_MASK]|Varchar2(50)| |
|[TIME_BASIS]|Varchar2(30)| |Validation: Must be one of the fixed lexicon values from[X_TIME_BASIS]
|[WCB_CLASS]|Varchar2(30)| |Validation: Must be one of the fixed lexicon values from[X_WCB_CLASS]
|[DISTRIBUTION_MASK]|Varchar2(50)| |Validation: Must be a valid distribution mask for the [GL_COMPANY_CODE] of the [ENTITY_CODE] specified.
At line 41 changed 6 lines
|[PC_CODE_DETAILS]|Number(4)| |
|[PC_ACTION]|Varchar2(30)|Y|
|[PC_DETAIL_TYPE]|Varchar2(30)|Y|
|[ELEMENT_CODE]|Varchar2(16)| |
|[USER_VARIABLE_CODE]|Varchar2(16)| |
|[PC_CALC_METHOD]|Varchar2(30)| |
|[PC_CODE_DETAILS]|Number(4)| |Validation: Must be a valid [Pay Component|PAY COMPONENTS] code already defined on [P2K_PR_PAY_COMPONENTS].
|[PC_ACTION]|Varchar2(30)|Y|Validation: Must be one of the fixed lexicon values from [X_PC_ACTION].
|[PC_DETAIL_TYPE]|Varchar2(30)|Y|Validation: Must be one of the fixed lexicon values from [X_PC_DETAIL_TYPE].
|[ELEMENT_CODE]|Varchar2(16)| |Validation: Must be a valid [element|PAY ELEMENTS] code already defined on [P2K_PR_ELEMENTS].
|[USER_VARIABLE_CODE]|Varchar2(16)| |Validation: Must be a valid user variable already defined on [P2K_AM_USER_VARIABLES]
|[PC_CALC_METHOD]|Varchar2(30)| |Validation: Must be one of the fixed lexicon values from [X_PC_CALC_METHOD]
At line 50 changed 2 lines
|[RATE_BASIS]|Varchar2(30)| |
|[RATE_BASIS_OVERRIDE]|Varchar2(30)| |
|[RATE_BASIS]|Varchar2(30)| |Validation: Must be one of the fixed lexicon values from [X_RATE_BASIS]
|[RATE_BASIS_OVERRIDE]|Varchar2(30)| |Validation: Must be one of the fixed lexicon values from [X_RATE_BASIS]
At line 55 changed 4 lines
|[DISTRIBUTION_DR_MASK]|Varchar2(50)| |
|[DISTRIBUTION_CR_MASK]|Varchar2(50)| |
|[PC_RATE_SOURCE]|Varchar2(30)| |
|[HIGHER_OF_RATE]|Varchar2(4)| |
|[DISTRIBUTION_DR_MASK]|Varchar2(50)| |Validation: Must be a valid distribution mask for the [GL_COMPANY_CODE] indicated by the entity code provided.
|[DISTRIBUTION_CR_MASK]|Varchar2(50)| |Validation: Must be a valid distribution mask for the [GL_COMPANY_CODE] indicated by the entity code provided.
|[PC_RATE_SOURCE]|Varchar2(30)| | Validation: Must be one of the fixed lexicon values from [X_PC_RATE_SOURCE]
|[HIGHER_OF_RATE]|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.
At line 61 changed 4 lines
|[CREATE_DATE]|Date()| |
|[CREATE_USER]|Varchar2(30)| |
|[CHANGE_DATE]|Date()| |
|[CHANGE_USER]|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.