[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_ACAD_UNIT_DISCIPLINES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_ACAD_UNIT_DISCIPLINES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is the full view which describes the discipline areas in which a unit is taught. If required, a percentage allocation may be used across multiple discipline groups.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_CODE | VARCHAR2 | (10) | Yes | Code of the unit to that a discipline group is allocated. |
| VERSION_NUMBER | NUMBER | (3) | Yes | Version Number of the unit to that a discipline group is allocated. |
| DISCIPLINE_GROUP_CODE | VARCHAR2 | (4) | Yes | Discipline Group Code. Discipline Groups are used to classify units of study in terms of the subject matter being taught and/or researched. |
| PERCENTAGE_ALLOCATION | NUMBER | (5) | Yes | Describes the percentage allocation of unit discipline for a unit. |
| UNIT_TITLE | VARCHAR2 | (90) | Yes | The title of the unit. |
| DISCIPLINE_GRP_DESCRIPTION | VARCHAR2 | (60) | Yes | Provides an explanation of the discipline group code. |
| 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
, VERSION_NUMBER
, DISCIPLINE_GROUP_CODE
, PERCENTAGE_ALLOCATION
, UNIT_TITLE
, DISCIPLINE_GRP_DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_ACAD_UNIT_DISCIPLINES;
APPS
IGS_PS_DSCP_ALL
IGS_PS_UNIT_DSCP
IGS_PS_UNIT_VER_ALL
APPS.IGSFV_ACAD_UNIT_DISCIPLINES is not referenced by any database object
|
|
|
|