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


VIEW: APPS.EGO_ROLES_V

Object Details
Object Name: EGO_ROLES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewEGO.EGO_ROLES_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_ID NUMBER (15) Yes ID of the Object on which the Role exists
OBJECT_DISPLAY_NAME VARCHAR2 (240) Yes Display name of the Object on which the Role exists
ROLE_ID NUMBER
Yes ID of the Role
ROLE_DISPLAY_NAME VARCHAR2 (80) Yes Display name of the Role
ROLE_DESCRIPTION VARCHAR2 (240)
Description of the Role
ROLE_CREATOR_USER_NAME VARCHAR2 (100)
Name of the user who created the Role
LAST_UPDATE_DATE DATE
Yes Date when the Role was last updated
LAST_UPDATED_BY NUMBER
Yes ID of the user who last updated the Role
Query Text

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


SELECT OBJECT_ID
,      OBJECT_DISPLAY_NAME
,      ROLE_ID
,      ROLE_DISPLAY_NAME
,      ROLE_DESCRIPTION
,      ROLE_CREATOR_USER_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM APPS.EGO_ROLES_V;

Dependencies

[top of page]

APPS.EGO_ROLES_V references the following:

SchemaAPPS
SynonymFND_FORM_FUNCTIONS
ViewFND_MENUS_VL
SynonymFND_MENU_ENTRIES
SynonymFND_OBJECTS_TL
SynonymFND_USER

APPS.EGO_ROLES_V is not referenced by any database object