TAX_SCHEDULE_RATE 
Default Table Name  TAX_SCHEDULE_RATE 
Definition 
 Name: Tax Schedule Labels.     Description: This table contains valid tax rate schedules for the system.
 

TAX_SCHEDULE_RATE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
TAX_SCHEDULE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Tax Schedule. Description: The tax code type unique identifier.
 
EFFECTIVE_DT(PK)    DATE  NO 
Name: Effective Date. Description: Effective date. 
 
EXP_TYPE_CD(PK)    VARCHAR2(10)  NO 
Name: Expense Type. Description: The expense type code for the tax schedule if record is expense type specific. If the record is not for a specific expense type, "ALL" will be stored in this field.
 
TAX_LOCATION_S(PK)    VARCHAR2(20)  NO 
Name: Tax Location. Description: The location used in the tax schedule. If record is not for a specific location, "ALL" will be stored in this field.
 
TAX_RATE1_PCT    NUMBER(5, 4)  NO 
Name: Tax Rate 1 Percentage. Description: The Rate1 percentage for this tax schedule record.
 
TAX_RATE2_PCT    NUMBER(5, 4)  NO 
Name: Tax Rate 2 Percentage. Description: The Rate2 percentage for this tax schedule record.
 
TOLERANCE_PCT    NUMBER(3, 2)  NO 
Name: Tolerance Percentage. Description: The tolerance percentage that a user can deviate from system calculated rate.
 
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.
 
TAX_RECOVERY_RATE1_PCT    NUMBER(3, 2)  NO 
Name: Tax Rate 1 Recovery Percentage. Description: The rate 1 tax recovery percentage for this tax schedule record.
 
TAX_RECOVERY_RATE2_PCT    NUMBER(3, 2)  NO 
Name: Tax Rate 2 Recovery Percentage. Description: The rate 2 tax recovery percentage for this tax schedule record.
 
S_RATE2_CALC_METHOD_CD    VARCHAR2(1)  NO 
Name: Rate 2 Calculation Method Code. Description: Determines how the system will calculate tax amounts. Valid values are: S – Standard, A - Additive.
 

TAX_SCHEDULE_RATE Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0212  PrimaryKey  TAX_SCHEDULE_CD, EFFECTIVE_DT, EXP_TYPE_CD, TAX_LOCATION_S 

TAX_SCHEDULE_RATE Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
TAX_SCHEDULE  Identifying  One To Zero or More  F00271      TAX_SCHEDULE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable