[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_UNIT_STAT_COST_CENTRES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Obsolete - Base View for UK Statistics Unit Cost Center Details
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
HESA_STATS_UNIT_CC_ID | NUMBER | (6) | Yes | Sequence number uniquely identifying the HESA Statistics unit cost center records |
UNIT_CODE | VARCHAR2 | (10) | Yes | Unique identifier for a Unit |
UNIT_VERSION_NUMBER | NUMBER | (3) | Yes | Version Number of Unit |
UNIT_COST_CENTRE | VARCHAR2 | (30) | Yes | Academic cost center in which unit taught |
UNIT_SUBJECT | VARCHAR2 | (30) | Unit Subject of area of study | |
UNIT_COST_CENTRE_SUBJ_PROP | NUMBER | (5) | Proportion of teaching allocated to Cost Center or Subject split | |
CREATED_BY | NUMBER | (15) | Yes | Standard WHO column indicates who created this record |
CREATION_DATE | DATE | Yes | Standard WHO column indicates when this record was created | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO column indicates who updated this record last |
LAST_UPDATE_DATE | DATE | Yes | Standard WHO column indicates when this record was last updated |
Cut, paste (and edit) the following text to query this object:
SELECT HESA_STATS_UNIT_CC_ID
, UNIT_CODE
, UNIT_VERSION_NUMBER
, UNIT_COST_CENTRE
, UNIT_SUBJECT
, UNIT_COST_CENTRE_SUBJ_PROP
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_UNIT_STAT_COST_CENTRES;
APPS.IGSBV_UNIT_STAT_COST_CENTRES is not referenced by any database object
|
|
|