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


TABLE: ONT.OE_DEFAULT_ACTIONS

Object Details
Object Name: OE_DEFAULT_ACTIONS
Object Type: TABLE
Owner: ONT
FND Design Data: TableONT.OE_DEFAULT_ACTIONS
Subobject Name:
Status: VALID


This table stores the information about all the actions that are applicable to the sales order.
Each row includes the name of the action, flag to indicate if the action is displayed as default button and the folder object name.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
ACTION_ID NUMBER
Yes Action Identifier
OBJECT VARCHAR2 (30)
Folder Object Name
ACTION_NAME VARCHAR2 (500) Yes Sales Order Action Name
WIDTH NUMBER

Width of the button
DISPLAY_AS_BUTTON_FLAG VARCHAR2 (1)
Flag to indicate if the action should be displayed as default button.
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER
Yes Standard Who Column
Query Text

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


SELECT ACTION_ID
,      OBJECT
,      ACTION_NAME
,      WIDTH
,      DISPLAY_AS_BUTTON_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM ONT.OE_DEFAULT_ACTIONS;

Dependencies

[top of page]

ONT.OE_DEFAULT_ACTIONS does not reference any database object

ONT.OE_DEFAULT_ACTIONS is referenced by following:

SchemaAPPS
SynonymOE_DEFAULT_ACTIONS