[Home] [Help]
[Dependency Information]
Object Name: | WF_HA_NTFA_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 | |
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 |
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;
|
|
|