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


VIEW: APPS.WF_HA_NTFA_V

Object Details
Object Name: WF_HA_NTFA_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFND.WF_HA_NTFA_V
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

Internal

[View Source]

Columns
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
NAME VARCHAR2 (30) Yes Internal Name
TEXT_VALUE VARCHAR2 (4000)
Holds a value if the type is text
NUMBER_VALUE NUMBER

Holds a value if the type is number
DATE_VALUE DATE

Holds a value if the type is date
Query Text

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


SELECT ROW_ID
,      ITEM_TYPE
,      ITEM_KEY
,      NOTIFICATION_ID
,      NAME
,      TEXT_VALUE
,      NUMBER_VALUE
,      DATE_VALUE
FROM APPS.WF_HA_NTFA_V;

Dependencies

[top of page]

APPS.WF_HA_NTFA_V references the following:

SchemaAPPS
SynonymWF_ITEMS
SynonymWF_ITEM_ACTIVITY_STATUSES
SynonymWF_ITEM_ACTIVITY_STATUSES_H
SynonymWF_NOTIFICATIONS
SynonymWF_NOTIFICATION_ATTRIBUTES
APPS.WF_HA_NTFA_V is referenced by following:

SchemaAPPS
Package BodyWF_ITEM_IMPORT - show dependent code