ERP 2.50:Developers Guide/Database Model/org.openbravo.model.financialmgmt.payment/FIN Pay Exec Process Para
FIN_Pay_Exec_Process_Para
- Name:FinancialMgmtPaymentExecutionProcessParameter
- Classname:PaymentExecutionProcessParameter
This table contains the following columns:
Name | Nullable | Data Type | Description |
FIN_Pay_Exec_Process_Para_ID | N | VARCHAR2(32) | null |
AD_Client_ID | N | VARCHAR2(32) | Client for this installation. |
AD_Org_ID | N | VARCHAR2(32) | Organizational entity within client |
Created | N | DATE | The date that this record is completed. |
Createdby | N | VARCHAR2(32) | User who created this records |
Updated | N | DATE | x not implemented |
Updatedby | N | VARCHAR2(32) | User who updated this records |
Isactive | N | CHAR(1) | A flag indicating whether this record is available for use or de-activated. |
FIN_Pay_Exec_Process_ID | N | VARCHAR2(32) | null |
Name | N | NVARCHAR2(60) | A non-unique identifier for a record/document often used as a search tool. |
Seqno | N | NUMBER(10, 0) | The order of records in a specified document. |
Inputtype | N | VARCHAR2(60) | null |
Ismandatory | N | CHAR(1) | An indication noting that completing in a field is required to proceed. |
Defaultcheck | Y | VARCHAR2(60) | null |
Defaulttext | Y | NVARCHAR2(60) | null |
Description | Y | NVARCHAR2(2000) | A space to write additional related information. |
Parametertype | N | VARCHAR2(60) | null |
Value | N | VARCHAR2(40) | null |
Other Info
Check constraints
These are the check constraints for this table:
- FIN_PAYEXECPROCPARA_ACTIVE_CHK: ISACTIVE IN ('Y', 'N')
- FIN_PAYEXECPROCPARA_MANDAT_CHK: ISMANDATORY IN ('Y', 'N')
Indexes
These are the indexes for this table (for each index there is a list of all the columns included within it):
Unique
- FIN_PAY_EXEC_PROCESS_PARA_KEY
Columns
Payment Execution Process Parameter
Parameter to use by the Payment Execution Process
- Physical column name: FIN_Pay_Exec_Process_Para_ID
- Property Name: id
- Reference: ID
Client
- Physical column name: AD_Client_ID
- Property Name: client
- Reference: TableDir
- Default value: @AD_CLIENT_ID@
Foreign key column to AD_Client table, (column: AD_Client_ID)
Organization
- Physical column name: AD_Org_ID
- Property Name: organization
- Reference: TableDir
- Default value: @AD_ORG_ID@
Foreign key column to AD_Org table, (column: AD_Org_ID)
Creation Date
The Created field indicates the date that this record was created.
- Physical column name: Created
- Property Name: creationDate
- Reference: DateTime
- Default value: SYSDATE
Created By
- Physical column name: Createdby
- Property Name: createdBy
- Reference: Search
Foreign key column to AD_User table, (column: AD_User_ID)
Updated
The Updated field indicates the date that this record was updated.
- Physical column name: Updated
- Property Name: updated
- Reference: DateTime
- Default value: SYSDATE
Updated By
- Physical column name: Updatedby
- Property Name: updatedBy
- Reference: Search
Foreign key column to AD_User table, (column: AD_User_ID)
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.
- Physical column name: Isactive
- Property Name: active
- Reference: YesNo
- Default value: Y
Payment Execution Process
- Physical column name: FIN_Pay_Exec_Process_ID
- Property Name: paymentExecutionProcess
- Reference: Search
- This column is a child for a buisiness object (is Parent)
Foreign key column to FIN_Pay_Exec_Process table, (column: FIN_Pay_Exec_Process_ID)
Name
A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length.
- Physical column name: Name
- Property Name: name
- Reference: String
- This column is part of the table's identifier
Sequence Number
The Sequence indicates the order of records
- Physical column name: Seqno
- Property Name: sequenceNumber
- Reference: Integer
- Default value: @SQL=SELECT COALESCE(MAX(SEQNO),0)+10 AS DefaultValue FROM FIN_PAY_EXEC_PROCESS_PARA WHERE FIN_PAY_EXEC_PROCESS_ID=@FIN_PAY_EXEC_PROCESS_ID@
- This column is part of the table's identifier
Input Type
Defines the Input type of the In type parameter.
- Physical column name: Inputtype
- Property Name: inputType
- Reference: List
- Default value: TEXT
List values: FIN Execution Process Parameter input type
The allowed values for this list are:
- CHECK (Checkbox)
- TEXT (Text)
Mandatory
The Mandatory checkbox indicates if the field is required for a record to be save to the database.
- Physical column name: Ismandatory
- Property Name: mandatory
- Reference: YesNo
- Default value: N
Default Value for Flag
Checkbox type parameters will be checked by default when this flag is checked.
- Physical column name: Defaultcheck
- Property Name: defaultValueForFlag
- Reference: List
List values: Yes/No search box
The allowed values for this list are:
- N (No)
- Y (Yes)
Default Text Value
String that will be shown by default for Text type parameters.
- Physical column name: Defaulttext
- Property Name: defaultTextValue
- Reference: String
Description
A description is limited to 255 characters.
- Physical column name: Description
- Property Name: description
- Reference: Text
Parameter Type
Defines the Execution Process Parameter type.
- Physical column name: Parametertype
- Property Name: parameterType
- Reference: List
- Default value: IN
List values: FIN Execution Process Parameter type
The allowed values for this list are:
- CONSTANT (Constant): Parameter that is not prompted to the user and is always used its default value.
- IN (In): Parameter that is prompted to the user when the process is executed.
Value
String that identifies the Parameter in the java process.
- Physical column name: Value
- Property Name: searchKey
- Reference: String
Related tables
Tables that link this table: