Table: funding_cap_adjustment

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK funding_cap_adjustment_key decimal(15)      
2.   project_key decimal(15)   project fk_funding_cap_adjustment1
3.   task_key decimal(15)   task fk_funding_cap_adjustment2
4.   post_history_key decimal(15)   post_history fk_funding_cap_adjustment3
5.   invoice_key decimal(15)   invoice fk_funding_cap_adjustment4
6.   bill_amount decimal(18,2)      
7.   recognize_amount decimal(18,2)      
Foreign Keys
Column References Foreign Key Name
Table Column
invoice_key invoice invoice_key fk_funding_cap_adjustment4
post_history_key post_history post_history_key fk_funding_cap_adjustment3
project_key project project_key fk_funding_cap_adjustment1
task_key task task_key fk_funding_cap_adjustment2
Referenced from
Table Column Foreign Key Name
invcd_funding_cap_adjustment funding_cap_adjustment_key fk_invcd_funding_cap_adj2
journal_funding_cap_adjustment funding_cap_adjustment_key fk_journal_funding_cap_adj1
Indices
Index Name Unique Column Name Asc Or Desc
pk_funding_cap_adjustment true funding_cap_adjustment_key Asc
idx_funding_cap_adjustment1 false project_key Asc
    task_key  
idx_funding_cap_adjustment2 false invoice_key Asc
idx_funding_cap_adjustment3 false task_key Asc
idx_funding_cap_adjustment4 false post_history_key Asc
Dependent Views
View Name
journal_view