Alias: IVEMT#

The INF_CV_MILITARIES table is used to import employee military records into the software data structures. This table is used for employees who have performed prior military service or have current military commitments.

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
MILITARY_BRANCHVarchar2(30)YValidation: Must be either a valid lexicon code, or a valid lexicon description from X_MILITARY_BRANCH
ENLISTED_DATEDate()YValidation: Must be a valid date.
DESCRIPTIONVarchar2(50)
MILITARY_STATUSVarchar2(30) Validation: Must be either a valid lexicon code, or a valid lexicon description from X_MILITARY_STATUS
MILITARY_RANKVarchar2(30) Validation: Must be either a valid lexicon code, or a valid lexicon description from X_MILITARY_RANK
DISCHARGED_DATEDate() Validation: Must be a valid date
DISCHARGE_TYPEVarchar2(30) Validation: Must be either a valid lexicon code, or a valid lexicon description X_MILITARY_DISCH_TYPE
SECURITY_CLEARANCEVarchar2(30) Validation: Must be either a valid lexicon code, or a valid lexicon description X_SECURITY_CLEARANCE
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.