[Home] [Help]
[Dependency Information]
| Object Name: | IGS_OR_ORG_NOTES |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_OR_ORG_NOTES
|
| Subobject Name: | |
| Status: | VALID |
IGS_OR_ORG_NOTES contains notes about institutions, organizational units or locations.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_OR_ORG_NOTES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORG_STRUCTURE_ID
ORG_STRUCTURE_TYPE
ORG_NOTE_SEQUENCE
ORG_NOTE_TYPE
|
| IGS_OR_ORG_NOTES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ORG_NOTE_TYPE
|
| 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 |
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;
IGS.IGS_OR_ORG_NOTES does not reference any database object
IGS.IGS_OR_ORG_NOTES is referenced by following:
APPS
IGS_OR_ORG_NOTES
|
|
|
|