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


VIEW: APPS.ALR_RESPONSE_ACTIONS_VIEW

Object Details
Object Name: ALR_RESPONSE_ACTIONS_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewALR.ALR_RESPONSE_ACTIONS_VIEW
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

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER

Application identifier
ALERT_ID NUMBER

Alert identifier
NAME VARCHAR2 (80)
Action name
ACTION_ID NUMBER

Action identifier
ACTION_TYPE VARCHAR2 (30)
Action type code
ACTION_TYPE_MEANING VARCHAR2 (80)
Meaning of action type code
DESCRIPTION VARCHAR2 (240)
Description
ENABLED_FLAG VARCHAR2 (1)
Enabled flag
Query Text

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


SELECT APPLICATION_ID
,      ALERT_ID
,      NAME
,      ACTION_ID
,      ACTION_TYPE
,      ACTION_TYPE_MEANING
,      DESCRIPTION
,      ENABLED_FLAG
FROM APPS.ALR_RESPONSE_ACTIONS_VIEW;

Dependencies

[top of page]

APPS.ALR_RESPONSE_ACTIONS_VIEW references the following:

SchemaAPPS
SynonymALR_ACTIONS
SynonymALR_LOOKUPS

APPS.ALR_RESPONSE_ACTIONS_VIEW is not referenced by any database object