TAX_SCHEDULE_LABELS 
Default Table Name  TAX_SCHEDULE_LABELS 
Definition 
 Name: Tax Schedule Labels.     Description: This table contains valid tax schedules labels in the system.
 

TAX_SCHEDULE_LABELS Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
TAX_SCHEDULE_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Tax Schedule. Description: The tax code type unique identifier.
 
COUNTRY_CD(PK)(FK)    VARCHAR(2)  NO 
Name: Country. Description: The country code for the configuration labels.
 
LANGUAGE_CD(PK)(FK)    VARCHAR(2)  NO 
Name: Language. Description: The language code for the configuration labels.
 
RATE1_LBL    VARCHAR(20)  YES 
Name: Tax Rate 1 Label. Description: Label for the first user-defined rate.
 
RATE2_LBL    VARCHAR(20)  YES 
Name: Tax Rate 2 Label. Description: Label for the second user-defined rate.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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.
 

TAX_SCHEDULE_LABELS Keys 
Key Name  Key Type  Keys 
RI_F00270  Inversion Entry  TAX_SCHEDULE_CD 
RI_F00269  Inversion Entry  COUNTRY_CD, LANGUAGE_CD 
PI_0211  PrimaryKey  TAX_SCHEDULE_CD, COUNTRY_CD, LANGUAGE_CD 

TAX_SCHEDULE_LABELS Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
LANGUAGE  Identifying  One To Zero or More        COUNTRY_CD, LANGUAGE_CD  NO 
TAX_SCHEDULE  Identifying  One To Zero or More        TAX_SCHEDULE_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype