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


VIEW: APPS.XDP_FMC_V

Object Details
Object Name: XDP_FMC_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXDP.XDP_FMC_V
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
ROW_ID ROWID (10)
Internal database row ID of the record
NOTIFICATION_ID NUMBER
Yes The notification ID
GROUP_ID NUMBER
Yes The notification group ID
MESSAGE_TYPE VARCHAR2 (8) Yes The item type associated with the message
MESSAGE_NAME VARCHAR2 (30) Yes The message internal name
RECIPIENT_ROLE VARCHAR2 (320) Yes The role name assigned as the performer of the notification activity
STATUS VARCHAR2 (8) Yes The current status of the notification
ACCESS_KEY VARCHAR2 (80) Yes The access key password that determines whether the monitor is run in 'ADMIN' or 'USER' mode
MAIL_STATUS VARCHAR2 (8)
E-mail delivery status
PRIORITY NUMBER

Notification priority
BEGIN_DATE DATE

The date when the notification is sent
END_DATE DATE

The date when the notification is closed
DUE_DATE DATE

The date that a response is required. This is only used for recipient's information.
USER_COMMENT VARCHAR2 (4000)
A comment presented with the message
CALLBACK VARCHAR2 (240)
The callback function name used for communication of SEND and RESPOND source message attributes
CONTEXT VARCHAR2 (2000)
The context information passed to the callback function
STATUS_NAME VARCHAR2 (80) Yes Display name of the notification status
Query Text

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


SELECT ROW_ID
,      NOTIFICATION_ID
,      GROUP_ID
,      MESSAGE_TYPE
,      MESSAGE_NAME
,      RECIPIENT_ROLE
,      STATUS
,      ACCESS_KEY
,      MAIL_STATUS
,      PRIORITY
,      BEGIN_DATE
,      END_DATE
,      DUE_DATE
,      USER_COMMENT
,      CALLBACK
,      CONTEXT
,      STATUS_NAME
FROM APPS.XDP_FMC_V;

Dependencies

[top of page]

APPS.XDP_FMC_V references the following:

SchemaAPPS
ViewWF_LOOKUPS
SynonymWF_NOTIFICATIONS

APPS.XDP_FMC_V is not referenced by any database object