[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_ORG_STRUCTURE_NOTES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_ORG_STRUCTURE_NOTES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This entity contains notes about institutions, organizational units or locations.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_STRUCTURE_IDENTIFIER | VARCHAR2 | (30) | Yes | An organization structure ID, It stores Institution Code, Organizational Unit Code or Location code as per the value in Org Structure Type column. |
| ORG_STRUCTURE_TYPE | VARCHAR2 | (30) | Yes | Organizational Structure type that distinguishes if the note type can be applied to a location, organizational unit, and/or institution. |
| ORG_NOTE_SEQUENCE | NUMBER | (15) | Yes | Describes a unique number for referencing the note |
| ORG_NOTE_TYPE | VARCHAR2 | (10) | Yes | User defined type of note |
| EFFECTIVE_START_DATE | DATE | Yes | The start date from when the note will be applicable in the system. | |
| EFFECTIVE_END_DATE | DATE | The end date till when the note will be applicable in the system. | ||
| NOTES | VARCHAR2 | (2000) | Text of note | |
| ORG_STRUCTURE_NAME | VARCHAR2 | (360) | Name of the institution Code, Organizational Unit Code or Location code | |
| _LA:ORG_STRUCTURE_TYPE_DESC | CHAR | (71) | Description of organizational Structure type that distinguishes if the note type can be applied to a location, organizational unit, and/or institution. | |
| ORG_NOTE_TYPE_DESC | VARCHAR2 | (60) | Description of the user defined type of note. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_STRUCTURE_IDENTIFIER
, ORG_STRUCTURE_TYPE
, ORG_NOTE_SEQUENCE
, ORG_NOTE_TYPE
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, NOTES
, ORG_STRUCTURE_NAME
, _LA:ORG_STRUCTURE_TYPE_DESC
, ORG_NOTE_TYPE_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_ORG_STRUCTURE_NOTES;
APPS
HZ_PARTIES
IGS_AD_LOCATION_ALL
IGS_OR_ORG_NOTES
IGS_OR_ORG_NOTE_TYPE
IGS_PE_HZ_PARTIES
APPS.IGSFV_ORG_STRUCTURE_NOTES is not referenced by any database object
|
|
|
|