GENERAL_CONFIG_LABELS 
Default Table Name  GENERAL_CONFIG_LABELS 
Definition 
 Name: General Configuration Labels.     Description: This table stores the general system configuration labels in accordance with the language settings.
 

GENERAL_CONFIG_LABELS Columns 
ColumnName  Domain  Datatype  NULL  Definition 
COMPANY_ID(PK)(FK)    VARCHAR2(10)  NO 
Name: Record Key. Description: The company ID for the configuration labels.
 
COUNTRY_CD(PK)(FK)    VARCHAR2(2)  NO 
Name: Country. Description: The country code for the configuration labels.
 
LANGUAGE_CD(PK)(FK)    VARCHAR2(2)  NO 
Name: Language. Description: The language code for the configuration labels.
 
EMPL_CODE1_LBL    VARCHAR2(20)  YES 
Name: Employee User Defined Code Label 1. Description: Label for the first user-defined alphanumeric field in the employee table.
 
EMPL_CODE2_LBL    VARCHAR2(20)  YES 
Name: Employee User Defined Code Label 2. Description: Label for the second user-defined alphanumeric field in the employee table.
 
EMPL_CODE3_LBL    VARCHAR2(20)  YES 
Name: Employee User Defined Code Label 3. Description: Label for the third user-defined alphanumeric field in the employee table.
 
EMPL_DATE1_LBL    VARCHAR2(20)  YES 
Name: Employee User Defined Date Label 1. Description: Label for the first user-defined date field in the employee table.
 
EMPL_DATE2_LBL    VARCHAR2(20)  YES 
Name: Employee User Defined Date Label 2. Description: Label for the second user-defined date field in the employee table.
 
EMPL_DATE3_LBL    VARCHAR2(20)  YES 
Name: Employee User Defined Date Label 3. Description: Label for the third user-defined date field in the employee table.
 
UDT01_CODE1_LBL    VARCHAR2(20)  YES 
Name: UDT01 User Defined Code Label 1. Description: Label for the first user-defined alphanumeric field in the UDT01 table.
 
UDT01_CODE2_LBL    VARCHAR2(20)  YES 
Name: UDT01 User Defined Code Label 2. Description: Label for the second user-defined alphanumeric field in the UDT01 table.
 
UDT01_CODE3_LBL    VARCHAR2(20)  YES 
Name: UDT01 User Defined Code Label 3. Description: Label for the third user-defined alphanumeric field in the UDT01 table.
 
UDT01_DATE1_LBL    VARCHAR2(20)  YES 
Name: UDT01 User Defined Date Label 1. Description: Label for the first user-defined date field in the UDT01 table.
 
UDT01_DATE2_LBL    VARCHAR2(20)  YES 
Name: UDT01 User Defined Date Label 2. Description: Label for the second user-defined date field in the UDT01 table.
 
UDT01_DATE3_LBL    VARCHAR2(20)  YES 
Name: UDT01 User Defined Date Label 3. Description: Label for the third user-defined date field in the UDT01 table.
 
UDT02_CODE1_LBL    VARCHAR2(20)  YES 
Name: UDT02 User Defined Code Label 1. Description: Label for the first user-defined alphanumeric field in the UDT02 table.
 
UDT02_CODE2_LBL    VARCHAR2(20)  YES 
Name: UDT02 User Defined Code Label 2. Description: Label for the second user-defined alphanumeric field in the UDT02 table.
 
UDT02_CODE3_LBL    VARCHAR2(20)  YES 
Name: UDT02 User Defined Code Label 3. Description: Label for the third user-defined alphanumeric field in the UDT02 table.
 
UDT02_DATE1_LBL    VARCHAR2(20)  YES 
Name: UDT02 User Defined Date Label 1. Description: Label for the first user-defined date field in the UDT02 table.
 
UDT02_DATE2_LBL    VARCHAR2(20)  YES 
Name: UDT02 User Defined Date Label 2. Description: Label for the second user-defined date field in the UDT02 table.
 
UDT02_DATE3_LBL    VARCHAR2(20)  YES 
Name: UDT02 User Defined Date Label 3. Description: Label for the third user-defined date field in the UDT02 table.
 
MODIFIED_BY    VARCHAR2(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMBER(10, 0)  NO 
Name: Row Version. Description: The number of times this record has been updated.
 
TIME_STAMP    DATE  NO 
Name: Time Stamp. Description: Date and time the record was last modified.
 
PROVIDER_CODE1_LBL    VARCHAR2(20)  YES 
Name: Provider User Defined Code 1 Label. Description: Label for the first user-defined alphanumeric field in the provider table.
 
PROVIDER_CODE2_LBL    VARCHAR2(20)  YES 
Name: Provider User Defined Code 2 Label. Description: Label for the second user-defined alphanumeric field in the provider table.
 
PROVIDER_CODE3_LBL    VARCHAR2(20)  YES 
Name: Provider User Defined Code 3 Label. Description: Label for the third user-defined alphanumeric field in the provider table.
 
SECURITY_QUESTION_S    VARCHAR2(4000)  YES 
Name: . Description: Security Question.
 

GENERAL_CONFIG_LABELS Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0137  PrimaryKey  COMPANY_ID, COUNTRY_CD, LANGUAGE_CD 

GENERAL_CONFIG_LABELS Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
COMPANY  Identifying  One To Zero or More  F00120      COMPANY_ID  NO  NO 
LANGUAGE  Identifying  One To Zero or More  F00121      COUNTRY_CD, LANGUAGE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable