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


TABLE: AMS.AMS_CUSTOM_SETUPS_TL

Object Details
Object Name: AMS_CUSTOM_SETUPS_TL
Object Type: TABLE
Owner: AMS
FND Design Data: TableAMS.AMS_CUSTOM_SETUPS_TL
Subobject Name:
Status: VALID


AMS_CUSTOM_SETUPS_TL provides multi-lingual support (MLS) for each Custom Setup that you define in Oracle Marketing. MLS enables you to store and print data that you define in multiple languages.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_CUSTOM_SETUPS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCUSTOM_SETUP_ID
ColumnLANGUAGE
AMS_CUSTOM_SETUPS_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSETUP_NAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
CUSTOM_SETUP_ID NUMBER
Yes Unique Identifier
LANGUAGE VARCHAR2 (4) Yes Language of the current record.
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
CREATED_BY NUMBER (15) Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If text is not yet translated into LANGUAGE then any change to the text in the source language row will be reflected here.
SETUP_NAME VARCHAR2 (120) Yes Setup Name.
DESCRIPTION VARCHAR2 (4000)
Description.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT CUSTOM_SETUP_ID
,      LANGUAGE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SOURCE_LANG
,      SETUP_NAME
,      DESCRIPTION
,      SECURITY_GROUP_ID
FROM AMS.AMS_CUSTOM_SETUPS_TL;

Dependencies

[top of page]

AMS.AMS_CUSTOM_SETUPS_TL does not reference any database object

AMS.AMS_CUSTOM_SETUPS_TL is referenced by following:

SchemaAPPS
SynonymAMS_CUSTOM_SETUPS_TL