[Home] [Help]
[Dependency Information]
Object Name: | CSI_COUNTER_PROPERTIES_TL |
---|---|
Object Type: | TABLE |
Owner: | CSI |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This is the translation table that holds the counter instance property data that can be translated to a different language.
This translation table contains the name and description of the counter instance property data to be translated.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CSI_COUNTER_PROPERTIES_TL_U01 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COUNTER_PROPERTY_ID | NUMBER | Yes | Auto generate internal primary key | |
NAME | VARCHAR2 | (50) | Yes | Counter property name |
DESCRIPTION | VARCHAR2 | (240) | Description | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
SOURCE_LANG | VARCHAR2 | (4) | Source Language | |
CREATION_DATE | DATE | Yes | Standard WHO Column | |
CREATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column | |
SECURITY_GROUP_ID | NUMBER | Security Group Identifier | ||
MIGRATED_FLAG | VARCHAR2 | (1) | Indicator flag to check if this record is a migrated record |
Cut, paste (and edit) the following text to query this object:
SELECT COUNTER_PROPERTY_ID
, NAME
, DESCRIPTION
, LANGUAGE
, SOURCE_LANG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, MIGRATED_FLAG
FROM CSI.CSI_COUNTER_PROPERTIES_TL;
CSI.CSI_COUNTER_PROPERTIES_TL does not reference any database object
CSI.CSI_COUNTER_PROPERTIES_TL is referenced by following:
|
|
|