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


VIEW: APPS.AME_ACTIONS_VL

Object Details
Object Name: AME_ACTIONS_VL
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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


This view provides the details of actions with translated details in the current session language. This view is join between ame_actions and ame_actions_tl based on current session language.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACTION_ID NUMBER
Yes Action identifier
ACTION_TYPE_ID NUMBER
Yes Action type identifier for which action belongs
PARAMETER VARCHAR2 (320)
Indicates the action need to be performed
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
START_DATE DATE
Yes Date on which row is activated
END_DATE DATE

Date on which row is inactivated
DESCRIPTION VARCHAR2 (300)
Action description
SECURITY_GROUP_ID NUMBER (15)
Not used
PARAMETER_TWO VARCHAR2 (50)
Additional parameter of an action
OBJECT_VERSION_NUMBER NUMBER (9)
System-generated version of row. Increments by one with each update
Query Text

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


SELECT ACTION_ID
,      ACTION_TYPE_ID
,      PARAMETER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      START_DATE
,      END_DATE
,      DESCRIPTION
,      SECURITY_GROUP_ID
,      PARAMETER_TWO
,      OBJECT_VERSION_NUMBER
FROM APPS.AME_ACTIONS_VL;

Dependencies

[top of page]

APPS.AME_ACTIONS_VL references the following:

SchemaAPPS
SynonymAME_ACTIONS
SynonymAME_ACTIONS_TL
APPS.AME_ACTIONS_VL is referenced by following:

SchemaAPPS
Package BodyAME_UTILITY_PKG - show dependent code