[Home] [Help]
[Dependency Information]
Object Name: | EGO_ROLES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
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 |
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;
APPS.EGO_ROLES_V is not referenced by any database object
|
|
|