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


TABLE: AMS.AMS_LIST_SRC_TYPES_TL

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


This table stores all the translatable details of list source types (like name,description).


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_LIST_SRC_TYPES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnLIST_SOURCE_NAME
ColumnLANGUAGE
AMS_LIST_SRC_TYPES_TL_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnLIST_SOURCE_TYPE_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
LIST_SOURCE_TYPE_ID NUMBER
Yes Unique Identifier
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATE_BY NUMBER
Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
CREATED_BY NUMBER
Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER

Standard WHO Column
LANGUAGE VARCHAR2 (4) Yes Language
SOURCE_LANG VARCHAR2 (4)
The language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
LIST_SOURCE_NAME VARCHAR2 (240) Yes Name for the list source Types
DESCRIPTION VARCHAR2 (4000)
Description for the list source Types
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT LIST_SOURCE_TYPE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATE_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LANGUAGE
,      SOURCE_LANG
,      LIST_SOURCE_NAME
,      DESCRIPTION
,      SECURITY_GROUP_ID
FROM AMS.AMS_LIST_SRC_TYPES_TL;

Dependencies

[top of page]

AMS.AMS_LIST_SRC_TYPES_TL does not reference any database object

AMS.AMS_LIST_SRC_TYPES_TL is referenced by following:

SchemaAPPS
SynonymAMS_LIST_SRC_TYPES_TL