[Home] [Help]
[Dependency Information]
Object Name: | WF_HA_NTF_V |
---|---|
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 |
---|---|---|---|---|
ROW_ID | ROWID | (10) | RowID | |
ITEM_TYPE | VARCHAR2 | (8) | Yes | Internal name for the Item Type |
ITEM_KEY | VARCHAR2 | (240) | Yes | Holds the primary key generated for the item type |
NOTIFICATION_ID | NUMBER | Yes | Unique notification identifier | |
GROUP_ID | NUMBER | Yes | Grouping of notifications | |
MESSAGE_TYPE | VARCHAR2 | (8) | Yes | Item type of the message |
MESSAGE_NAME | VARCHAR2 | (30) | Yes | Internal name of the message |
RECIPIENT_ROLE | VARCHAR2 | (320) | Yes | Role of person to receive notification |
STATUS | VARCHAR2 | (8) | Yes | Determines whether the notification is opened or closed. |
ACCESS_KEY | VARCHAR2 | (80) | Yes | Access key for notifications |
MAIL_STATUS | VARCHAR2 | (8) | Status tells mailer if it should send, and mailer records the result here if sent operation is successful. | |
PRIORITY | NUMBER | Priority assigned to the message(1-100) | ||
BEGIN_DATE | DATE | Start date | ||
END_DATE | DATE | Date finished | ||
DUE_DATE | DATE | Indicates the reply-by date | ||
RESPONDER | VARCHAR2 | (320) | Role or e-mail address that responded to notification | |
USER_COMMENT | VARCHAR2 | (4000) | User Comment | |
CALLBACK | VARCHAR2 | (240) | Package and procedure name used by notification | |
CONTEXT | VARCHAR2 | (2000) | Data used by callback to call the procedure | |
ORIGINAL_RECIPIENT | VARCHAR2 | (320) | Yes | Original recepient (as opposed to forwarded recepient) |
FROM_USER | VARCHAR2 | (320) | Denormalized value (display name) of FROM_ROLE | |
TO_USER | VARCHAR2 | (320) | Denormalized value of RECIPEINT_ROLE | |
SUBJECT | VARCHAR2 | (2000) | Denormalized value of subject | |
LANGUAGE | VARCHAR2 | (4) | Language in which the denormalized values is in | |
MORE_INFO_ROLE | VARCHAR2 | (320) | More information is requested from this role |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ITEM_TYPE
, ITEM_KEY
, NOTIFICATION_ID
, GROUP_ID
, MESSAGE_TYPE
, MESSAGE_NAME
, RECIPIENT_ROLE
, STATUS
, ACCESS_KEY
, MAIL_STATUS
, PRIORITY
, BEGIN_DATE
, END_DATE
, DUE_DATE
, RESPONDER
, USER_COMMENT
, CALLBACK
, CONTEXT
, ORIGINAL_RECIPIENT
, FROM_USER
, TO_USER
, SUBJECT
, LANGUAGE
, MORE_INFO_ROLE
FROM APPS.WF_HA_NTF_V;
|
|
|