[Home] [Help]
[Dependency Information]
| Object Name: | IGS_OR_ORG_NOTE_TYPE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_OR_ORG_NOTE_TYPE_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ORG_NOTES_TYPE
|
| 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 |
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;
IGS.IGS_OR_ORG_NOTE_TYPE does not reference any database object
IGS.IGS_OR_ORG_NOTE_TYPE is referenced by following:
APPS
IGS_OR_ORG_NOTE_TYPE
|
|
|
|