[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_PRG_UK_STAT_COST_CENTRES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_PRG_UK_STAT_COST_CENTRES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Obsolete - Base View for UK Statistics Program Cost Center Details
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HESA_STATS_PROGRAM_CC_ID | NUMBER | Yes | Sequence number uniquely identifying the HESA statistics Program Cost Center records | |
| PROGRAM_CODE | VARCHAR2 | (6) | Yes | Unique identifier for a Program of Study |
| PROGRAM_VERSION_NUMBER | NUMBER | (3) | Yes | Version Number of Program of Study |
| PROGRAM_COST_CENTRE | VARCHAR2 | (30) | Yes | Academic Cost Center in which program of study is taught |
| PROGRAM_SUBJECT | VARCHAR2 | (10) | Yes | Program of study Subject of area of study |
| PROGRAM_COST_CENTRE_SUBJ_PROP | NUMBER | (5) | Yes | 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_PROGRAM_CC_ID
, PROGRAM_CODE
, PROGRAM_VERSION_NUMBER
, PROGRAM_COST_CENTRE
, PROGRAM_SUBJECT
, PROGRAM_COST_CENTRE_SUBJ_PROP
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_PRG_UK_STAT_COST_CENTRES;
APPS
IGS_HE_ST_PROG_CC
APPS.IGSBV_PRG_UK_STAT_COST_CENTRES is not referenced by any database object
|
|
|
|