[Home] [Help]
[Dependency Information]
Object Name: | AP_NOTES |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AP_NOTES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
SYS_IL0000322988C00005$$ | LOB | UNIQUE |
![]() |
|
AP_NOTES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
AP_NOTES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
AP_NOTES_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
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. |
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;
AP.AP_NOTES does not reference any database object
AP.AP_NOTES is referenced by following:
|
|
|