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


TABLE: PN.PN_NOTE_DETAILS

Object Details
Object Name: PN_NOTE_DETAILS
Object Type: TABLE
Owner: PN
FND Design Data: TablePN.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PN_NOTE_DETAILS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNOTE_DETAIL_ID
ColumnLANGUAGE
PN_NOTE_DETAILS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnNOTE_HEADER_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PN.PN_NOTE_DETAILS does not reference any database object

PN.PN_NOTE_DETAILS is referenced by following:

SchemaAPPS
SynonymPN_NOTE_DETAILS