Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
a_depreciation_workfile_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
a_accumulated_depr | numeric | 0 | (0)::numeric |
|
|
||||||
a_asset_cost | numeric | 0 | (0)::numeric |
|
|
||||||
a_asset_id | numeric | 10 | null |
|
|
||||||
a_asset_life_current_year | numeric | 0 | (0)::numeric |
|
|
||||||
a_period_forecast | numeric | 0 | √ | null |
|
|
|||||
a_prior_year_accumulated_depr | numeric | 0 | √ | null |
|
|
|||||
postingtype | bpchar | 1 | √ | 'A'::bpchar |
|
|
|||||
isdepreciated | bpchar | 1 | √ | null |
|
|
|||||
isactive | bpchar | 1 | null |
|
|
||||||
dateacct | timestamp | 29,6 | √ | null |
|
|
|||||
createdby | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
assetdepreciationdate | timestamp | 29,6 | √ | null |
|
|
|||||
a_salvage_value | numeric | 0 | (0)::numeric |
|
|
||||||
a_qty_current | numeric | 0 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
processing | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
a_period_posted | numeric | 10 | √ | null |
|
|
|||||
a_life_period | numeric | 10 | (0)::numeric |
|
|
||||||
a_asset_life_years | numeric | 0 | '0'::numeric |
|
|
||||||
a_base_amount | numeric | 0 | √ | null |
|
|
|||||
a_calc_accumulated_depr | numeric | 0 | √ | (0)::numeric |
|
|
|||||
a_curr_dep_exp | numeric | 0 | (0)::numeric |
|
|
||||||
a_current_period | numeric | 10 | √ | null |
|
|
|||||
a_depreciation_workfile_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
a_accumulated_depr_f | numeric | 0 | (0)::numeric |
|
|
||||||
a_asset_life_years_f | numeric | 0 | '0'::numeric |
|
|
||||||
a_life_period_f | numeric | 10 | (0)::numeric |
|
|
||||||
uselifeyears | numeric | 0 | '0'::numeric |
|
|
||||||
uselifemonths | numeric | 10 | (0)::numeric |
|
|
||||||
uselifeyears_f | numeric | 0 | '0'::numeric |
|
|
||||||
uselifemonths_f | numeric | 10 | (0)::numeric |
|
|
||||||
a_asset_remaining | numeric | 0 | √ | null |
|
|
|||||
a_asset_remaining_f | numeric | 0 | √ | null |
|
|
|||||
a_tip_finantare | bpchar | 1 | 'P'::bpchar |
|
|
||||||
a_valoare_cofinantare | numeric | 0 | √ | null |
|
|
|||||
a_valoare_tert | numeric | 0 | √ | null |
|
|
|||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||
a_fundingmode_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
||||||
c_acctschema_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
a_depreciation_workfile_key | Primary key | Asc | a_depreciation_workfile_id |
a_depreciation_workfile_uu_idx | Must be unique | Asc | a_depreciation_workfile_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
a_depreciation_workfile_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
a_depreciation_workfile_isdepreciated_check | ((isdepreciated = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
a_depreciation_workfile_processing_check | ((processing = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
a_depreciation_workfile_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |