ALLOWANCE_PLAN_PARAMETER

Allowance Plan Parameter

Definition


The ALLOWANCE_PLAN_PARAMETER table contains the parameters owned by an allowance plan

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


The ALLOWANCE_PLAN_PARAMETER table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
OID PK_ALLOWANCE_PLAN_PARAMETER       

    The unique identifier of the allowance plan parameter
    IN_ERROR_STATE        

      Indicates whether the allowance plan parameter is in error or not

      More...

      NAME        

        The name of the allowance plan parameter
        RELEASED_OID        

          The unique identifier of the released allowance plan parameter when its is being modified
          STATE        

            The state of the allowance plan parameter

            More...

            DESCRIPTION        

              The description of the allowance plan parameter
              SUB_TYPE        

                The subtype of the allowance plan parameter

                More...

                SUB_TYPE_INFO        

                  The subtype info of the allowance plan parameter

                  More...

                  TYPE        

                    The type of the allowance plan parameter

                    More...

                    ALLOWANCEPLAN_OID       ALLOWANCE_PLAN (OID)
                     

                      The unique identifier of the allowance plan that owns the parameter

                      Column Details

                      The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

                      OID

                      Definition The unique identifier of the allowance plan parameter
                      Type DECIMAL(28), NOT NULL
                      Primary Key PK_ALLOWANCE_PLAN_PARAMETER

                      IN_ERROR_STATE

                      Definition Indicates whether the allowance plan parameter is in error or not
                      Format

                      The possible values are:

                      • 0: No errors
                      • 1: One or more errors

                      Type BIT, NULL

                      NAME

                      Definition The name of the allowance plan parameter
                      Type NVARCHAR(256), NULL

                      RELEASED_OID

                      Definition The unique identifier of the released allowance plan parameter when its is being modified
                      Type DECIMAL(28), NULL

                      STATE

                      Definition The state of the allowance plan parameter
                      Format

                      The possible values are:

                      • 0: CREATED
                      • 1: MODIFIED
                      • 2: RELEASED

                      Type DECIMAL(3), NULL

                      DESCRIPTION

                      Definition The description of the allowance plan parameter
                      Type NVARCHAR(2000), NULL

                      SUB_TYPE

                      Definition The subtype of the allowance plan parameter
                      Format

                      The possible values are:

                      • 0: mapping table
                      • 1: range table
                      • 2: mapping table key

                      Type DECIMAL(10), NULL

                      SUB_TYPE_INFO

                      Definition The subtype info of the allowance plan parameter
                      Format

                      The possible values are:

                      • 0: mapping table class name
                      • 1: range table class name

                      Type NVARCHAR(256), NULL

                      TYPE

                      Definition The type of the allowance plan parameter
                      Format

                      The possible values are:

                      • 0: number
                      • 1: string
                      • 2: date

                      Type DECIMAL(10), NULL

                      ALLOWANCEPLAN_OID

                      Definition The unique identifier of the allowance plan that owns the parameter
                      Type DECIMAL(28), NOT NULL

                      Primary Key Details

                      See the primary key information:

                      PK_ALLOWANCE_PLAN_PARAMETER

                      Column(s) OID
                      Filegroup COCKPIT_DATA