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


TABLE: AP.AP_NOTES

Object Details
Object Name: AP_NOTES
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.AP_NOTES
Subobject Name:
Status: VALID


This table stores information about notes.
Notes are related to source entities via columns SOURCE_OBJECT_CODE and
SOURCE_OBJECT_ID. Notes are classified by their NOTE_TYPE.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_NOTES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNOTE_ID
SYS_IL0000322988C00005$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
AP_NOTES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSOURCE_OBJECT_CODE
ColumnSOURCE_OBJECT_ID
AP_NOTES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnNOTE_TYPE
AP_NOTES_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnENTERED_BY
Columns
Name Datatype Length Mandatory Comments
NOTE_ID NUMBER
Yes Unique note identifier.
SOURCE_OBJECT_CODE VARCHAR2 (240) Yes Identifies the source entity that this note is related to.
SOURCE_OBJECT_ID NUMBER
Yes The primary key of the source entity.
NOTE_TYPE VARCHAR2 (30) Yes The type of the note.
NOTES_DETAIL CLOB (4000)
The actual note text.
ENTERED_BY NUMBER (15) Yes The user who entered the note.
ENTERED_DATE DATE
Yes The date on which the note was entered.
SOURCE_LANG VARCHAR2 (4) Yes The language code of the note text.
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.
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.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who Last updated this row.
Query Text

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


SELECT NOTE_ID
,      SOURCE_OBJECT_CODE
,      SOURCE_OBJECT_ID
,      NOTE_TYPE
,      NOTES_DETAIL
,      ENTERED_BY
,      ENTERED_DATE
,      SOURCE_LANG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM AP.AP_NOTES;

Dependencies

[top of page]

AP.AP_NOTES does not reference any database object

AP.AP_NOTES is referenced by following:

SchemaAPPS
SynonymAP_NOTES