Table:
OFFER_TRANSLATION_INSTANCE
|
Table Name
|
OFFER_TRANSLATION_INSTANCE |
| Table Description |
The OFFER_TRANSLATION_INSTANCE table contains information about translation table instances in offers. |
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The OFFER_TRANSLATION_INSTANCE database table is defined by the following columns.
Column: OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
Primary Key: PK_OFFER_TRANSLATION_INSTANCE |
Foreign K.:
- Foreign table: OFFER
- Foreign field(s): OID
|
| Index(es) |
IX_OTIN_OFFE
|
| Column Description |
The identifier of the translation table instance. |
Column: TTAB_CODE
| Value Type |
VARCHAR(256) |
| Column Description |
The code of the translation table owning the instance. |
Column: OFFE_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: OFFER
- Foreign field(s): OID
|
| Index(es) |
IX_OTIN_OFFE
|
| Column Description |
The identifier of the offer owning the instance. |
Column: NAME
| Value Type |
VARCHAR(256) |
| Column Description |
The name of the instance. |
Column: IS_PRIVATE
| Value Type |
DECIMAL(1), NOT NULL |
| Column Description |
This field indicates if the translation table can be redefined at subscription level. Possible values are:
- 0: can not be redefined
- 1: can be redefined
|
Column: VALIDATION_DATE
| Value Type |
DATE |
| Column Description |
The date when the instance becomes valid. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.