RENEW_RESERVATION_NOTIFICATION

Definition


The RENEW_RESERVATION_NOTIFICATION table contains the renew reservation notifications

Description


The RENEW_RESERVATION_NOTIFICATION table contains the renew reservation notifications. A renew reservation notification is identified by the related multiservice session and the related charging session.

Technical Data


Schema Version 5.0.6
Filegroup SESSION_RATING_DATA
Partitioned Yes, when you use the partitioning scheme and corresponding SQL scripts

Summary


The RENEW_RESERVATION_NOTIFICATION 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
SESSION_ID        

    The identifier of the multiservice session
    RESERVATION_ID        

      The identifier of the charging session
      OID PK_RENEW       

        The unique identifier of the renew reservation notification. It is generated by the SAP CC system.
        NOTIF_TIMESTAMP        

          The date and time of the event reported by the renew reservation notification
          NOTIF_EXPIRATION        

            The date and time after which the renew reservation notification is not relevant anymore
            RESEND_ATTEMPT        

              The number of attempts to resend the notification already done
              NEXT_RESEND        

                The date and time of the next attempt to resend the notification
                RESEND_DATA        

                  The internal data used by the resend policy to compute date and time of next attempt to send the notification
                  ARG_VALUES        

                    The arguments values of the renew reservation notification
                    PARTITION_ID PK_RENEW       

                      The partition of the subscriber account owning the renew reservation notification

                      Column Details

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

                      SESSION_ID

                      Definition The identifier of the multiservice session
                      Type NVARCHAR(256), NOT NULL

                      RESERVATION_ID

                      Definition The identifier of the charging session
                      Type NVARCHAR(256), NOT NULL

                      OID

                      Definition The unique identifier of the renew reservation notification. It is generated by the SAP CC system.
                      Type DECIMAL(28), NOT NULL
                      Primary Key PK_RENEW

                      NOTIF_TIMESTAMP

                      Definition The date and time of the event reported by the renew reservation notification
                      Type DATETIME, NOT NULL

                      NOTIF_EXPIRATION

                      Definition The date and time after which the renew reservation notification is not relevant anymore
                      Type DATETIME, NOT NULL

                      RESEND_ATTEMPT

                      Definition The number of attempts to resend the notification already done
                      Type DECIMAL(4), NOT NULL

                      NEXT_RESEND

                      Definition The date and time of the next attempt to resend the notification
                      Type DATETIME, NOT NULL

                      RESEND_DATA

                      Definition The internal data used by the resend policy to compute date and time of next attempt to send the notification
                      Type VARBINARY(MAX), NULL

                      ARG_VALUES

                      Definition The arguments values of the renew reservation notification
                      Type VARBINARY(MAX), NOT NULL

                      PARTITION_ID

                      Definition The partition of the subscriber account owning the renew reservation notification
                      Type DECIMAL(4), NOT NULL
                      Primary Key PK_RENEW

                      Primary Key Details

                      See the primary key information:

                      PK_RENEW

                      Column(s) PARTITION_ID,OID
                      Filegroup SESSION_RATING_DATA