DBA Data[Home] [Help] [Dependency Information]


TABLE: AK.AK_CUSTOM_REGISTRY

Object Details
Object Name: AK_CUSTOM_REGISTRY
Object Type: TABLE
Owner: AK
FND Design Data: TableAK.AK_CUSTOM_REGISTRY
Subobject Name:
Status: VALID


Registry table for customizations. Stores if a property is transalatable or not.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AK_CUSTOM_REGISTRY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOM_LEVEL
ColumnPROPERTY_NAME
Columns
Name Datatype Length Mandatory Comments
CUSTOMIZATION_LEVEL_ID NUMBER (15) Yes Level Id to indicate the level of customization.
CUSTOM_LEVEL VARCHAR2 (30) Yes Can take in two values "REGION" or "REGION_ITEM"
PROPERTY_NAME VARCHAR2 (30) Yes Name of the property that can be customized.
TRANSLATABLE VARCHAR2 (1) Yes Flag to indicate if a property is transalatable or not.
CREATED_BY NUMBER (15) Yes WHO Column
CREATION_DATE DATE
Yes WHO Column
LAST_UPDATED_BY NUMBER (15) Yes WHO Column
LAST_UPDATE_DATE DATE
Yes WHO Column
LAST_UPDATE_LOGIN NUMBER (15) Yes WHO Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CUSTOMIZATION_LEVEL_ID
,      CUSTOM_LEVEL
,      PROPERTY_NAME
,      TRANSLATABLE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM AK.AK_CUSTOM_REGISTRY;

Dependencies

[top of page]

AK.AK_CUSTOM_REGISTRY does not reference any database object

AK.AK_CUSTOM_REGISTRY is referenced by following:

SchemaAPPS
SynonymAK_CUSTOM_REGISTRY