[Home] [Help]
[Dependency Information]
| Object Name: | PN_NOTE_DETAILS |
|---|---|
| Object Type: | TABLE |
| Owner: | PN |
| FND Design Data: | PN.PN_NOTE_DETAILS
|
| Subobject Name: | |
| Status: | VALID |
PN_NOTE_DETAILS stores multiple lines of text associated with a note type.
This table is multi-lingual and is not partitioned by Org.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PN_NOTE_DETAILS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
NOTE_DETAIL_ID
LANGUAGE
|
| PN_NOTE_DETAILS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
NOTE_HEADER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NOTE_DETAIL_ID | NUMBER | Yes | Uniquely identifies the line of the note. The value is populated using sequence PN_NOTE_DETAILS_S | |
| NOTE_HEADER_ID | NUMBER | Yes | Associates the note context from PN_NOTE_HEADERS wih the note line row | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Identifies the language to which this row belongs. |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Source language. Identifies the source which resulted in the creation of this row, for example, the language may be French but the row may have been created in a US English environment. |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| 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). | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| TEXT | VARCHAR2 | (2000) | Yes | The text in the note line |
Cut, paste (and edit) the following text to query this object:
SELECT NOTE_DETAIL_ID
, NOTE_HEADER_ID
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, TEXT
FROM PN.PN_NOTE_DETAILS;
PN.PN_NOTE_DETAILS does not reference any database object
PN.PN_NOTE_DETAILS is referenced by following:
PN
PN_NOTE_DETAILS#
|
|
|
|