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


VIEW: APPS.JTF_IH_NOTES_ACT_VL

Object Details
Object Name: JTF_IH_NOTES_ACT_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_IH_NOTES_ACT_VL
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)


Allows to view JTF notes attached to activities


[View Source]

Columns
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
ACTIVITY_ID NUMBER (15) Yes Activity identifier
Query Text

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


SELECT NOTES
,      NOTE_CONTEXT_TYPE_ID
,      ACTIVITY_ID
FROM APPS.JTF_IH_NOTES_ACT_VL;

Dependencies

[top of page]

APPS.JTF_IH_NOTES_ACT_VL references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
PL/SQL PackageJTF_COMMON_PVT - show dependent code
SynonymJTF_IH_ACTIVITIES
PL/SQL PackageJTF_NOTES_PKG - show dependent code
ViewJTF_NOTES_VL
SynonymJTF_NOTE_CONTEXTS

APPS.JTF_IH_NOTES_ACT_VL is not referenced by any database object