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


TABLE: AMS.AMS_LIST_WORD_REPLACES

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


AMS_LIST_WORD_REPLACES stores what word should replace another word. This is reference data, used during List Generation and the dedupe process.(removing duplicate rows)


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_LIST_WORD_REPLACES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLIST_WORD_REPLACES_ID
AMS_LIST_WORD_REPLACES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnORIGINAL_WORD
ColumnREPLACEMENT_WORD
Columns
Name Datatype Length Mandatory Comments
LIST_WORD_REPLACES_ID NUMBER
Yes Unique Identifier.
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
OBJECT_VERSION_NUMBER NUMBER (9)
This column is used for locking purposes.
ORIGINAL_WORD VARCHAR2 (120) Yes Original word to be searched for.
REPLACEMENT_WORD VARCHAR2 (120) Yes Replace the original word if it is found with this word.
ENABLED_FLAG VARCHAR2 (1) Yes Flag to determine if list word replace is enabled.
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 LIST_WORD_REPLACES_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      ORIGINAL_WORD
,      REPLACEMENT_WORD
,      ENABLED_FLAG
,      DESCRIPTION
,      SECURITY_GROUP_ID
FROM AMS.AMS_LIST_WORD_REPLACES;

Dependencies

[top of page]

AMS.AMS_LIST_WORD_REPLACES does not reference any database object

AMS.AMS_LIST_WORD_REPLACES is referenced by following:

SchemaAMS
ViewAMS_LIST_WORD_REPLACES#