Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | (0)::numeric |
|
|
||||||
ad_workflow_id | numeric | 10 | √ | null |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
deliverytime_promised | numeric | 0 | √ | null |
|
|
|||||
isactive | bpchar | 1 | null |
|
|
||||||
iscreateplan | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
isissue | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
ismps | bpchar | 1 | √ | null |
|
|
|||||
isphantom | bpchar | 1 | null |
|
|
||||||
isrequiredmrp | bpchar | 1 | null |
|
|
||||||
m_product_id | numeric | 10 | null |
|
|
||||||
m_warehouse_id | numeric | 10 | √ | null |
|
|
|||||
order_max | numeric | 0 | √ | null |
|
|
|||||
order_min | numeric | 0 | √ | null |
|
|
|||||
order_pack | numeric | 0 | √ | null |
|
|
|||||
order_period | numeric | 0 | √ | null |
|
|
|||||
order_policy | varchar | 3 | √ | null |
|
|
|||||
order_qty | numeric | 0 | √ | null |
|
|
|||||
pp_product_bom_id | numeric | 10 | √ | null |
|
|
|||||
pp_product_planning_id | numeric | 10 | null |
|
|
||||||
planner_id | numeric | 10 | √ | null |
|
|
|||||
s_resource_id | numeric | 10 | √ | null |
|
|
|||||
timefence | numeric | 0 | √ | null |
|
|
|||||
transferttime | numeric | 0 | √ | null |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
workingtime | numeric | 0 | √ | null |
|
|
|||||
yield | numeric | 10 | √ | (100)::numeric |
|
|
|||||
dd_networkdistribution_id | numeric | 10 | √ | null |
|
|
|||||
safetystock | numeric | 0 | √ | null |
|
|
|||||
isrequireddrp | bpchar | 1 | 'N'::bpchar |
|
|
||||||
pp_product_planning_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pp_product_planning_key | Primary key | Asc | pp_product_planning_id |
pp_product_planning_uu_idx | Must be unique | Asc | pp_product_planning_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
pp_product_planning_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
pp_product_planning_isrequiredmrp_check | ((isrequiredmrp = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
pp_product_planning_isphantom_check | ((isphantom = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
pp_product_planning_ismps_check | ((ismps = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
pp_product_planning_iscreateplan_check | ((iscreateplan = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
pp_product_planning_isrequireddrp_check | ((isrequireddrp = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
pp_product_planning_isissue_check | ((isissue = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |