[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_HIGH_EDU_UNIT_CATEGORIES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_HIGH_EDU_UNIT_CATEGORIES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is a base view, which describes the categories that are applied to a unit. There can be multiple categories for each unit.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_CODE | VARCHAR2 | (10) | Yes | Code of a unit assigned to the unit category. |
| UNIT_VERSION_NUMBER | NUMBER | (3) | Yes | Version number of a unit assigned to a unit category. |
| UNIT_CATEGORY | VARCHAR2 | (10) | Yes | An institution-defined unit category. |
| UNIT_TITLE | VARCHAR2 | (90) | Yes | Description of the unit. |
| UNIT_CATEGORY_DESCRIPTION | VARCHAR2 | (60) | Yes | Description of the unit category |
| 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 UNIT_CODE
, UNIT_VERSION_NUMBER
, UNIT_CATEGORY
, UNIT_TITLE
, UNIT_CATEGORY_DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_HIGH_EDU_UNIT_CATEGORIES;
APPS
IGS_PS_UNIT_CAT
IGS_PS_UNIT_CATEGORY_ALL
IGS_PS_UNIT_VER_ALL
APPS.IGSBV_HIGH_EDU_UNIT_CATEGORIES is not referenced by any database object
|
|
|
|