[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_ORG_HESA_COST_CENTRES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Base 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_COST_CENTRE | VARCHAR2 | (30) | Yes | Academic cost centre |
ORG_UNIT_SUBJ | VARCHAR2 | (30) | Yes | Subject of area of study |
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_COST_CENTRE
, ORG_UNIT_SUBJ
, ORG_UNIT_COST_CENTRE_SUBJ_PROP
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_ORG_HESA_COST_CENTRES;
APPS.IGSBV_ORG_HESA_COST_CENTRES is not referenced by any database object
|
|
|