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


VIEW: APPS.EGO_ACTIONS_V

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

View Type

A Business Intelligence System view


View EGO_ACTIONS_V provides all the information associated with actions defined for attribute groups including translatable information. The information stored includes the action name and description, attribute group for which the action was defined, sequence, the name of the function to execute, and security privileges required to execute it among others.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACTION_ID NUMBER
Yes Unique identifier for Action (From EGO_ACTIONS_B)
OBJECT_ID NUMBER
Yes Identifier of the Object (From FND_OBJECTS)
CLASSIFICATION_CODE VARCHAR2 (150)
Classification Code for the objects. Example - Item Catalog Group ID
ENABLE_KEY_ATTRIBUTES VARCHAR2 (1)
A column to identify whether the passing of Key attributes is enabled or not
OBJ_NAME VARCHAR2 (430) Yes Object internal name
OBJ_DISP_NAME VARCHAR2 (240) Yes Object display name
ATTR_GROUP_ID NUMBER (10)
Attribute group identifier to which this action is assigned to.
ATTR_GRP_APPLICATION_ID NUMBER (10)
Application identifier to which this attribute group belongs
ATTR_GROUP_TYPE VARCHAR2 (40)
Type of the Attribute group
ATTR_GROUP_NAME VARCHAR2 (30)
Attribute group internal name
ATTR_GROUP_DISP_NAME VARCHAR2 (80)
Attribute group display name
SEQUENCE NUMBER
Yes This is the sequence number that determines the order in which actions are displayed to the user.
ACTION_NAME VARCHAR2 (60) Yes Name of the Action (From EGO_ACTIONS_B)
DESCRIPTION VARCHAR2 (240)
Translated Description of the Action (From EGO_ACTIONS_TL)
FUNCTION_ID NUMBER
Yes Identifier of the Function that is associated with this action
FUNC_DISPLAY_NAME VARCHAR2 (150) Yes Function display name
SECURITY_PRIVILEGE_ID NUMBER

Security Privilege Id
SECURITY_PRIVILEGE_NAME VARCHAR2 (80)
Security Privilege Name
Query Text

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


SELECT ACTION_ID
,      OBJECT_ID
,      CLASSIFICATION_CODE
,      ENABLE_KEY_ATTRIBUTES
,      OBJ_NAME
,      OBJ_DISP_NAME
,      ATTR_GROUP_ID
,      ATTR_GRP_APPLICATION_ID
,      ATTR_GROUP_TYPE
,      ATTR_GROUP_NAME
,      ATTR_GROUP_DISP_NAME
,      SEQUENCE
,      ACTION_NAME
,      DESCRIPTION
,      FUNCTION_ID
,      FUNC_DISPLAY_NAME
,      SECURITY_PRIVILEGE_ID
,      SECURITY_PRIVILEGE_NAME
FROM APPS.EGO_ACTIONS_V;

Dependencies

[top of page]

APPS.EGO_ACTIONS_V references the following:

SchemaAPPS
SynonymEGO_ACTIONS_B
SynonymEGO_ACTIONS_TL
SynonymEGO_FND_DSC_FLX_CTX_EXT
SynonymEGO_FUNCTIONS_TL
SynonymFND_DESCR_FLEX_CONTEXTS_TL
SynonymFND_FORM_FUNCTIONS_TL
SynonymFND_OBJECTS
SynonymFND_OBJECTS_TL
APPS.EGO_ACTIONS_V is referenced by following:

SchemaAPPS
ViewEGO_ACTION_DISPLAYS_V
Package BodyEGO_EXT_FWK_PUB - show dependent code