Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
line | numeric | 10 | null |
|
|
|||||||||||||||
qtyintransit | numeric | 0 | √ | null |
|
|
||||||||||||||
qtyordered | numeric | 0 | null |
|
|
|||||||||||||||
m_product_id | numeric | 10 | √ | null |
|
|
||||||||||||||
dd_order_id | numeric | 10 | null |
|
|
|||||||||||||||
c_charge_id | numeric | 10 | √ | null |
|
|
||||||||||||||
c_project_id | numeric | 10 | √ | null |
|
|
||||||||||||||
c_uom_id | numeric | 10 | null |
|
|
|||||||||||||||
confirmedqty | numeric | 0 | √ | null |
|
|
||||||||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||||||||
createdby | numeric | 10 | null |
|
|
|||||||||||||||
dd_orderline_id | numeric | 10 | null |
|
|
|||||||||||||||
datedelivered | timestamp | 29,6 | √ | null |
|
|
||||||||||||||
dateordered | timestamp | 29,6 | √ | null |
|
|
||||||||||||||
datepromised | timestamp | 29,6 | √ | null |
|
|
||||||||||||||
description | varchar | 255 | √ | null |
|
|
||||||||||||||
freightamt | numeric | 0 | √ | null |
|
|
||||||||||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||||||||
isdescription | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||
isinvoiced | bpchar | 1 | null |
|
|
|||||||||||||||
linenetamt | numeric | 0 | √ | null |
|
|
||||||||||||||
m_attributesetinstanceto_id | numeric | 10 | √ | null |
|
|
||||||||||||||
m_attributesetinstance_id | numeric | 10 | √ | null |
|
|
||||||||||||||
m_locatorto_id | numeric | 10 | null |
|
|
|||||||||||||||
m_locator_id | numeric | 10 | null |
|
|
|||||||||||||||
pickedqty | numeric | 0 | √ | null |
|
|
||||||||||||||
processed | bpchar | 1 | null |
|
|
|||||||||||||||
qtydelivered | numeric | 0 | √ | null |
|
|
||||||||||||||
qtyentered | numeric | 0 | null |
|
|
|||||||||||||||
qtyreserved | numeric | 0 | √ | null |
|
|
||||||||||||||
scrappedqty | numeric | 0 | √ | (0)::numeric |
|
|
||||||||||||||
targetqty | numeric | 0 | √ | null |
|
|
||||||||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||||||||
updatedby | numeric | 10 | null |
|
|
|||||||||||||||
user1_id | numeric | 10 | √ | null |
|
|
||||||||||||||
ad_client_id | numeric | 10 | null |
|
|
|||||||||||||||
user2_id | numeric | 10 | √ | null |
|
|
||||||||||||||
ad_orgtrx_id | numeric | 10 | √ | null |
|
|
||||||||||||||
ad_org_id | numeric | 10 | null |
|
|
|||||||||||||||
c_activity_id | numeric | 10 | √ | null |
|
|
||||||||||||||
c_campaign_id | numeric | 10 | √ | null |
|
|
||||||||||||||
m_shipper_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||||||||
dd_orderline_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
dd_orderline_key | Primary key | Asc | dd_orderline_id |
dd_orderline_uu_idx | Must be unique | Asc | dd_orderline_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
dd_orderline_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
dd_orderline_isinvoiced_check | ((isinvoiced = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
dd_orderline_isdescription_check | ((isdescription = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
dd_orderline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |