!!!Alias: IVEPP 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. !!Table Columns \\ ||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]| |