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

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
6 26-Nov-2021 10:22 2 KB JMyers to previous
5 26-Nov-2021 10:22 5 KB JMyers to previous | to last
4 26-Nov-2021 10:22 5 KB JMyers to previous | to last
3 26-Nov-2021 10:22 1010 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 825 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 2 KB JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
!!!Alias: [IVSRG]
(INF_CV_RANGES)
[{TableOfContents }]
!!!RANGE INTERFACE FILE
At line 4 changed one line
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
The Range Interface File screen is used to import salary ranges and range rules into the software data structures.
At line 6 changed 28 lines
Tables loaded:
*[P2K_SA_SALARY_RANGES] (first record for each range code only)
*[P2K_SA_SALARY_RANGE_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].
|[RANGE_CODE]|Varchar2(16)|Y|Validation: Must be a unique range code for the entity specified.
|[RANGE_METHOD]|Varchar2(30)|Y|Validation: If provided, must be one of the fixed lexicon values from [X_RANGE_METHOD]
|[DESCRIPTION]|Varchar2(50)| |
|[EFFECTIVE]|Date()|Y|Validation: 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.
|[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 range 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]
|[MATRIX_CODE]|Varchar2(16)| |
|[MATRIX_START_DATE]|Date()| |
|[RATE_BASIS]|Varchar2(30)|Y|Validation: If provided, must be one of the fixed lexicon values from [X_RATE_BASIS].
|[RANGE_MINIMUM]|Number(18)| |
|[RANGE_MIDPOINT]|Number(18)| |
|[RANGE_MAXIMUM]|Number(18)| |
|[BASE_AMOUNT]|Number(18)| |
|[DOLLAR_PER_POINT]|Number(18)| |
|[MAXIMUM_PERCENT]|Number(5)| |
|[MINIMUM_PERCENT]|Number(5)| |
|[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.
Range Interface File data is maintained on the [INF_CV_RANGES] table.
At line 8 added 17 lines
;[ID|ID]:This field identifies the range record within the data base.
;[Entity|ENTITY_CODE]:You may associate the range code to a specific entity within this field.
;[Range|RANGE_CODE]:This field holds the user-created code that uniquely identifies the range being created.
;[Range Method|RANGE_METHOD]:This field identifies the method that will be used to calculate the range.
;[Description|DESCRIPTION]:A description of the range is provided in this field.
;[Effective As Of|EFFECTIVE]/[Expires On|EXPIRY]:If the range is time limited, the date range of that period is defined in this field.
;[Change Reason|CHANGE_CODE]:This field displays the ‘Change Reason’ code, which provides the rationale as to why information has been created or changed as of an effective date.
;[Salary Matrix|MATRIX_CODE]:This field allows you to associate a salary matrix with the salary range.
;[Start Date|MATRIX_START_DATE]:Over time, the values of the compa-ratios, and the percentages of wages that apply, may change. This field allows you to define the dates during which the matrix is applicable.
;[Basis|RATE_BASIS]:This field defines the time period (hour, day, week, year) to be used with the salary range defined. E.G. $40,000 /YR or $16/HR.
;[Minimum Range|RANGE_MINIMUM]:If the salary range is defined by a fixed range, this field identifies the minimum value of that range.
;[Midpoint Range|RANGE_MIDPOINT]:If the salary range is defined by a fixed range, this field identifies the midpoint value of that range.
;[Maximum Range|RANGE_MAXIMUM]:If the salary range is defined by a fixed range, this field identifies the maximum value of that range.
;[Base Amount|BASE_AMOUNT]:If the salary range is defined by a formula, this field holds the base value to be used for the range rule.\\Range Midpoint = Base Amount + (Dollar Per Point x Evaluated Points).
;[Dollar Per Point|DOLLAR_PER_POINT]:If the salary range is defined by a formula, this field holds the dollars “earned” per point awarded at the job level.
;[Maximum %|MAXIMUM_PERCENT]:If the salary range is defined by a formula, this field holds the percent that will be used to calculate the maximum value of the range.
;[Minimum %|MINIMUM_PERCENT]:If the salary range is defined by a formula, this field holds the percent that will be used to calculate the minimum value of the range.
At line 36 removed 2 lines
[{If var='loginstatus' contains 'authenticated'
At line 39 changed 2 lines
![Discussion|Edit:Internal.INF_CV_RANGES]
[{InsertPage page='Internal.INF_CV_RANGES' default='Click to create a new discussion page'}]
![Notes|Edit:Internal.IVSRG]
[{InsertPage page='Internal.IVSRG' default='Click to create a new notes page'}]
At line 42 removed one line
}]