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


VIEW: APPS.EGO_ROLE_PRIVILEGES_V

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

View Type

A Business Intelligence System view

[View Source]

Columns
Name Datatype Length Mandatory Comments
PRIVILEGE_ID NUMBER
Yes ID for the Privilege
PRIVILEGE_DISPLAY_NAME VARCHAR2 (80) Yes Name of the Privilege
PRIVILEGE_DESCRIPTION VARCHAR2 (240)
Description of the Privilege
ROW_ID ROWID (10)
Unique system identifier (ROWID) for the row
ROLE_ID NUMBER
Yes ID for the Role associated with the Privilege
Query Text

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


SELECT PRIVILEGE_ID
,      PRIVILEGE_DISPLAY_NAME
,      PRIVILEGE_DESCRIPTION
,      ROW_ID
,      ROLE_ID
FROM APPS.EGO_ROLE_PRIVILEGES_V;

Dependencies

[top of page]

APPS.EGO_ROLE_PRIVILEGES_V references the following:

SchemaAPPS
SynonymFND_FORM_FUNCTIONS_TL
SynonymFND_MENU_ENTRIES

APPS.EGO_ROLE_PRIVILEGES_V is not referenced by any database object