[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_DSCP_HIST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_PS_DSCP_HIST_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DISCIPLINE_GROUP_CD | VARCHAR2 | (4) | This field describes the discipline group to which a unit of study is classified by the institution. DEET element reference 336. | |
| HIST_START_DT | DATE | The effective start date/time of the history record. | ||
| HIST_END_DT | DATE | The effective end date/time of the history record. | ||
| HIST_WHO | NUMBER | (15) | The Oracle username of the person who created the history record. | |
| DESCRIPTION | VARCHAR2 | (60) | Provides an explanation of the discipline group code. | |
| FUNDING_INDEX_1 | NUMBER | The funding index is used for determining 'Weighted' EFTSU. WEFTSU = EFTSU * discipline funding index * level funding index. | ||
| FUNDING_INDEX_2 | NUMBER | The funding index is used for determining 'Weighted' EFTSU. WEFTSU = EFTSU * discipline funding index * level funding index. | ||
| FUNDING_INDEX_3 | NUMBER | The funding index is used for determining 'Weighted' EFTSU. WEFTSU = EFTSU * discipline funding index * level funding index. | ||
| GOVT_DISCIPLINE_GROUP_CD | VARCHAR2 | (4) | Describes the Government Discipline Group to which this Discipline code belongs. | |
| CLOSED_IND | VARCHAR2 | (1) | An indicator which specifies if the discipline is open or closed. Setting the indicator to 'closed' (ticked) prevents use of the discipline in new or modified discipline records. | |
| CREATED_BY | NUMBER | (15) | ||
| CREATION_DATE | DATE | |||
| LAST_UPDATED_BY | NUMBER | (15) | ||
| LAST_UPDATE_DATE | DATE | |||
| LAST_UPDATE_LOGIN | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT DISCIPLINE_GROUP_CD
, HIST_START_DT
, HIST_END_DT
, HIST_WHO
, DESCRIPTION
, FUNDING_INDEX_1
, FUNDING_INDEX_2
, FUNDING_INDEX_3
, GOVT_DISCIPLINE_GROUP_CD
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_DSCP_HIST_V;
APPS
IGS_AU_GEN_002
- show dependent code
IGS_PS_DSCP
IGS_PS_DSCP_HIST
APPS.IGS_PS_DSCP_HIST_V is not referenced by any database object
|
|
|
|