[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_ORG_UNIT_LOCATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_ORG_UNIT_LOCATIONS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This entity contains the locations associated with the organizational unit
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_UNIT_CODE | VARCHAR2 | (30) | Yes | The code for the organizational unit. An organizational unit is a business unit of an institution or organization. Common organizational units in tertiary institutions are faculties, schools, departments and divisions. |
| START_DATE | DATE | Yes | The date from which the organizational unit is effective. | |
| ORG_UNIT_LOCATION | VARCHAR2 | (10) | Yes | The code for a location associated with the organizational unit. An organizational unit may be associated with multiple locations. |
| 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_UNIT_CODE
, START_DATE
, ORG_UNIT_LOCATION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_ORG_UNIT_LOCATIONS;
APPS
IGS_OR_UNIT_LOC
APPS.IGSBV_ORG_UNIT_LOCATIONS is not referenced by any database object
|
|
|
|