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


TABLE: EGO.EGO_ACTION_DISPLAYS_B

Object Details
Object Name: EGO_ACTION_DISPLAYS_B
Object Type: TABLE
Owner: EGO
FND Design Data: TableEGO.EGO_ACTION_DISPLAYS_B
Subobject Name:
Status: VALID


Table EGO_ACTION_DISPLAYS_B stores all information required to execute and display actions at rendering time. This information consists on the execution method, display style (e.g. button or link), prompt message and prompt function.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_ACTION_DISPLAYS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACTION_ID
Columns
Name Datatype Length Mandatory Comments
ACTION_ID NUMBER
Yes Unique identifier for Action.
EXECUTION_METHOD VARCHAR2 (3) Yes Defines if the Action execution is User based or trigger based.
EXECUTION_TRIGGER VARCHAR2 (30)
Trigger to be initiated for action in case action is trigger based
DISPLAY_STYLE VARCHAR2 (3)
Display style of this action either Button interface or Link interface
PROMPT_APPLICATION_ID NUMBER

Application Identifier associated with this Action.
PROMPT_MESSAGE_NAME VARCHAR2 (30)
Prompt that will be shown on User interface (Button or Link)
VISIBILITY_FLAG VARCHAR2 (1)
Whether the Action is visible or not
PROMPT_FUNCTION_ID NUMBER

Id 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 action would be visible or not
CREATED_BY NUMBER (15) Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Column
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
Query Text

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


SELECT ACTION_ID
,      EXECUTION_METHOD
,      EXECUTION_TRIGGER
,      DISPLAY_STYLE
,      PROMPT_APPLICATION_ID
,      PROMPT_MESSAGE_NAME
,      VISIBILITY_FLAG
,      PROMPT_FUNCTION_ID
,      VISIBILITY_FUNC_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM EGO.EGO_ACTION_DISPLAYS_B;

Dependencies

[top of page]

EGO.EGO_ACTION_DISPLAYS_B does not reference any database object

EGO.EGO_ACTION_DISPLAYS_B is referenced by following:

SchemaAPPS
SynonymEGO_ACTION_DISPLAYS_B