[Home] [Help]
[Dependency Information]
Object Name: | ALR_PERIODIC_ALERTS_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 | ||
ALERT_NAME | VARCHAR2 | (50) | Alert name | |
NEXT_SCHEDULED_CHECK | VARCHAR2 | (9) | Date of next scheduled check | |
TYPE | CHAR | (1) | Type to be checked | |
CHECK_ONCE_DAILY_FLAG | VARCHAR2 | (1) | Determines if alert should be checked only once on a particular day | |
CHECK_TIME | VARCHAR2 | (8) | For alerts checked once on a scheduled day, the time at which the alert is checked | |
START_HOURS | NUMBER | Start time (in hours) converted from CHECK_START_TIME in ALR_ALERTS | ||
START_MINUTES | NUMBER | Start time (in minutes) converted from CHECK_START_TIME in ALR_ALERTS | ||
END_HOURS | NUMBER | End time (in hours) converted from CHECK_END_TIME in ALR_ALERTS | ||
END_MINUTES | NUMBER | End time (in minutes) converted from CHECK_END_TIME in ALR_ALERTS | ||
INTERVAL_MINUTES | NUMBER | Conversion of SECONDS_BETWEEN_CHECKS in ALR_ALERTS |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, ALERT_ID
, ALERT_NAME
, NEXT_SCHEDULED_CHECK
, TYPE
, CHECK_ONCE_DAILY_FLAG
, CHECK_TIME
, START_HOURS
, START_MINUTES
, END_HOURS
, END_MINUTES
, INTERVAL_MINUTES
FROM APPS.ALR_PERIODIC_ALERTS_VIEW;
APPS.ALR_PERIODIC_ALERTS_VIEW is not referenced by any database object
|
|
|