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

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed 23 lines
||Column name||Data Type / Size||Domain||Mand.||Notes
|[ID]|Number(10)|[ID]| |
|[ENTITY_CODE]|Varchar2(16)|[CODE]|Y|
|[RANGE_CODE]|Varchar2(16)|[CODE]|Y|
|[RANGE_METHOD]|Varchar2(30)|[VARCHAR30|VARCHARnn]|Y|
|[DESCRIPTION]|Varchar2(50)|[DESCRIPTION]| |
|[EFFECTIVE]|Date()|[EFFECTIVE]|Y|
|[EXPIRY]|Date()|[EXPIRY]| |
|[CHANGE_CODE]|Varchar2(16)|[CODE]| |
|[MATRIX_CODE]|Varchar2(16)|[CODE]| |
|[MATRIX_START_DATE]|Date()|[DATE]| |
|[RATE_BASIS]|Varchar2(30)|[VARCHAR30|VARCHARnn]|Y|
|[RANGE_MINIMUM]|Number(18)|[AMT12V6|AMTnn]| |
|[RANGE_MIDPOINT]|Number(18)|[AMT12V6|AMTnn]| |
|[RANGE_MAXIMUM]|Number(18)|[AMT12V6|AMTnn]| |
|[BASE_AMOUNT]|Number(18)|[AMT12V6|AMTnn]| |
|[DOLLAR_PER_POINT]|Number(18)|[AMT12V6|AMTnn]| |
|[MAXIMUM_PERCENT]|Number(5)|[PERCENT]| |
|[MINIMUM_PERCENT]|Number(5)|[PERCENT]| |
|[CREATE_DATE]|Date()|[DATE]| |
|[CREATE_USER]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[CHANGE_DATE]|Date()|[DATE]| |
|[CHANGE_USER]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
||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.