[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_ST_UNIT_SET_ATT_COST_CNT |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Base business view to allow queries on Student Unit Set Attempt Cost Center HESA Details.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
HE_SUSA_CC_ID | NUMBER | Yes | Sequence number uniquely identifying the HESA student unit set attempt cost center records | |
PERSON_ID | NUMBER | (15) | Yes | Unique person identifier |
PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique person number |
PROGRAM_CODE | VARCHAR2 | (6) | Yes | Unique identifier for program of study student enrolled on |
UNIT_SET_CODE | VARCHAR2 | (10) | Yes | Unique identifier for the year of program unit set student enrolled upon |
SEQUENCE_NUMBER | NUMBER | (6) | Yes | |
SUSA_COST_CENTRE | VARCHAR2 | (30) | Yes | Academic cost centre in which unit taught |
SUSA_SUBJ | VARCHAR2 | (10) | Yes | Unit Subject of area of study |
SUSA_COST_CENTRE_SUBJ_PROP | NUMBER | (5) | Yes | Proportion of teaching allocated to cost centre/subject split |
CREATED_BY | NUMBER | (15) | Yes | Standard WHO column indicates who create 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 HE_SUSA_CC_ID
, PERSON_ID
, PERSON_NUMBER
, PROGRAM_CODE
, UNIT_SET_CODE
, SEQUENCE_NUMBER
, SUSA_COST_CENTRE
, SUSA_SUBJ
, SUSA_COST_CENTRE_SUBJ_PROP
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_ST_UNIT_SET_ATT_COST_CNT;
APPS.IGSBV_ST_UNIT_SET_ATT_COST_CNT is not referenced by any database object
|
|
|