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


TABLE: OKE.OKE_ROLE_FUNCTIONS

Object Details
Object Name: OKE_ROLE_FUNCTIONS
Object Type: TABLE
Owner: OKE
FND Design Data: TableOKE.OKE_ROLE_FUNCTIONS
Subobject Name:
Status: VALID


OKE_ROLE_FUNCTIONS store allowable functions by role. This table is populated when a role is compiled. The list of functions included in the menu from the role definition is expanded and stored in this table.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKE_ROLE_FUNCTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnROLE_ID
ColumnFUNCTION_ID
Columns
Name Datatype Length Mandatory Comments
ROLE_ID NUMBER
Yes Contract role unique identifier
FUNCTION_ID NUMBER
Yes Function unique identifier
CREATION_DATE DATE
Yes Standard Who columns
CREATED_BY NUMBER
Yes Standard Who columns
LAST_UPDATE_DATE DATE
Yes Standard Who columns
LAST_UPDATED_BY NUMBER
Yes Standard Who columns
LAST_UPDATE_LOGIN NUMBER

Standard Who columns
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROLE_ID
,      FUNCTION_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OKE.OKE_ROLE_FUNCTIONS;

Dependencies

[top of page]

OKE.OKE_ROLE_FUNCTIONS does not reference any database object

OKE.OKE_ROLE_FUNCTIONS is referenced by following:

SchemaOKE
ViewOKE_ROLE_FUNCTIONS#