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


TABLE: HR.AME_ATTRIBUTES_TL

Object Details
Object Name: AME_ATTRIBUTES_TL
Object Type: TABLE
Owner: HR
Subobject Name:
Status: VALID


This table stores the translation information of an attribute.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AME_ATTRIBUTES_TL_PK NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTRIBUTE_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
ATTRIBUTE_ID NUMBER
Yes Attribute identifier
LANGUAGE VARCHAR2 (4) Yes Language of translated row
SOURCE_LANG VARCHAR2 (4) Yes Source language of translated row
DESCRIPTION VARCHAR2 (300) Yes Attribute description
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT ATTRIBUTE_ID
,      LANGUAGE
,      SOURCE_LANG
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM HR.AME_ATTRIBUTES_TL;

Dependencies

[top of page]

HR.AME_ATTRIBUTES_TL does not reference any database object

HR.AME_ATTRIBUTES_TL is referenced by following:

SchemaAPPS
SynonymAME_ATTRIBUTES_TL