[Home] [Help]
[Dependency Information]
| Object Name: | AMW_VIOLATION_USERS |
|---|---|
| Object Type: | TABLE |
| Owner: | AMW |
| FND Design Data: | AMW.AMW_VIOLATION_USERS
|
| Subobject Name: | |
| Status: | VALID |
Stores information of User violations for each violation
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMW_VIOLATION_USERS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
VIOLATION_ID
USER_VIOLATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| VIOLATED_BY_ID | NUMBER | Yes | Stores the violating user id | |
| VIOLATION_ID | NUMBER | Yes | Stores the Violation Id . This is used to identify the constraint for which this user violation is identified | |
| USER_VIOLATION_ID | NUMBER | Yes | Stores the user violation identifier | |
| WAIVED_FLAG | VARCHAR2 | (1) | Stores Y or N. Y = The user is waived. N or NULL = The user is not waived | |
| CORRECTED_FLAG | VARCHAR2 | (1) | Stores if the user violations is corrected ot not. Possible values Y - The user violation is corrected. N or NULL - The user violation is not corrected yet. |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, SECURITY_GROUP_ID
, VIOLATED_BY_ID
, VIOLATION_ID
, USER_VIOLATION_ID
, WAIVED_FLAG
, CORRECTED_FLAG
FROM AMW.AMW_VIOLATION_USERS;
AMW.AMW_VIOLATION_USERS does not reference any database object
AMW.AMW_VIOLATION_USERS is referenced by following:
APPS
AMW_VIOLATION_USERS
|
|
|
|