Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
i_reportline_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 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | √ | null |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | √ | null |
|
|
|||||
i_isimported | bpchar | 1 | 'N'::bpchar |
|
|
||||||
i_errormsg | varchar | 2000 | √ | null |
|
|
|||||
reportlinesetname | varchar | 60 | √ | null |
|
|
|||||
pa_reportlineset_id | numeric | 10 | √ | null |
|
|
|||||
name | varchar | 60 | √ | null |
|
|
|||||
pa_reportline_id | numeric | 10 | √ | null |
|
|
|||||
description | varchar | 255 | √ | null |
|
|
|||||
seqno | numeric | 10 | √ | null |
|
|
|||||
issummary | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
isprinted | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
linetype | bpchar | 1 | √ | null |
|
|
|||||
calculationtype | bpchar | 1 | √ | null |
|
|
|||||
amounttype | bpchar | 2 | √ | null |
|
|
|||||
postingtype | bpchar | 1 | √ | null |
|
|
|||||
pa_reportsource_id | numeric | 10 | √ | null |
|
|
|||||
c_elementvalue_id | numeric | 10 | √ | null |
|
|
|||||
elementvalue | varchar | 40 | √ | null |
|
|
|||||
processing | bpchar | 1 | √ | null |
|
|
|||||
processed | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
paamounttype | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
paperiodtype | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
i_reportline_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
i_reportline_pkey | Primary key | Asc | i_reportline_id |
i_reportline_uu_idx | Must be unique | Asc | i_reportline_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
i_reportline_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
i_reportline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
i_reportline_isprinted_check | ((isprinted = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |