!!!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 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 |[MILITARY_BRANCH]|Varchar2(30)|Y|Validation: Must be either a valid lexicon code, or a valid lexicon description from [X_MILITARY_BRANCH] |[ENLISTED_DATE]|Date()|Y|Validation: Must be a valid date. |[DESCRIPTION]|Varchar2(50)| | |[MILITARY_STATUS]|Varchar2(30)| |Validation: Must be either a valid lexicon code, or a valid lexicon description from [X_MILITARY_STATUS] |[MILITARY_RANK]|Varchar2(30)| |Validation: Must be either a valid lexicon code, or a valid lexicon description from [X_MILITARY_RANK] |[DISCHARGED_DATE]|Date()| |Validation: Must be a valid date |[DISCHARGE_TYPE]|Varchar2(30)| |Validation: Must be either a valid lexicon code, or a valid lexicon description [X_MILITARY_DISCH_TYPE] |[SECURITY_CLEARANCE]|Varchar2(30)| | Validation: Must be either a valid lexicon code, or a valid lexicon description [X_SECURITY_CLEARANCE] |[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.