Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| name | varchar | 120 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| ad_org_id | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| c_bpartner_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| c_orderline_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| c_order_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| created | timestamp | 29,6 | statement_timestamp() | 
                                         | 
                                    
                                         | 
                                    ||||||
| createdby | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| dateconfirm | timestamp | 29,6 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| datefinishschedule | timestamp | 29,6 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| dateordered | timestamp | 29,6 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| datepromised | timestamp | 29,6 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| datesimulation | timestamp | 29,6 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| datestart | timestamp | 29,6 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| datestartschedule | timestamp | 29,6 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| description | varchar | 1020 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| docstatus | varchar | 2 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| isactive | bpchar | 1 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| isavailable | bpchar | 1 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| m_forecastline_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_forecast_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_product_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_requisitionline_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_requisition_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_warehouse_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| pp_mrp_id | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| pp_order_bomline_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| pp_order_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| planner_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| priority | varchar | 10 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| qty | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| s_resource_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| ordertype | varchar | 3 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| typemrp | bpchar | 1 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| updated | timestamp | 29,6 | statement_timestamp() | 
                                         | 
                                    
                                         | 
                                    ||||||
| updatedby | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| value | varchar | 80 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| ad_client_id | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| version | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| dd_order_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| dd_orderline_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| pp_mrp_uu | varchar | 36 | √ | NULL::character varying | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| pp_mrp_key | Primary key | Asc | pp_mrp_id | 
| pp_mrp_uu_idx | Must be unique | Asc | pp_mrp_uu | 
Check Constraints
| Constraint Name | Constraint | 
|---|---|
| pp_mrp_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) | 
| pp_mrp_isavailable_check | ((isavailable = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |