[Home] [Help]
[Dependency Information]
| Object Name: | AMS_LIST_WORD_REPLACES |
|---|---|
| Object Type: | TABLE |
| Owner: | AMS |
| FND Design Data: | AMS.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)
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMS_LIST_WORD_REPLACES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
LIST_WORD_REPLACES_ID
|
| AMS_LIST_WORD_REPLACES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ORIGINAL_WORD
REPLACEMENT_WORD
|
| 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 |
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;
AMS.AMS_LIST_WORD_REPLACES does not reference any database object
AMS.AMS_LIST_WORD_REPLACES is referenced by following:
AMS
AMS_LIST_WORD_REPLACES#
|
|
|
|