Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
a_asset_disposed_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
a_asset_id | numeric | 10 | null |
|
|
||||||
a_disposed_date | timestamp | 29,6 | null |
|
|
||||||
a_disposed_reason | varchar | 10 | √ | null |
|
|
|||||
c_period_id | numeric | 10 | √ | null |
|
|
|||||
createdby | numeric | 10 | null |
|
|
||||||
datedoc | timestamp | 29,6 | null |
|
|
||||||
processed | bpchar | 1 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
processing | bpchar | 1 | null |
|
|
||||||
isactive | bpchar | 1 | null |
|
|
||||||
dateacct | timestamp | 29,6 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
a_proceeds | numeric | 0 | √ | null |
|
|
|||||
a_disposed_method | varchar | 2 | null |
|
|
||||||
a_asset_trade_id | numeric | 10 | √ | null |
|
|
|||||
ad_org_id | numeric | 10 | null |
|
|
||||||
a_asset_disposed_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
docaction | bpchar | 2 | √ | 'CO'::bpchar |
|
|
|||||
docstatus | varchar | 2 | √ | 'DR'::character varying |
|
|
|||||
isapproved | bpchar | 1 | 'N'::bpchar |
|
|
||||||
documentno | varchar | 30 | null |
|
|
||||||
a_activation_method | varchar | 2 | 'AA'::character varying |
|
|
||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||
isdisposed | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
a_asset_status | varchar | 2 | √ | NULL::character varying |
|
|
|||||
a_disposal_amt | numeric | 0 | (0)::numeric |
|
|
||||||
expense | numeric | 0 | (0)::numeric |
|
|
||||||
a_accumulated_depr | numeric | 0 | (0)::numeric |
|
|
||||||
postingtype | bpchar | 1 | 'A'::bpchar |
|
|
||||||
posted | bpchar | 1 | 'N'::bpchar |
|
|
||||||
a_accumulated_depr_delta | numeric | 0 | (0)::numeric |
|
|
||||||
a_asset_cost | numeric | 0 | √ | null |
|
|
|||||
processedon | numeric | 0 | √ | null |
|
|
|||||
c_invoice_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_invoiceline_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_doctype_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
a_asset_disposed_key | Primary key | Asc | a_asset_disposed_id |
a_asset_disposed_uu_idx | Must be unique | Asc | a_asset_disposed_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
a_asset_disposed_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
a_asset_disposed_isapproved_check | ((isapproved = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
a_asset_disposed_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
a_asset_disposed_isdisposed_check | ((isdisposed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |