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


VIEW: APPS.EGO_ACTION_DISPLAYS_V

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

View Type

A Business Intelligence System view


View EGO_ACTION_DISPLAYS_V provides all information required to execute and display actions at rendering time, including translatable information. This information consists on the execution method, display style (e.g. button or link), prompt message and prompt function.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACTION_ID NUMBER
Yes Unique identifier for Action
OBJECT_ID NUMBER
Yes Object Identifier
CLASSIFICATION_CODE VARCHAR2 (150)
Classification Code for the objects. Example - Item Catalog Group ID
OBJ_NAME VARCHAR2 (430) Yes Object Name
OBJ_DISP_NAME VARCHAR2 (240) Yes Attribute group identifier to which this action is assigned to.
ATTR_GROUP_ID NUMBER (10)
Object Display name
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 It determines the order in which actions associated to a particular attribute group are shown while displaying actions (From EGO_ACTIONS_B)
ACTION_NAME VARCHAR2 (60) Yes Name of the Action
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

Function Id (Privilege) associated with this action
SECURITY_PRIVILEGE_NAME VARCHAR2 (80)
Name of Security Privilege associated with this action
DISPLAY_STYLE_CODE VARCHAR2 (3)
Display style of this action either Button interface or Link interface
DISPLAY_STYLE_MEANING VARCHAR2 (80)
Meaning of the DISPLAY_STYLE_CODE (Button or Link for user based Execution method else null for Trigger based)
PROMPT_APPLICATION_ID NUMBER

Application Id
PROMPT_APPLICATION_NAME VARCHAR2 (240)
Application name
PROMPT_MESSAGE_NAME VARCHAR2 (30)
Message to be shown on Button or Link
VISIBILITY_FLAG VARCHAR2 (1)
Visibility to the user if this is Y
VISIBILITY_MEANING VARCHAR2 (80)
Yes or No for Excecution method User defined or null for Trigger based execution
PROMPT_FUNC_ID NUMBER

Id of the function which will determine the prompt for the Action. Foreign key to EGO_FUNCTIONS_B
PROMPT_FUNC_DISP_NAME VARCHAR2 (150)
Name of the function which will determine the prompt for the Action. Foreign key to EGO_FUNCTIONS_B
VISIBILITY_FUNC_ID NUMBER

Id of the function which will determine whether the function button would be visible or not
VISIBILITY_FUNC_DISP_NAME VARCHAR2 (150)
Display Name of the function which will determine whether the function button would be visible or not
EXECUTION_CODE VARCHAR2 (3) Yes Execution Method Code
EXECUTION_MEANING VARCHAR2 (80) Yes Meaning of the Execution
TRIGGER_CODE VARCHAR2 (30)
Trigger code in case the execution is trigger based
TRIGGER_MEANING VARCHAR2 (80)
Meaning of the trigger
Query Text

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


SELECT ACTION_ID
,      OBJECT_ID
,      CLASSIFICATION_CODE
,      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
,      DISPLAY_STYLE_CODE
,      DISPLAY_STYLE_MEANING
,      PROMPT_APPLICATION_ID
,      PROMPT_APPLICATION_NAME
,      PROMPT_MESSAGE_NAME
,      VISIBILITY_FLAG
,      VISIBILITY_MEANING
,      PROMPT_FUNC_ID
,      PROMPT_FUNC_DISP_NAME
,      VISIBILITY_FUNC_ID
,      VISIBILITY_FUNC_DISP_NAME
,      EXECUTION_CODE
,      EXECUTION_MEANING
,      TRIGGER_CODE
,      TRIGGER_MEANING
FROM APPS.EGO_ACTION_DISPLAYS_V;

Dependencies

[top of page]

APPS.EGO_ACTION_DISPLAYS_V references the following:

SchemaAPPS
ViewEGO_ACTIONS_V
SynonymEGO_ACTION_DISPLAYS_B
ViewEGO_FUNCTIONS_V
SynonymFND_APPLICATION_TL
SynonymFND_LOOKUP_VALUES

APPS.EGO_ACTION_DISPLAYS_V is not referenced by any database object