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


VIEW: APPS.IEU_UWQ_MACTION_DEFS_VL

Object Details
Object Name: IEU_UWQ_MACTION_DEFS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIEU.IEU_UWQ_MACTION_DEFS_VL
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

MultiLingual view (a language resolved view of the data.)


View of Action definitions used when accessing references in forms.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
ROW_ID of the row.
MACTION_DEF_ID NUMBER (15) Yes ID of media action definition.
MACTION_DEF_KEY VARCHAR2 (32)
Unique Key for the Action.
LAST_UPDATE_DATE DATE
Yes Standard WHO column.
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column.
CREATION_DATE DATE
Yes Standard WHO column.
CREATED_BY NUMBER (15) Yes Standard WHO column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column.
ACTION_PROC VARCHAR2 (200)
Action procedure.
ACTION_PROC_TYPE_CODE VARCHAR2 (1)
This is for different versions/types of Action(Foo) functions. The default is the one with the signature same as Media Action proc. 'E' - new signature for Non-Media Action functions.
APPLICATION_ID NUMBER (15) Yes ID of application owning entry.
GLOBAL_FORM_PARAMS VARCHAR2 (500)
DO NOT USE (not supported).
MULTI_SELECT_FLAG VARCHAR2 (1)
The flag that indicates whether the Action is elligible in a Multi-Select mode.The valid values are: NULL/'N' - No (Default) 'Y' - Yes
MACTION_DEF_TYPE_FLAG VARCHAR2 (1)
Indicates whether this is the 'Media' Action vs. 'Non-Media' Action.Null - 'Media' Action, 'N' - 'Non-Media'
ACTION_USER_LABEL VARCHAR2 (1996) Yes Action displayed to user.
ACTION_DESCRIPTION VARCHAR2 (1996)
Action description displayed to user.
Query Text

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


SELECT ROW_ID
,      MACTION_DEF_ID
,      MACTION_DEF_KEY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ACTION_PROC
,      ACTION_PROC_TYPE_CODE
,      APPLICATION_ID
,      GLOBAL_FORM_PARAMS
,      MULTI_SELECT_FLAG
,      MACTION_DEF_TYPE_FLAG
,      ACTION_USER_LABEL
,      ACTION_DESCRIPTION
FROM APPS.IEU_UWQ_MACTION_DEFS_VL;

Dependencies

[top of page]

APPS.IEU_UWQ_MACTION_DEFS_VL references the following:

SchemaAPPS
SynonymIEU_UWQ_MACTION_DEFS_B
SynonymIEU_UWQ_MACTION_DEFS_TL

APPS.IEU_UWQ_MACTION_DEFS_VL is not referenced by any database object