[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_ORG_HESA_COST_CENTRES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_ORG_HESA_COST_CENTRES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Full business view to allow queries on Org Unit HESA Cost Center Details
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HESA_OU_CC_ID | NUMBER | Yes | Sequence number uniquely identifying the record | |
| ORG_UNIT_CODE | VARCHAR2 | (30) | Yes | Unique identifier for organizational unit |
| ORG_UNIT_DESC | VARCHAR2 | (360) | Description of organizational unit | |
| ORG_UNIT_COST_CENTRE | VARCHAR2 | (30) | Yes | Academic cost centre |
| ORG_UNIT_COST_CENTRE_DESC | VARCHAR2 | (240) | Description of academic cost centre | |
| ORG_UNIT_SUBJ | VARCHAR2 | (30) | Yes | Subject of area of study |
| ORG_UNIT_SUBJ_DESC | VARCHAR2 | (80) | Subject of area of study description | |
| ORG_UNIT_COST_CENTRE_SUBJ_PROP | NUMBER | Yes | Proportion of teaching allocated to cost centre/subject split | |
| 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 HESA_OU_CC_ID
, ORG_UNIT_CODE
, ORG_UNIT_DESC
, ORG_UNIT_COST_CENTRE
, ORG_UNIT_COST_CENTRE_DESC
, ORG_UNIT_SUBJ
, ORG_UNIT_SUBJ_DESC
, ORG_UNIT_COST_CENTRE_SUBJ_PROP
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_ORG_HESA_COST_CENTRES;
APPS
HZ_PARTIES
IGS_HE_CODE_VALUES
IGS_HE_OU_CC
IGS_PE_HZ_PARTIES
IGS_PS_FLD_OF_STUDY
APPS.IGSFV_ORG_HESA_COST_CENTRES is not referenced by any database object
|
|
|
|