ERP 2.50:Developers Guide/Database Model/org.openbravo.model.ad.process/AD EP Instance Para
Contents |
AD_EP_Instance_Para
- Name:ADEPInstancePara
- Classname:ADEPInstancePara
This table contains the following columns:
Name | Nullable | Data Type | Description |
AD_Ep_Instance_ID | N | VARCHAR2(32) | null |
AD_Extension_Points_ID | N | VARCHAR2(32) | null |
Parametername | N | NVARCHAR2(60) | Parameter Name |
P_String | Y | NVARCHAR2(60) | Parameter String |
P_String_To | Y | NVARCHAR2(60) | Parameter String To |
P_Number | Y | NUMBER | Parameter number |
P_Number_To | Y | NUMBER | Parameter number to |
P_Date | Y | DATE | Parameter Date |
P_Date_To | Y | DATE | Date passed as maximum date as parameter to a process instance. |
P_Text | Y | NVARCHAR2(2000) | null |
AD_Ep_Instance_Para_ID | N | VARCHAR2(32) | null |
Other Info
Indexes
These are the indexes for this table (for each index there is a list of all the columns included within it):
Unique
- AD_EP_INSTANCE_PARA_KEY
Columns
AD_Ep_Instance_ID
- Physical column name: AD_Ep_Instance_ID
- Property Name: epInstance
- Reference: String
- This column is part of the table's identifier
Extension Points
- Physical column name: AD_Extension_Points_ID
- Property Name: extensionPoints
- Reference: TableDir
- This column is part of the table's identifier
Foreign key column to AD_Extension_Points table, (column: AD_Extension_Points_ID)
Parameter Name
Name describing the parameter.
- Physical column name: Parametername
- Property Name: parameterName
- Reference: String
- This column is part of the table's identifier
P_String
String passed as parameter to a process instance.
- Physical column name: P_String
- Property Name: string
- Reference: String
P_String_To
String passed as maximum string range to a process instance.
- Physical column name: P_String_To
- Property Name: stringTo
- Reference: String
Process Number
Number passed as parameter to a process instance.
- Physical column name: P_Number
- Property Name: processNumber
- Reference: Number
Process Number To
Number passed as maximum range as parameter to a process instance.
- Physical column name: P_Number_To
- Property Name: processNumberTo
- Reference: Number
Process Date
Date passed as parameter to a process instance.
- Physical column name: P_Date
- Property Name: processDate
- Reference: Date
Process Date To
Date passed as maximum date as parameter to a process instance.
- Physical column name: P_Date_To
- Property Name: processDateTo
- Reference: Date
P_Text
- Physical column name: P_Text
- Property Name: text
- Reference: Text
AD_Ep_Instance_Para_ID
- Physical column name: AD_Ep_Instance_Para_ID
- Property Name: id
- Reference: ID