Alias: IVEPP#

(INF_CV_PROPERTIES)

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

Table Columns#


Column nameData Type / SizeMand.Notes
IDNumber(10) Used internally to define a unique identification for the record. This field would not be loaded.
PERSON_CODEVarchar2(16)YValidation: Must be a valid PERSON_CODE already defined on the P2K_HR_IDENTITIES table.
PROPERTY_TYPEVarchar2(30)YValidation: If provided, must be one of the fixed lexicon values from X_PROPERTY_TYPE
START_DATEDate()YValidation: Must be a valid date.
PROPERTY_CODEVarchar2(16)Y
END_DATEDate()YValidation: Must be a valid date, after the start date.
RENEWAL_DATEDate() Validation: Must be a valid date.
DESCRIPTIONVarchar2(50)
CREATE_DATEDate() This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CREATE_USERVarchar2(30) This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CHANGE_DATEDate() This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CHANGE_USERVarchar2(30) This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.


Notes #

Click to create a new notes page