[Home] [Help]
[Dependency Information]
| Object Name: | IGS_HE_POOUS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_HE_POOUS_ALL
|
| Subobject Name: | |
| Status: | VALID |
Program Offering Option Unit Set HESA Details
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_HE_POOUS_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
HESA_POOUS_ID
|
| IGS_HE_POOUS_ALL_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CRV_VERSION_NUMBER
COURSE_CD
CAL_TYPE
LOCATION_CD
ATTENDANCE_MODE
ATTENDANCE_TYPE
UNIT_SET_CD
US_VERSION_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HESA_POOUS_ID | NUMBER | (6) | Yes | Unique sequence identifier (PK) |
| ORG_ID | NUMBER | (15) | Organization Id | |
| COURSE_CD | VARCHAR2 | (6) | Yes | Describes the Program Code |
| CRV_VERSION_NUMBER | NUMBER | (3) | Yes | Version number of the program being offered. |
| CAL_TYPE | VARCHAR2 | (10) | Yes | Academic calendar type in that the program is offered. |
| LOCATION_CD | VARCHAR2 | (10) | Yes | Describes the location code. The location code can be used to indicate if programs and units are offered. |
| ATTENDANCE_MODE | VARCHAR2 | (2) | Yes | Describes the attendance modes in that the program is being offered. These modes are institution-defined. For example, On Campus, Off Campus. |
| ATTENDANCE_TYPE | VARCHAR2 | (2) | Yes | Describes the attendance types in that the program is being offered. These types are institution-defined. For example, Full-Time, Part-Time. |
| UNIT_SET_CD | VARCHAR2 | (10) | Yes | Code of a unit set. Unit sets consists lists of units or rules that constitute a logical set of units. Unit sets are used to represents concepts such as majors, minors, strands, streams, and lists. |
| US_VERSION_NUMBER | NUMBER | (3) | Yes | Used to uniquely identify each version of a unit set. |
| LOCATION_OF_STUDY | VARCHAR2 | (30) | Location of Study | |
| MODE_OF_STUDY | VARCHAR2 | (30) | Mode of Study | |
| UFI_PLACE | VARCHAR2 | (30) | UFI Place | |
| FRANCHISING_ACTIVITY | VARCHAR2 | (30) | Franchising Activity | |
| TYPE_OF_YEAR | VARCHAR2 | (30) | Type of Year of Program | |
| LENG_CURRENT_YEAR | NUMBER | (2) | Length of the Current Year of Program | |
| GRADING_SCHEMA_CD | VARCHAR2 | (10) | Grading Schema | |
| GS_VERSION_NUMBER | NUMBER | (3) | Grading Schema Version Number | |
| CREDIT_VALUE_YOP1 | NUMBER | (3) | Credit Value for Year of Program field #1 | |
| LEVEL_CREDIT1 | VARCHAR2 | (30) | Level of Credit field #1 | |
| CREDIT_VALUE_YOP2 | NUMBER | (3) | Credit Value for Year of Program field #2 | |
| LEVEL_CREDIT2 | VARCHAR2 | (30) | Level of Credit field #2 | |
| FTE_INTENSITY | NUMBER | (5) | FTE Intensity | |
| FTE_CALC_TYPE | VARCHAR2 | (1) | FTE Calculation Type flag.Can take values I and U. | |
| TEACH_PERIOD_START_DT | DATE | Teaching period start date | ||
| TEACH_PERIOD_END_DT | DATE | Teaching period end date | ||
| OTHER_INSTIT_TEACH1 | VARCHAR2 | (30) | Other institutions providing teaching field #1 | |
| OTHER_INSTIT_TEACH2 | VARCHAR2 | (30) | Other institutions providing teaching field #2 | |
| PROP_NOT_TAUGHT | NUMBER | (5) | Proportion not taught | |
| FUNDABILITY_CD | VARCHAR2 | (30) | Fundability Code | |
| FEE_BAND | VARCHAR2 | (30) | Fee Band | |
| LEVEL_APPLICABLE_TO_FUNDING | VARCHAR2 | (30) | Level Applicable to Funding Council HESES | |
| 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 | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column | |
| FUNDING_SOURCE | VARCHAR2 | (10) | Institution defined Funding Source | |
| CREDIT_VALUE_YOP3 | NUMBER | Credit value of year of programme 3 | ||
| LEVEL_CREDIT3 | VARCHAR2 | (30) | Level of credit 3 | |
| CREDIT_VALUE_YOP4 | NUMBER | Credit value of year of programme 4 | ||
| LEVEL_CREDIT4 | VARCHAR2 | (30) | Level of credit 4 |
Cut, paste (and edit) the following text to query this object:
SELECT HESA_POOUS_ID
, ORG_ID
, COURSE_CD
, CRV_VERSION_NUMBER
, CAL_TYPE
, LOCATION_CD
, ATTENDANCE_MODE
, ATTENDANCE_TYPE
, UNIT_SET_CD
, US_VERSION_NUMBER
, LOCATION_OF_STUDY
, MODE_OF_STUDY
, UFI_PLACE
, FRANCHISING_ACTIVITY
, TYPE_OF_YEAR
, LENG_CURRENT_YEAR
, GRADING_SCHEMA_CD
, GS_VERSION_NUMBER
, CREDIT_VALUE_YOP1
, LEVEL_CREDIT1
, CREDIT_VALUE_YOP2
, LEVEL_CREDIT2
, FTE_INTENSITY
, FTE_CALC_TYPE
, TEACH_PERIOD_START_DT
, TEACH_PERIOD_END_DT
, OTHER_INSTIT_TEACH1
, OTHER_INSTIT_TEACH2
, PROP_NOT_TAUGHT
, FUNDABILITY_CD
, FEE_BAND
, LEVEL_APPLICABLE_TO_FUNDING
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, FUNDING_SOURCE
, CREDIT_VALUE_YOP3
, LEVEL_CREDIT3
, CREDIT_VALUE_YOP4
, LEVEL_CREDIT4
FROM IGS.IGS_HE_POOUS_ALL;
IGS.IGS_HE_POOUS_ALL does not reference any database object
IGS.IGS_HE_POOUS_ALL is referenced by following:
APPS
IGS_HE_POOUS_ALL
|
|
|
|