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


TABLE: JTF.JTF_NOTES_B

Object Details
Object Name: JTF_NOTES_B
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_NOTES_B
Subobject Name:
Status: VALID


JTF_NOTES_B stores all non-translated information about Notes. Notes may be created for any object mapped for object usage in JTF_OBJECTS; the JTF_OBJECT that the note is linked to is stored as the source_object_code and source_object_id. The actual text of the note, which is stored in the JTF_NOTES_TL, is split into two parts under columns NOTES and NOTE_DETAILS. Typically, the NOTES should hold the short form or the first part of the note. NOTE_DETAILS for added details, or whenever the note is longer than the 2000 character limit for the NOTES column. The NOTE_STATUS flags the note as being personal (P), Internal (I), or Publish(E).


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_NOTES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnJTF_NOTE_ID
JTF_NOTES_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSOURCE_OBJECT_CODE
ColumnSOURCE_OBJECT_ID
JTF_NOTES_B_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnNOTE_TYPE
JTF_NOTES_B_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnENTERED_BY
Columns
Name Datatype Length Mandatory Comments
JTF_NOTE_ID NUMBER
Yes Unique Note identifier
PARENT_NOTE_ID NUMBER

Note id of the parent of the current note
SOURCE_OBJECT_ID NUMBER
Yes Primary Key of the source form.
SOURCE_OBJECT_CODE VARCHAR2 (240) Yes Identifies the source. Linked to the lookup code in the fnd lookups table where lookup_type is 'JTF_OBJECT_SOURCE_TYPE'
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 (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
NOTE_STATUS VARCHAR2 (1)
This flag determines whether the note is allowed to be published in the web or not.
ENTERED_BY NUMBER (15) Yes The person who entered the note.
ENTERED_DATE DATE
Yes The date on which the note was entered.
NOTE_TYPE VARCHAR2 (30)
The type of the note. Normally user defined from the setup screen. Stored in fnd_lookups for the lookup type of JTF_NOTE_TYPE
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
CONTEXT VARCHAR2 (30)
Standard flex Field Column
SECURITY_GROUP_ID NUMBER

Used in hosted environments
ORIG_SYSTEM_REFERENCE VARCHAR2 (60)
Identifier of the system or table where this row was originally created
ORIG_SYSTEM_REFERENCE_ID NUMBER

Unique identifier for this row in the original system or table
UPGRADE_STATUS_FLAG VARCHAR2 (1)
To support partial re-run of upgrade or migration
Query Text

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


SELECT JTF_NOTE_ID
,      PARENT_NOTE_ID
,      SOURCE_OBJECT_ID
,      SOURCE_OBJECT_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      NOTE_STATUS
,      ENTERED_BY
,      ENTERED_DATE
,      NOTE_TYPE
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      CONTEXT
,      SECURITY_GROUP_ID
,      ORIG_SYSTEM_REFERENCE
,      ORIG_SYSTEM_REFERENCE_ID
,      UPGRADE_STATUS_FLAG
FROM JTF.JTF_NOTES_B;

Dependencies

[top of page]

JTF.JTF_NOTES_B does not reference any database object

JTF.JTF_NOTES_B is referenced by following:

SchemaAPPS
SynonymJTF_NOTES_B