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


TABLE: HR.AME_ATTRIBUTE_USAGES

Object Details
Object Name: AME_ATTRIBUTE_USAGES
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.AME_ATTRIBUTE_USAGES
Subobject Name:
Status: VALID


This table stores the information on how an attribute is used in a transaction type. For each transaction type usage a row is created. Different transction type can have different usages of same attribute.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AME_ATTRIBUTE_USAGES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTRIBUTE_ID
ColumnSTART_DATE
ColumnEND_DATE
AME_ATTRIBUTE_USAGES_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnSTART_DATE
ColumnEND_DATE
Columns
Name Datatype Length Mandatory Comments
ATTRIBUTE_ID NUMBER
Yes Attribute identifier
APPLICATION_ID NUMBER
Yes AME internal application identifier which identifies the transaction type
QUERY_STRING VARCHAR2 (4000)
Value of the attribute or sql statement to fetch the value for the dynamic attribute usages
USE_COUNT NUMBER
Yes Number of rules using the attribute
USER_EDITABLE VARCHAR2 (1)
Not used
IS_STATIC VARCHAR2 (1)
Indicates whether an attribute is static or not
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
START_DATE DATE
Yes Date on which row is activated
END_DATE DATE

Date on which row is inactivated
SECURITY_GROUP_ID NUMBER (15)
Not used
VALUE_SET_ID NUMBER (10)
Value set identifier if attached
OBJECT_VERSION_NUMBER NUMBER (9)
System-generated version of row. Increments by one with each update
Query Text

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


SELECT ATTRIBUTE_ID
,      APPLICATION_ID
,      QUERY_STRING
,      USE_COUNT
,      USER_EDITABLE
,      IS_STATIC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      START_DATE
,      END_DATE
,      SECURITY_GROUP_ID
,      VALUE_SET_ID
,      OBJECT_VERSION_NUMBER
FROM HR.AME_ATTRIBUTE_USAGES;

Dependencies

[top of page]

HR.AME_ATTRIBUTE_USAGES does not reference any database object

HR.AME_ATTRIBUTE_USAGES is referenced by following:

SchemaAPPS
SynonymAME_ATTRIBUTE_USAGES