Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_orgtrx_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
ad_org_id | numeric | 10 | null |
|
|
||||||
account_id | numeric | 10 | null |
|
|
||||||
amtacctcr | numeric | 0 | null |
|
|
||||||
amtacctdr | numeric | 0 | null |
|
|
||||||
c_acctschema_id | numeric | 10 | null |
|
|
||||||
c_activity_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_bpartner_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_campaign_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_locfrom_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_locto_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_period_id | numeric | 10 | null |
|
|
||||||
c_projectphase_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_projecttask_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_project_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_salesregion_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_subacct_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
gl_budget_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
isactive | bpchar | 1 | null |
|
|
||||||
m_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
pa_reportcube_id | numeric | 10 | null |
|
|
||||||
postingtype | bpchar | 1 | null |
|
|
||||||
qty | numeric | 0 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
user1_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
user2_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
userelement1_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
userelement2_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
dateacct | timestamp | 29,6 | √ | null |
|
|
|||||
fact_acct_summary_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
fact_acct_summary_uu_idx | Must be unique | Asc | fact_acct_summary_uu |
fas_account | Performance | Asc/Asc/Asc/Asc | ad_client_id + ad_org_id + c_acctschema_id + account_id |
fas_dateacct | Performance | Asc | dateacct |
fas_period | Performance | Asc | c_period_id |
fas_reportcube | Performance | Asc | pa_reportcube_id |
Check Constraints
Constraint Name | Constraint |
---|---|
fact_acct_summary_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |