DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGSBV_ORG_HESA_COST_CENTRES

Object Details
Object Name: IGSBV_ORG_HESA_COST_CENTRES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSBV_ORG_HESA_COST_CENTRES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


Base business view to allow queries on Org Unit HESA Cost Center Details


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGSBV_ORG_HESA_COST_CENTRES references the following:

SchemaAPPS
SynonymIGS_HE_OU_CC

APPS.IGSBV_ORG_HESA_COST_CENTRES is not referenced by any database object