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


TABLE: AMW.AMW_VIOLATION_USERS

Object Details
Object Name: AMW_VIOLATION_USERS
Object Type: TABLE
Owner: AMW
FND Design Data: TableAMW.AMW_VIOLATION_USERS
Subobject Name:
Status: VALID


Stores information of User violations for each violation


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMW_VIOLATION_USERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnVIOLATION_ID
ColumnUSER_VIOLATION_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

AMW.AMW_VIOLATION_USERS does not reference any database object

AMW.AMW_VIOLATION_USERS is referenced by following:

SchemaAPPS
SynonymAMW_VIOLATION_USERS