ALLOWANCE_PLAN_COMPUTED_PROPERTY

Allowance Plan Computed Property

Definition


The ALLOWANCE_PLAN_COMPUTED_PROPERTY table contains the computed properties generated by an allowance plan

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The ALLOWANCE_PLAN_COMPUTED_PROPERTY 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_COMPUTED_PROPERTY       

    The unique identifier of the allowance plan computed property
    IN_ERROR_STATE        

      Indicates whether the allowance plan computed property is in error or not

      More...

      NAME        

        The name of the computed property generated by an allowance plan
        RELEASED_OID        

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

            The state of the allowance plan computed property

            More...

            TYPE        

              The type of the computed property generated by an allowance plan

              More...

              ALLOWANCEPLAN_OID       ALLOWANCE_PLAN (OID)
               

                The unique identifier of the allowance plan that generated the computed property

                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 computed property
                Type DECIMAL(28), NOT NULL
                Primary Key PK_ALLOWANCE_PLAN_COMPUTED_PROPERTY

                IN_ERROR_STATE

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

                The possible values are:

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

                Type BOOLEAN, NULL

                NAME

                Definition The name of the computed property generated by an allowance plan
                Type VARCHAR(256), NULL

                RELEASED_OID

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

                STATE

                Definition The state of the allowance plan computed property
                Format

                The possible values are:

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

                Type DECIMAL(3), NULL

                TYPE

                Definition The type of the computed property generated by an allowance plan
                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 generated the computed property
                Type DECIMAL(28), NOT NULL

                Primary Key Details

                See the primary key information:

                PK_ALLOWANCE_PLAN_COMPUTED_PROPERTY

                Column(s) OID
                Tablespace COCKPIT_INDX