[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_UNIT_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 Unit HESA Cost Center Details
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
HESA_UNIT_CC_ID | NUMBER | Yes | Sequence number uniquely identifying the record | |
UNIT_CODE | VARCHAR2 | (10) | Yes | Unique identifier for unit |
UNIT_VERSION_NUMBER | NUMBER | Yes | Version number of unit | |
ORG_UNIT_CODE | VARCHAR2 | (30) | Yes | Organizational Unit responsible for cost centre/subject teaching |
UNIT_COST_CENTRE | VARCHAR2 | (30) | Yes | Academic cost centre |
UNIT_SUBJ | VARCHAR2 | (30) | Yes | Subject of area of study |
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_UNIT_CC_ID
, UNIT_CODE
, UNIT_VERSION_NUMBER
, ORG_UNIT_CODE
, UNIT_COST_CENTRE
, UNIT_SUBJ
, UNIT_COST_CENTRE_SUBJ_PROP
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_UNIT_HESA_COST_CENTRES;
APPS.IGSBV_UNIT_HESA_COST_CENTRES is not referenced by any database object
|
|
|