[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_PRG_OFR_OPT_COST_CENTRES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Obsolete - Base View for Program Offering Option Unit Set HESA Details - Cost Center Details
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
HESA_POOUS_CC_ID | NUMBER | (6) | Yes | Sequence number uniquely identifying the Program Offering Option Unit Set HESA Cost Center details 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 |
CALENDAR_TYPE | VARCHAR2 | (10) | Yes | Program Offering Calendar type |
LOCATION_CODE | VARCHAR2 | (10) | Yes | Location 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 |
UNIT_SET_VERSION_NUMBER | NUMBER | (3) | Yes | Year of program Unit Set Version number |
PROGRAM_COST_CENTRE | VARCHAR2 | (30) | Yes | Academic Cost Center in which year of program of study taught |
PROGRAM_SUBJECT | VARCHAR2 | (30) | Yes | Year of program of study Subject of area of study |
PROGRAM_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_POOUS_CC_ID
, PROGRAM_CODE
, PROGRAM_VERSION_NUMBER
, CALENDAR_TYPE
, LOCATION_CODE
, ATTENDANCE_MODE
, ATTENDANCE_TYPE
, UNIT_SET_CODE
, UNIT_SET_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_OFR_OPT_COST_CENTRES;
APPS.IGSBV_PRG_OFR_OPT_COST_CENTRES is not referenced by any database object
|
|
|