[Home] [Help]
[Dependency Information]
| Object Name: | ALR_RESPONSE_ACTIONS_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ALR.ALR_RESPONSE_ACTIONS_VIEW
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
ALR_ACTIONS
ALR_LOOKUPS
APPS.ALR_RESPONSE_ACTIONS_VIEW is not referenced by any database object
|
|
|
|