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


TABLE: IGS.IGS_GE_NOTE

Object Details
Object Name: IGS_GE_NOTE
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_GE_NOTE
Subobject Name:
Status: VALID


IGS_GE_NOTE stores notes that may be entered against many major entities, for example, programs, units, persons. The note may be an OLE object, for example, word document, excel spreadsheet, so on . The note may also be a simple text entry.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_GE_NOTE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREFERENCE_NUMBER
Columns
Name Datatype Length Mandatory Comments
REFERENCE_NUMBER NUMBER
Yes The reference number of a particular note.
S_NOTE_FORMAT_TYPE VARCHAR2 (30) Yes A system defined note format, including OLE and text type notes.
NOTE_TEXT VARCHAR2 (2000)
A text-formatted note.
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
NOTE_OLE LONG RAW (0)
An OLE-formatted note.
Query Text

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


SELECT REFERENCE_NUMBER
,      S_NOTE_FORMAT_TYPE
,      NOTE_TEXT
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      NOTE_OLE
FROM IGS.IGS_GE_NOTE;

Dependencies

[top of page]

IGS.IGS_GE_NOTE does not reference any database object

IGS.IGS_GE_NOTE is referenced by following:

SchemaAPPS
SynonymIGS_GE_NOTE