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


VIEW: APPS.CSF_M_MAIL_MESSAGES_V

Object Details
Object Name: CSF_M_MAIL_MESSAGES_V
Object Type: VIEW
Owner: APPS
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

A public view which may be useful for custom reporting or other data
requirements.


This view holds the information about the specific instance of a sent message


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER
Yes The Unique Access Identifier
NOTIFICATION_ID NUMBER
Yes Unique Notification ID
SENDER VARCHAR2 (320)
Sender
MESSAGE VARCHAR2 (4000)
Message
DATERECEIVED DATE

The date on which the message was received
RECEIVER VARCHAR2 (4000)
Role or email address that receives the mail message
RESOURCE_ID NUMBER

The Resource or agent identifier
CLIENT_NAME VARCHAR2 (4000)
Name of the Client
SENDER_FULL_NAME VARCHAR2 (360)
RECEIVER_FULL_NAME VARCHAR2 (360) Yes
SUBJECT VARCHAR2 (4000)
MESSAGE_TYPE VARCHAR2 (4000)
Query Text

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


SELECT ACCESS_ID
,      NOTIFICATION_ID
,      SENDER
,      MESSAGE
,      DATERECEIVED
,      RECEIVER
,      RESOURCE_ID
,      CLIENT_NAME
,      SENDER_FULL_NAME
,      RECEIVER_FULL_NAME
,      SUBJECT
,      MESSAGE_TYPE
FROM APPS.CSF_M_MAIL_MESSAGES_V;

Dependencies

[top of page]

APPS.CSF_M_MAIL_MESSAGES_V references the following:

SchemaAPPS
PL/SQL PackageASG_BASE - show dependent code
SynonymCSM_NOTIFICATIONS_ACC
PL/SQL PackageCSM_UTIL_PKG - show dependent code
SynonymWF_LOCAL_ROLES
PL/SQL PackageWF_NOTIFICATION - show dependent code
SynonymWF_NOTIFICATIONS

APPS.CSF_M_MAIL_MESSAGES_V is not referenced by any database object