[Home] [Help]
[Dependency Information]
| Object Name: | JTF_NOTE_CONTEXTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_NOTE_CONTEXTS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View over JTF_NOTE_CONTEXTS base table that additionally calculates the note context meaning from the note context type and note context type id.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NOTE_CONTEXT_ID | NUMBER | Yes | Unique Identifier of a row in this table | |
| JTF_NOTE_ID | NUMBER | Foriegn key with the JTF_NOTES | ||
| NOTE_CONTEXT_TYPE | VARCHAR2 | (240) | Yes | The type of the context. Examples are LOC, CONT, EMP.. |
| NOTE_CONTEXT_TYPE_MEANING | VARCHAR2 | (30) | Yes | Meaning of note context from JTF_OBJECTS_VL |
| NOTE_CONTEXT_TYPE_ID | NUMBER | Yes | The corresponding ID. Can be party id, site_use_id and employee id and so on... | |
| NOTE_CONTEXT_VALUE | VARCHAR2 | (4000) | Value of the note context. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT NOTE_CONTEXT_ID
, JTF_NOTE_ID
, NOTE_CONTEXT_TYPE
, NOTE_CONTEXT_TYPE_MEANING
, NOTE_CONTEXT_TYPE_ID
, NOTE_CONTEXT_VALUE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM APPS.JTF_NOTE_CONTEXTS_V;
APPS
JTF_NOTES_PKG
- show dependent code
JTF_NOTE_CONTEXTS
JTF_OBJECTS_VL
APPS.JTF_NOTE_CONTEXTS_V is not referenced by any database object
|
|
|
|