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


TABLE: AMW.AMW_VIOLAT_USER_ENTRIES

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


Stores details of violated item for each violator


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMW_VIOLAT_USER_ENTRIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX 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) Yes 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
USER_VIOLATION_ID NUMBER
Yes Stores the Identifier
RESPONSIBILITY_ID NUMBER

Stores the responsibility id. This is the responsibility through which the user gets access to the incompatible function
MENU_ID NUMBER

Stores the Menu Id
FUNCTION_ID NUMBER

Stores the function Id / concurrent program id
ACCESS_GIVEN_DATE DATE

Standard Who column
ACCESS_GIVEN_BY_ID NUMBER

Standard Who column
ROLE_NAME VARCHAR2 (320)
Stores the role name providing the user access to the incompatible function
OBJECT_TYPE VARCHAR2 (30)
Stores the type of incompatible function accessible from the responsibility .FUNC - Function as incompatible function . CP - Concurrent Program as incompatible function.
APPLICATION_ID NUMBER (15)
Stores the responsibility application id
PROGRAM_APPLICATION_ID NUMBER (15)
Stores the program application id
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
,      USER_VIOLATION_ID
,      RESPONSIBILITY_ID
,      MENU_ID
,      FUNCTION_ID
,      ACCESS_GIVEN_DATE
,      ACCESS_GIVEN_BY_ID
,      ROLE_NAME
,      OBJECT_TYPE
,      APPLICATION_ID
,      PROGRAM_APPLICATION_ID
FROM AMW.AMW_VIOLAT_USER_ENTRIES;

Dependencies

[top of page]

AMW.AMW_VIOLAT_USER_ENTRIES does not reference any database object

AMW.AMW_VIOLAT_USER_ENTRIES is referenced by following:

SchemaAPPS
SynonymAMW_VIOLAT_USER_ENTRIES