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


TABLE: IGS.IGS_OR_ORG_NOTE_TYPE

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


IGS_OR_ORG_NOTE_TYPE stores user defined structure or classification to descriptive information note types that are available for organizational structure entities like institutions, organizational units or locations.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_OR_ORG_NOTE_TYPE_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnORG_NOTES_TYPE
Columns
Name Datatype Length Mandatory Comments
ORG_NOTES_TYPE VARCHAR2 (10) Yes A note type for organization, institution or location
NOTE_TYPE_DESCRIPTION VARCHAR2 (60)
Describes a note type for organization, institution or location
INST_FLAG VARCHAR2 (1)
To check if this is for institution or location or organization
UNIT_FLAG VARCHAR2 (1)
To check if this is for institution or location or organization
LOCATION_FLAG VARCHAR2 (1)
To check if this is for institution or location or organization
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
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT ORG_NOTES_TYPE
,      NOTE_TYPE_DESCRIPTION
,      INST_FLAG
,      UNIT_FLAG
,      LOCATION_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_OR_ORG_NOTE_TYPE;

Dependencies

[top of page]

IGS.IGS_OR_ORG_NOTE_TYPE does not reference any database object

IGS.IGS_OR_ORG_NOTE_TYPE is referenced by following:

SchemaAPPS
SynonymIGS_OR_ORG_NOTE_TYPE