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


TABLE: AR.HZ_WORD_LISTS

Object Details
Object Name: HZ_WORD_LISTS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_WORD_LISTS
Subobject Name:
Status: VALID


The HZ_WORD_LISTS table stores basic information about word replacement lists used for Data Quality Management. A Word List contains a list of words that can be used to replace other words. A Word List can identify a Source to keep track of who supplied the word list information. Word Lists can be specific to certain countries and the Language column tracks where a Word List is applicable.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_WORD_LISTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnWORD_LIST_ID
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
WORD_LIST_ID NUMBER (15) Yes Sequence generated id to uniquely identify a wordlist
WORD_LIST_NAME VARCHAR2 (255) Yes Name of the wordlist
LANGUAGE VARCHAR2 (200)
Language for the wordlist
SOURCE_NAME VARCHAR2 (255)
Source of the word list
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
OBJECT_VERSION_NUMBER NUMBER

Version number of record
NON_DELIMITED_FLAG VARCHAR2 (1)
Indicates word identification method. Y for nondelimited, N or null for delimited.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT WORD_LIST_ID
,      WORD_LIST_NAME
,      LANGUAGE
,      SOURCE_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      OBJECT_VERSION_NUMBER
,      NON_DELIMITED_FLAG
,      ZD_EDITION_NAME
FROM AR.HZ_WORD_LISTS;

Dependencies

[top of page]

AR.HZ_WORD_LISTS does not reference any database object

AR.HZ_WORD_LISTS is referenced by following:

SchemaAR
ViewHZ_WORD_LISTS#