[Home] [Help]
[Dependency Information]
| Object Name: | AK_EXCLUDED_ITEMS |
|---|---|
| Object Type: | TABLE |
| Owner: | AK |
| FND Design Data: | AK.AK_EXCLUDED_ITEMS
|
| Subobject Name: | |
| Status: | VALID |
AK_EXCLUDED_ITEMS contains attributes which should be hidden from
users based on their responsibility ID. You need one row for each
attribute that you want hidden for a specific responsibility.
AK_QUERY_PKG currently makes use of this table and it returns the
attribute and attribute's value. AK_QUERY_PKG also sets a flag
(SECURED_COLUMN=Y) to inform the developer that this attribute (or
column) should be secured (hidden) from the current user.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AK_EXCLUDED_ITEMS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESPONSIBILITY_ID
RESP_APPLICATION_ID
ATTRIBUTE_CODE
ATTRIBUTE_APPLICATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESPONSIBILITY_ID | NUMBER | (15) | Yes | Responsibility ID of the application user |
| RESP_APPLICATION_ID | NUMBER | Yes | Product team's application ID which the responsibility ID belong to | |
| ATTRIBUTE_CODE | VARCHAR2 | (30) | Yes | Identifier of attribute which the user with the responsibility ID cannot access |
| ATTRIBUTE_APPLICATION_ID | NUMBER | (15) | Yes | Product team's application ID which the attribute belongs to |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT RESPONSIBILITY_ID
, RESP_APPLICATION_ID
, ATTRIBUTE_CODE
, ATTRIBUTE_APPLICATION_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM AK.AK_EXCLUDED_ITEMS;
AK.AK_EXCLUDED_ITEMS does not reference any database object
AK.AK_EXCLUDED_ITEMS is referenced by following:
APPS
AK_EXCLUDED_ITEMS
|
|
|
|