CATALOG

Pricing Catalogs (Master Data)

Definition


The CATALOG table contains the pricing catalogs

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The CATALOG 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_CATALOG       

    The unique identifier of the pricing catalog
    NAME     IX_CATALOG_NAME   

    The name of the pricing catalog

    Column Details

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

    OID

    Definition The unique identifier of the pricing catalog
    Type DECIMAL(28), NOT NULL
    Primary Key PK_CATALOG

    NAME

    Definition The name of the pricing catalog
    Type VARCHAR2(64 CHAR), NULL
    Available Index IX_CATALOG_NAME

    Primary Key Details

    See the primary key information:

    PK_CATALOG

    Column(s) OID
    Tablespace COCKPIT_INDX

    Index Details

    The following database indexes are available in the CATALOG database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

    IX_CATALOG_NAME

    Indexed Column(s) NAME
    Unique Yes
    Partitioned No
    Tablespace COCKPIT_INDX