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

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
!!!Alias: [IVEPP]
!!!Alias: IVEPP
At line 3 added 2 lines
\\
Holds all of the property details for any given id
At line 4 removed 3 lines
The INF_CV_PROPERTIES table is used to import property information into the software data structures. The property table allows users to define company equipment, cards, and any other component that are given to or issued to employees.
Tables loaded: [P2K_HR_PROPERTIES]
At line 9 changed 18 lines
||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.
|[PERSON_CODE]|Varchar2(16)|Y|Validation: Must be a valid [PERSON_CODE] already defined on the [P2K_HR_IDENTITIES] table.
|[PROPERTY_TYPE]|Varchar2(30)|Y|Validation: If provided, must be one of the fixed lexicon values from [X_PROPERTY_TYPE]
|[START_DATE]|Date()|Y|Validation: Must be a valid date.
|[PROPERTY_CODE]|Varchar2(16)|Y|
|[END_DATE]|Date()|Y|Validation: Must be a valid date, after the start date.
|[RENEWAL_DATE]|Date()| |Validation: Must be a valid date.
|[DESCRIPTION]|Varchar2(50)| |
|[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.
----
![Notes|Edit:Internal.INF_CV_PROPERTIES]
[{InsertPage page='Internal.INF_CV_PROPERTIES' default='Click to create a new notes page'}]
||Column name||Data Type / Size||Domain||Mand.||Notes
|[ID]|Number(10)|[ID]| |
|[PERSON_CODE]|Varchar2(16)|[CODE]|Y|
|[PROPERTY_TYPE]|Varchar2(30)|[VARCHAR30|VARCHARnn]|Y|
|[START_DATE]|Date()|[DATE]|Y|
|[PROPERTY_CODE]|Varchar2(16)|[CODE]|Y|
|[END_DATE]|Date()|[DATE]|Y|
|[RENEWAL_DATE]|Date()|[DATE]| |
|[DESCRIPTION]|Varchar2(50)|[DESCRIPTION]| |
|[CREATE_DATE]|Date()|[DATE]| |
|[CREATE_USER]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[CHANGE_DATE]|Date()|[DATE]| |
|[CHANGE_USER]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |