ALLOWANCE_PLAN_COUNTER

Allowance Plan Counter

Definition


The ALLOWANCE_PLAN_COUNTER table contains the counters owned by an allowance plan

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


The ALLOWANCE_PLAN_COUNTER 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_COUNTER       

    The unique identifier of the allowance plan counter
    IN_ERROR_STATE        

      Indicates whether the allowance plan counter is in error or not

      More...

      NAME        

        The name of the allowance plan counter
        RELEASED_OID        

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

            The state of the allowance plan counter

            More...

            DESCRIPTION        

              The description of the allowance plan counter
              INITIAL_VALUE        

                The initial value of the allowance plan counter
                ALLOWANCEPLAN_OID       ALLOWANCE_PLAN (OID)
                 

                  The unique identifier of the allowance plan that owns the counter

                  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 counter
                  Type DECIMAL(28), NOT NULL
                  Primary Key PK_ALLOWANCE_PLAN_COUNTER

                  IN_ERROR_STATE

                  Definition Indicates whether the allowance plan counter 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 counter
                  Type NVARCHAR(256), NULL

                  RELEASED_OID

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

                  STATE

                  Definition The state of the allowance plan counter
                  Format

                  The possible values are:

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

                  Type DECIMAL(3), NULL

                  DESCRIPTION

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

                  INITIAL_VALUE

                  Definition The initial value of the allowance plan counter
                  Type DECIMAL(28,6), NULL

                  ALLOWANCEPLAN_OID

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

                  Primary Key Details

                  See the primary key information:

                  PK_ALLOWANCE_PLAN_COUNTER

                  Column(s) OID
                  Filegroup COCKPIT_DATA