Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
c_acctschema_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | now() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | now() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
usesuspensebalancing | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
suspensebalancing_acct | numeric | 10 | √ | null |
|
|
|||||
usesuspenseerror | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
suspenseerror_acct | numeric | 10 | √ | null |
|
|
|||||
usecurrencybalancing | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
currencybalancing_acct | numeric | 10 | √ | null |
|
|
|||||
retainedearning_acct | numeric | 10 | √ | null |
|
|
|||||
incomesummary_acct | numeric | 10 | √ | null |
|
|
|||||
intercompanydueto_acct | numeric | 10 | null |
|
|
||||||
intercompanyduefrom_acct | numeric | 10 | null |
|
|
||||||
ppvoffset_acct | numeric | 10 | null |
|
|
||||||
commitmentoffset_acct | numeric | 10 | null |
|
|
||||||
commitmentoffsetsales_acct | numeric | 10 | null |
|
|
||||||
c_acctschema_gl_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_acctschema_gl_pkey | Primary key | Asc | c_acctschema_id |
c_acctschema_gl_uu_idx | Must be unique | Asc | c_acctschema_gl_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_acctschema_gl_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_acctschema_gl_usesuspenseerror_check | ((usesuspenseerror = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_acctschema_gl_usecurrencybalancing_check | ((usecurrencybalancing = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_acctschema_gl_usesuspensebalancing_check | ((usesuspensebalancing = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |