[Home] [Help]
[Dependency Information]
| Object Name: | JTF_IH_NOTES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_IH_NOTES_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Allows to view JTF notes attached to Interactions
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NOTES | VARCHAR2 | (2000) | Yes | Stores actual note text. Typically will hold the entire note, or up to 2000 characters if the note is very long. |
| NOTE_CONTEXT_TYPE_ID | NUMBER | Yes | The corresponding ID. Can be party id, site_use_id and employee id and so on | |
| INTERACTION_ID | NUMBER | (15) | Yes | Interaction Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT NOTES
, NOTE_CONTEXT_TYPE_ID
, INTERACTION_ID
FROM APPS.JTF_IH_NOTES_VL;
APPS
FND_GLOBAL
- show dependent code
JTF_COMMON_PVT
- show dependent code
JTF_IH_INTERACTIONS
JTF_NOTES_PKG
- show dependent code
JTF_NOTES_VL
JTF_NOTE_CONTEXTS
APPS.JTF_IH_NOTES_VL is not referenced by any database object
|
|
|
|