Alias: IVDUN#

(INF_CV_UNITS)

The INF_CV_UNITS table is used to import unit codes and their attendant data into the software data structures. A unit is a union, a bargaining unit, or a business sector of the organization that has a common set of employment rules and options. A unit normally has some kind of publication, such as a union contract, an employee handbook, or a policy and procedures manual detailing the employment rules that apply to the unit.

Typical organization units are Salaried, Hourly or Union ABC.

Tables loaded:

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.
ENTITY_CODEVarchar2(16)YValidation: Must be a valid entity code defined on P2K_CM_ENTITIES.
UNIT_CODEVarchar2(16)YValidation: Must be a unique unit code for the entity provided.
STANDINGVarchar2(30) Validation: Must be either a valid lexicon code, or a valid lexicon description from X_STANDING. Suggestion: Normally, you would only load active units, so you could populate this field with a constant value of “A”.
EFFECTIVEDate()YValidation: Must be a valid date format. Suggestion: If you are not loading multiple date-effective records for the same unit code, then populate this field with a constant ‘01-Jan-0001’ which represents the beginning of time.
EXPIRYDate() Validation: Must be a valid date format, with a date after the effective date. Suggestion: If you are not loading multiple date-effective records for the same unit code, then populate this field with a constant ‘31-Dec-3999’ which represents the end of time.
CHANGE_CODEVarchar2(16) Validation: The Change Code provided must be defined on P2K_CM_CHANGE_REASONS
DESCRIPTIONVarchar2(50)Y
UNIT_STATUSVarchar2(30) Validation: Must be either a valid lexicon code, or a valid lexicon description from X_UNIT_STATUS. Suggestion: Normally, you would only load active units, so you could populate this field with a constant value of “A”.
AGREEMENT_START_DATEDate() Validation: Must be a valid date.
AGREEMENT_END_DATEDate() Validation: Must be a valid date, with a date after the agreement start date.
UNIT_NAMEVarchar2(50)
UNIT_LOCALVarchar2(50)
UNIT_SUB_LOCALVarchar2(50)
UNIT_TEXTVarchar2(4000)
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