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


TABLE: OKC.OKC_APP_FUNCTION_ACCESSES

Object Details
Object Name: OKC_APP_FUNCTION_ACCESSES
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_APP_FUNCTION_ACCESSES
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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
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
Query Text

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;

Dependencies

[top of page]

OKC.OKC_APP_FUNCTION_ACCESSES does not reference any database object

OKC.OKC_APP_FUNCTION_ACCESSES is referenced by following:

SchemaAPPS
SynonymOKC_APP_FUNCTION_ACCESSES