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 2025.0.0
Tablespace 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
CLIENT_NUMBER        

    The client number associated to the renew reservation notification
    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:

                        CLIENT_NUMBER

                        Definition The client number associated to the renew reservation notification
                        Type DECIMAL(3), NOT NULL

                        SESSION_ID

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

                        RESERVATION_ID

                        Definition The identifier of the charging session
                        Type VARCHAR(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 TIMESTAMP, NOT NULL

                        NOTIF_EXPIRATION

                        Definition The date and time after which the renew reservation notification is not relevant anymore
                        Type TIMESTAMP, 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 TIMESTAMP, 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 BLOB, NULL

                        ARG_VALUES

                        Definition The arguments values of the renew reservation notification
                        Type BLOB, 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
                        Tablespace SESSION_RATING_INDX