[Home] [Help]
[Dependency Information]
Object Name: | OKC_APP_FUNCTION_ACCESSES |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Development-seeded table which is used to control access of objects based on their owning application and the application of the user trying to access them. Neither applications nor users should read or write to this table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESPONSIBILITY_APPLICATION_ID | NUMBER | Yes | Identifier of the application to which the responsibility belongs. | |
OBJECT_APPLICATION_ID | NUMBER | Yes | Identifier of the application to which the object belongs. | |
OBJECT_TYPE | VARCHAR2 | (30) | Yes | Type of the object. |
FUNCTION | VARCHAR2 | (30) | Yes | Function which allows access to the object (for example LAUNCHPAD). |
OBJECT_ACCESS_FLAG | VARCHAR2 | (3) | Yes | Indicates whether access is allowed or not. |
COMMENTS | VARCHAR2 | (1995) | Yes | Comments indicating the purpose of the column. |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set on insert and incremented on update. Used by APIs to ensure current record is passed. |
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) | Standard Who Column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT RESPONSIBILITY_APPLICATION_ID
, OBJECT_APPLICATION_ID
, OBJECT_TYPE
, FUNCTION
, OBJECT_ACCESS_FLAG
, COMMENTS
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM OKC.OKC_APP_FUNCTION_ACCESSES;
OKC.OKC_APP_FUNCTION_ACCESSES does not reference any database object
OKC.OKC_APP_FUNCTION_ACCESSES is referenced by following:
|
|
|