[Home] [Help]
[Dependency Information]
| Object Name: | AMW_VIOLAT_RESP_ENTRIES |
|---|---|
| Object Type: | TABLE |
| Owner: | AMW |
| FND Design Data: | AMW.AMW_VIOLAT_RESP_ENTRIES
|
| Subobject Name: | |
| Status: | VALID |
Stores details of violated item for each responsibility
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMW_VIOLAT_RESP_ENTRIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESP_VIOLATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| VIOLAT_RESP_ENTRY_ID | NUMBER | Yes | Stores the Identifier | |
| RESP_VIOLATION_ID | NUMBER | Yes | Stores the responsibility violation to which this violated incompatible function belong to. | |
| MENU_ID | NUMBER | Stores the Menu Id | ||
| FUNCTION_ID | NUMBER | Stores the function Id / concurrent program id | ||
| 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. | |
| ACCESS_GIVEN_DATE | DATE | Standard Who column | ||
| ACCESS_GIVEN_BY_ID | NUMBER | Standard Who column | ||
| 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) | Standard Who column | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| APPLICATION_ID | NUMBER | (15) | Stores the concurrent program application id |
Cut, paste (and edit) the following text to query this object:
SELECT VIOLAT_RESP_ENTRY_ID
, RESP_VIOLATION_ID
, MENU_ID
, FUNCTION_ID
, OBJECT_TYPE
, ACCESS_GIVEN_DATE
, ACCESS_GIVEN_BY_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, SECURITY_GROUP_ID
, APPLICATION_ID
FROM AMW.AMW_VIOLAT_RESP_ENTRIES;
AMW.AMW_VIOLAT_RESP_ENTRIES does not reference any database object
AMW.AMW_VIOLAT_RESP_ENTRIES is referenced by following:
APPS
AMW_VIOLAT_RESP_ENTRIES
|
|
|
|