Table: invcd_fixed_price

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK invoice_key decimal(15)   invoice fk_invcd_fixed_price1
2. PK fixed_price_key decimal(15)   fixed_price fk_invcd_fixed_price2
3.   writeoff_amount decimal(18,2)      
Foreign Keys
Column References Foreign Key Name
Table Column
fixed_price_key fixed_price fixed_price_key fk_invcd_fixed_price2
invoice_key invoice invoice_key fk_invcd_fixed_price1
Indices
Index Name Unique Column Name Asc Or Desc
pk_invcd_fixed_price true invoice_key Asc
    fixed_price_key  
idx_invcd_fixed_price1 false fixed_price_key Asc
Dependent Views
View Name
journal_view