Previous: journal_fee_cap_adjustment | Unanet Data Model | Next: journal_funding_cap_adjustment |
Column Name | Data Type | Default Value |
References Table |
Foreign Key Name |
||
1. | PK | journal_key | decimal(15) | |||
2. | journal_trans_date | datetime | ||||
3. | fixed_price_key | decimal(15) | fixed_price | fk_journal_fixed_price1 | ||
4. | organization_key | decimal(15) | customer | fk_journal_fixed_price6 | ||
5. | general_ledger_key | decimal(15) | general_ledger | fk_journal_fixed_price7 | ||
6. | account_key | decimal(15) | account | fk_journal_fixed_price2 | ||
7. | post_history_key | decimal(15) | post_history | fk_journal_fixed_price4 | ||
8. | invoice_key | decimal(15) | invoice | fk_journal_fixed_price5 | ||
9. | project_key | decimal(15) | project | fk_journal_fixed_price3 | ||
10. | category | tinyint | ||||
11. | amount | decimal(18,2) | ||||
12. | extract_date | datetime |
Column | References | Foreign Key Name | |
Table | Column | ||
account_key | account | account_key | fk_journal_fixed_price2 |
organization_key | customer | customer_key | fk_journal_fixed_price6 |
fixed_price_key | fixed_price | fixed_price_key | fk_journal_fixed_price1 |
general_ledger_key | general_ledger | general_ledger_key | fk_journal_fixed_price7 |
invoice_key | invoice | invoice_key | fk_journal_fixed_price5 |
post_history_key | post_history | post_history_key | fk_journal_fixed_price4 |
project_key | project | project_key | fk_journal_fixed_price3 |
Name | Definition |
cc_jfp_journal_trans_date | ([journal_trans_date]>='1900-01-01' AND [journal_trans_date]<='2099-12-31') |
cc_journal_fixed_price_cat | ([category]>=(1) AND [category]<=(99)) |
cc_journal_fixed_price_source | ([post_history_key] IS NOT NULL AND [invoice_key] IS NULL OR [post_history_key] IS NULL AND [invoice_key] IS NOT NULL) |
Index Name | Unique | Column Name | Asc Or Desc |
pk_journal_fixed_price | true | journal_key | Asc |
idx_journal_fixed_price1 | false | project_key | Asc |
idx_journal_fixed_price2 | false | invoice_key | Asc |
idx_journal_fixed_price3 | false | fixed_price_key | Asc |
idx_journal_fixed_price4 | false | organization_key | Asc |
idx_journal_fixed_price5 | false | general_ledger_key | Asc |
idx_journal_fixed_price6 | false | account_key | Asc |
idx_journal_fixed_price7 | false | post_history_key | Asc |
View Name |
journal_view |