[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_POOUS_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 Program Offering Option Unit Set HESA Cost Center Details
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
HESA_POOUS_CC_ID | NUMBER | Yes | Sequence number uniquely identifying the record | |
HESA_POOUS_OU_ID | NUMBER | Yes | Unique value for referencing the program offering option unit set organizational unit | |
PROGRAM_CODE | VARCHAR2 | (6) | Yes | Unique identifier for a program of study |
PROGRAM_VERSION_NUMBER | NUMBER | (3) | Yes | Version number of program of study |
CALENDAR_TYPE | VARCHAR2 | (10) | Yes | Program offering calendar type |
LOCATION_CODE | VARCHAR2 | (10) | Yes | Code to identify the location of the program offering option |
ATTENDANCE_MODE | VARCHAR2 | (2) | Yes | Attendance mode of the program offering option |
ATTENDANCE_TYPE | VARCHAR2 | (2) | Yes | Attendance type of the program offering option |
UNIT_SET_CODE | VARCHAR2 | (10) | Yes | Code uniquely identifying year of program |
UNIT_SET_VERSION_NUMBER | NUMBER | (3) | Yes | Year of program version number |
ORG_UNIT_CODE | VARCHAR2 | (30) | Yes | Organizational Unit responsible for cost centre/subject teaching |
POOUS_COST_CENTRE | VARCHAR2 | (30) | Yes | Academic cost centre |
POOUS_SUBJ | VARCHAR2 | (30) | Yes | Subject of area of study |
POOUS_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_POOUS_CC_ID
, HESA_POOUS_OU_ID
, PROGRAM_CODE
, PROGRAM_VERSION_NUMBER
, CALENDAR_TYPE
, LOCATION_CODE
, ATTENDANCE_MODE
, ATTENDANCE_TYPE
, UNIT_SET_CODE
, UNIT_SET_VERSION_NUMBER
, ORG_UNIT_CODE
, POOUS_COST_CENTRE
, POOUS_SUBJ
, POOUS_COST_CENTRE_SUBJ_PROP
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_POOUS_HESA_COST_CENTRES;
APPS.IGSBV_POOUS_HESA_COST_CENTRES is not referenced by any database object
|
|
|