[Home] [Help]
[Dependency Information]
| Object Name: | AME_ATTRIBUTE_USAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AME_ATTRIBUTE_USAGES_UK1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ATTRIBUTE_ID
APPLICATION_ID
START_DATE
END_DATE
ZD_EDITION_NAME
|
| AME_ATTRIBUTE_USAGES_FK1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ATTRIBUTE_ID
START_DATE
END_DATE
|
| AME_ATTRIBUTE_USAGES_FK2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
START_DATE
END_DATE
|
| 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 | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM HR.AME_ATTRIBUTE_USAGES;
HR.AME_ATTRIBUTE_USAGES does not reference any database object
HR.AME_ATTRIBUTE_USAGES is referenced by following:
HR
AME_ATTRIBUTE_USAGES#
|
|
|
|