[Home] [Help]
[Dependency Information]
| Object Name: | AK_RESP_SECURITY_ATTRIBUTES |
|---|---|
| Object Type: | TABLE |
| Owner: | AK |
| FND Design Data: | AK.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AK_RESP_SECURITY_ATTRIBUTES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESPONSIBILITY_ID
RESP_APPLICATION_ID
ATTRIBUTE_CODE
ATTRIBUTE_APPLICATION_ID
ZD_EDITION_NAME
|
| AK_RESP_SECURITY_ATTRIBUTES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESP_APPLICATION_ID
|
| 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 |
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;
AK.AK_RESP_SECURITY_ATTRIBUTES does not reference any database object
AK.AK_RESP_SECURITY_ATTRIBUTES is referenced by following:
AK
AK_RESP_SECURITY_ATTRIBUTES#
|
|
|
|