DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGSFV_ACADEMIC_DISCIPLINES

Object Details
Object Name: IGSFV_ACADEMIC_DISCIPLINES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSFV_ACADEMIC_DISCIPLINES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This is the full view which describes the university set of discipline group codes.


[View Source]

Columns
Name Datatype Length Mandatory Comments
DISCIPLINE_GROUP_CODE VARCHAR2 (4) Yes Describes the discipline group to that a unit of study belongs to, as classified by the institution.
DISCIPLINE_GRP_DESCRIPTION VARCHAR2 (60) Yes Provides an explanation of the discipline group code.
FUNDING_INDEX_1 NUMBER (3)
Funding index is used for determining Weighted Equivalent Full Time Student Unit. Weighted Equivalent Full Time Student Unit(WEFTSU) is equal to EFTSU that is Equivalent Full Time Student Unit multiplied by discipline funding index and then multiplied by level funding index.
FUNDING_INDEX_2 NUMBER (3)
Funding index is used for determining Weighted Equivalent Full Time Student Unit. Weighted Equivalent Full Time Student Unit (WEFTSU) is equal to EFTSU that is Equivalent Full Time Student Unit multiplied by discipline funding index and then multiplied by level funding index.
FUNDING_INDEX_3 NUMBER (3)
Funding index is used for determining Weighted Equivalent Full Time Student Unit. Weighted Equivalent Full Time Student Unit (WEFTSU) is equal to EFTSU that is Equivalent Full Time Student Unit multiplied by discipline funding index and then multiplied by level funding index.
GOVT_DISCIPLINE_GROUP_CODE VARCHAR2 (4) Yes Describes the government discipline group, to which this discipline code belongs.
CLOSED_INDICATOR VARCHAR2 (1) Yes Indicator that specifies if the discipline is open or closed. Setting the indicator to closed prevents the use of the discipline in new or modified discipline records.
GOVT_DSCP_GROUP_DESCRIPTION VARCHAR2 (60) Yes Provides an explanation of the government discipline group.
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.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DISCIPLINE_GROUP_CODE
,      DISCIPLINE_GRP_DESCRIPTION
,      FUNDING_INDEX_1
,      FUNDING_INDEX_2
,      FUNDING_INDEX_3
,      GOVT_DISCIPLINE_GROUP_CODE
,      CLOSED_INDICATOR
,      GOVT_DSCP_GROUP_DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_ACADEMIC_DISCIPLINES;

Dependencies

[top of page]

APPS.IGSFV_ACADEMIC_DISCIPLINES references the following:

SchemaAPPS
SynonymIGS_PS_DSCP_ALL
SynonymIGS_PS_GOVT_DSCP

APPS.IGSFV_ACADEMIC_DISCIPLINES is not referenced by any database object