[Home] [Help]
[Dependency Information]
| Object Name: | EGO_ROLE_DETAILS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | EGO.EGO_ROLE_DETAILS_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_DISPLAY_NAME | VARCHAR2 | (240) | Yes | Display Name for the Object on which the Role exists |
| ROLE_DISPLAY_NAME | VARCHAR2 | (80) | Yes | Display Name of the Role |
| ROLE_DESCRIPTION | VARCHAR2 | (240) | Description of the Role | |
| ROLE_ID | NUMBER | Yes | Unique numeric identifier for the Role |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_DISPLAY_NAME
, ROLE_DISPLAY_NAME
, ROLE_DESCRIPTION
, ROLE_ID
FROM APPS.EGO_ROLE_DETAILS_V;
APPS
FND_FORM_FUNCTIONS
FND_MENUS_TL
FND_MENU_ENTRIES
FND_OBJECTS_TL
APPS.EGO_ROLE_DETAILS_V is not referenced by any database object
|
|
|
|