[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_HIGHER_EDUCATION_UNITS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This is a base view, which contains the codes used to identify the units being offered by the university
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
UNIT_CODE | VARCHAR2 | (10) | Yes | Unique identifier of the unit being offered. |
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
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_HIGHER_EDUCATION_UNITS;
APPS.IGSBV_HIGHER_EDUCATION_UNITS is not referenced by any database object
|
|
|