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


TABLE: AK.AK_RESP_SECURITY_ATTRIBUTES

Object Details
Object Name: AK_RESP_SECURITY_ATTRIBUTES
Object Type: TABLE
Owner: AK
FND Design Data: TableAK.AK_RESP_SECURITY_ATTRIBUTES
Subobject Name:
Status: VALID


AK_RESP_SECURITY_ATTRIBUTES contains attributes that are displayed or
hidden from a user based on the user's responsibility ID. You need one
row for each attribute/responsibility ID combination.
AK_QUERY_PKG uses this table in conjunction with the
AK_WEB_USER_SEC_ATTR_VALUES table (please see this description for
more details). Together, both tables defines what attributes a user
may or may not see.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AK_RESP_SECURITY_ATTRIBUTES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESPONSIBILITY_ID
ColumnRESP_APPLICATION_ID
ColumnATTRIBUTE_CODE
ColumnATTRIBUTE_APPLICATION_ID
ColumnZD_EDITION_NAME
AK_RESP_SECURITY_ATTRIBUTES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESP_APPLICATION_ID
Columns
Name Datatype Length Mandatory Comments
RESPONSIBILITY_ID NUMBER (15) Yes Responsibility ID of 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 can 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_RESP_SECURITY_ATTRIBUTES;

Dependencies

[top of page]

AK.AK_RESP_SECURITY_ATTRIBUTES does not reference any database object

AK.AK_RESP_SECURITY_ATTRIBUTES is referenced by following:

SchemaAK
ViewAK_RESP_SECURITY_ATTRIBUTES#