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


TABLE: IGS.IGS_OR_ORG_NOTES

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


IGS_OR_ORG_NOTES contains notes about institutions, organizational units or locations.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_OR_ORG_NOTES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORG_STRUCTURE_ID
ColumnORG_STRUCTURE_TYPE
ColumnORG_NOTE_SEQUENCE
ColumnORG_NOTE_TYPE
IGS_OR_ORG_NOTES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnORG_NOTE_TYPE
Columns
Name Datatype Length Mandatory Comments
ORG_STRUCTURE_ID VARCHAR2 (30) Yes An organization structure ID
ORG_STRUCTURE_TYPE VARCHAR2 (30) Yes The structure type that distinguishes if it is a location note type or organization type or institution type.
ORG_NOTE_SEQUENCE NUMBER (15) Yes A note sequence generated by sequence
ORG_NOTE_TYPE VARCHAR2 (10) Yes This is note type
START_DATE DATE
Yes The start date from when this will be applicable in the system.
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
END_DATE DATE

The end date till when this will be applicable in the system.
NOTE_TEXT VARCHAR2 (2000)
This is note text for this note
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT ORG_STRUCTURE_ID
,      ORG_STRUCTURE_TYPE
,      ORG_NOTE_SEQUENCE
,      ORG_NOTE_TYPE
,      START_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      END_DATE
,      NOTE_TEXT
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_OR_ORG_NOTES;

Dependencies

[top of page]

IGS.IGS_OR_ORG_NOTES does not reference any database object

IGS.IGS_OR_ORG_NOTES is referenced by following:

SchemaAPPS
SynonymIGS_OR_ORG_NOTES