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


TABLE: AK.AK_EXCLUDED_ITEMS

Object Details
Object Name: AK_EXCLUDED_ITEMS
Object Type: TABLE
Owner: AK
FND Design Data: TableAK.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AK_EXCLUDED_ITEMS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESPONSIBILITY_ID
ColumnRESP_APPLICATION_ID
ColumnATTRIBUTE_CODE
ColumnATTRIBUTE_APPLICATION_ID
ColumnZD_EDITION_NAME
Columns
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
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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
,      ZD_EDITION_NAME
FROM AK.AK_EXCLUDED_ITEMS;

Dependencies

[top of page]

AK.AK_EXCLUDED_ITEMS does not reference any database object

AK.AK_EXCLUDED_ITEMS is referenced by following:

SchemaAK
ViewAK_EXCLUDED_ITEMS#