Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| ad_org_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| bpartner_value | varchar | 40 | √ | null |
|
|
|||||
| breakvalue | numeric | 0 | √ | null |
|
|
|||||
| c_bpartner_id | numeric | 10 | √ | null |
|
|
|||||
| c_currency_id | numeric | 10 | √ | null |
|
|
|||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| createdby | numeric | 10 | √ | null |
|
|
|||||
| c_uom_id | numeric | 10 | √ | null |
|
|
|||||
| description | varchar | 255 | √ | null |
|
|
|||||
| enforcepricelimit | bpchar | 1 | √ | null |
|
|
|||||
| i_errormsg | varchar | 2000 | √ | null |
|
|
|||||
| i_isimported | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| i_pricelist_id | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
| iso_code | varchar | 3 | √ | null |
|
|
|||||
| issopricelist | bpchar | 1 | √ | null |
|
|
|||||
| istaxincluded | bpchar | 1 | √ | null |
|
|
|||||
| m_product_id | numeric | 10 | √ | null |
|
|
|||||
| name | varchar | 60 | √ | null |
|
|
|||||
| pricelimit | numeric | 0 | √ | null |
|
|
|||||
| pricelist | numeric | 0 | √ | null |
|
|
|||||
| priceprecision | numeric | 0 | √ | null |
|
|
|||||
| pricestd | numeric | 0 | √ | null |
|
|
|||||
| processed | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
| processing | bpchar | 1 | √ | null |
|
|
|||||
| productvalue | varchar | 40 | √ | null |
|
|
|||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | √ | null |
|
|
|||||
| validfrom | timestamp | 29,6 | √ | null |
|
|
|||||
| x12de355 | varchar | 4 | √ | null |
|
|
|||||
| m_pricelist_id | numeric | 10 | √ | null |
|
|
|||||
| m_pricelist_version_id | numeric | 10 | √ | null |
|
|
|||||
| i_pricelist_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| i_pricelist_key | Primary key | Asc | i_pricelist_id |
| i_pricelist_uu_idx | Must be unique | Asc | i_pricelist_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| i_pricelist_enforcepricelimit_check | ((enforcepricelimit = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| i_pricelist_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| i_pricelist_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| i_pricelist_istaxincluded_check | ((istaxincluded = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| i_pricelist_issopricelist_check | ((issopricelist = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |