View source | Discuss this page | Page history | Printable version   

ERP/2.50/Developers Guide/Database Model/org.openbravo.model.mrp/MRP Run ProductionLine

Contents

MRP_Run_ProductionLine

Lines of the production planning processes.

This table contains the following columns:

Name Nullable Data Type Description
MRP_Run_Productionline_ID NVARCHAR2(32)null
AD_Client_ID NVARCHAR2(32)Client for this installation.
AD_Org_ID NVARCHAR2(32)Organizational entity within client
IsActive NCHAR(1)A flag indicating whether this record is available for use or de-activated.
Created NDATEThe date that this record is completed.
Createdby NVARCHAR2(32)User who created this records
Updated NDATEx not implemented
Updatedby NVARCHAR2(32)User who updated this records
MRP_Run_Production_ID NVARCHAR2(32)null
M_Product_ID NVARCHAR2(32)An item produced by a process.
Qty NNUMBERThe number of a certain item.
Neededqty NNUMBERnull
Planneddate NDATEThe date when a transaction will occur.
Parent_ID YVARCHAR2(32)A means of grouping reports in order to view and print summary and individual information.
Inouttrxtype NVARCHAR2(60)A distinct set of characteristics or processes.
Isfixed NCHAR(1)A means of locking the header tab so it will not be affected if a specified process is run again.
C_OrderLine_ID YVARCHAR2(32)A unique and often automatically generated identifier for an order line.
MA_Workrequirement_ID YVARCHAR2(32)An order authorizing the production of a specific product and product quantity.
MRP_Salesforecastline_ID YVARCHAR2(32)null
M_Requisitionline_ID YVARCHAR2(32)null
MA_Processplan_ID YVARCHAR2(32)A guide stating how a certain item must move through the transformation process.
Isexploded YCHAR(1)null
Plannedorderdate YDATEnull
Isplanned YCHAR(1)null
Cumqty YNUMBERThe final quantity to be moved based on the related business process.
Recalculatestock YCHAR(1)null

Other Info

Check constraints

These are the check constraints for this table:

top

Indexes

These are the indexes for this table (for each index there is a list of all the columns included within it):

Non Unique

Unique

top

Columns

Manufacturing Plan Line

Identifies a line of the production planning processes.

top

Client

Foreign key column to AD_Client table, (column: AD_Client_ID)


Validation Rule AD_Client Security validation: Clients with user access rights. With the following code:

 
AD_Client.AD_Client_ID IN (@#User_Client@)

top

Organization

Foreign key column to AD_Org table, (column: AD_Org_ID)

top

Active

There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reporting. There are two reasons for de-activating and not deleting records:
(1) The system requires the record for auditing purposes.
(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are existing invoices for it. By de-activating the Business Partner you prevent it from being used in future transactions.

top

Creation Date

The Created field indicates the date that this record was created.

top

Created By

Foreign key column to AD_User table, (column: AD_User_ID)

top

Updated

The Updated field indicates the date that this record was updated.

top

Updated By

Foreign key column to AD_User table, (column: AD_User_ID)

top

Manufacturing Plan

Foreign key column to MRP_Run_Production table, (column: MRP_Run_Production_ID)

top

Product

Foreign key column to M_Product table, (column: M_Product_ID)

top

Quantity

The Quantity indicates the number of a specific product or item for this document.

top

Required Quantity

Quantity needed

top

Planned Date

Planned date of the transaction.

top

Report Set

Foreign key column to MRP_Run_ProductionLine table, (column: MRP_Run_Productionline_ID)


Reference Table MRP_ProductionLine

top

Transaction Type

Transaction types available for the MRP.

List values: In/out transaction types for planning

The allowed values for this list are:

top

Fixed

Is fixed

top

Order Line

A unique identifier and a reference to an order line (product).

Foreign key column to C_OrderLine table, (column: C_OrderLine_ID)

top

Work Requirement

Foreign key column to MA_Workrequirement table, (column: MA_Workrequirement_ID)

top

Sales Forecast Line

Foreign key column to MRP_Salesforecastline table, (column: MRP_Salesforecastline_ID)

top

Requisition Line

Foreign key column to M_Requisitionline table, (column: M_Requisitionline_ID)

top

Process Plan

Foreign key column to MA_Processplan table, (column: MA_Processplan_ID)

top

Inserted

The line has been exploded.

top

Planned Order Date

Planned date to order the transaction.

top

Planned

Is planned.

top

Total Movement Quantity

Cumulate quantity.

top

Recalculate Stock

Process to recalculate the product quantities of the lines.

top

Related tables

Tables that link this table:

top

Retrieved from "http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Database_Model/org.openbravo.model.mrp/MRP_Run_ProductionLine"

This page has been accessed 3,956 times. This page was last modified on 2 July 2011, at 21:07. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.