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


VIEW: APPS.ALR_GROUPS_AND_ACTIONS_VIEW

Object Details
Object Name: ALR_GROUPS_AND_ACTIONS_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewALR.ALR_GROUPS_AND_ACTIONS_VIEW
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER

Application identifier
ALERT_ID NUMBER

Alert identifier
ACTION_ID NUMBER

Action identifier
NAME VARCHAR2 (80)
Action or action group name
ACTION_TYPE VARCHAR2 (1)
Action type
DESCRIPTION VARCHAR2 (162)
Description
TYPE VARCHAR2 (1)
Member type
Query Text

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


SELECT APPLICATION_ID
,      ALERT_ID
,      ACTION_ID
,      NAME
,      ACTION_TYPE
,      DESCRIPTION
,      TYPE
FROM APPS.ALR_GROUPS_AND_ACTIONS_VIEW;

Dependencies

[top of page]

APPS.ALR_GROUPS_AND_ACTIONS_VIEW references the following:

SchemaAPPS
SynonymALR_ACTIONS
SynonymALR_ACTION_GROUPS
SynonymALR_ALERTS
SynonymALR_LOOKUPS

APPS.ALR_GROUPS_AND_ACTIONS_VIEW is not referenced by any database object