[Home] [Help]
[Dependency Information]
| Object Name: | IGS_HE_POOUS_CC_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_HE_POOUS_CC_ALL
|
| Subobject Name: | |
| Status: | VALID |
Obsolete - IGS_HE_POOUS_CC_ALL stores HESA Cost Center information for Program Offering Option Unit Sets
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_HE_POOUS_CC_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
HESA_POOUS_CC_ID
|
| IGS_HE_POOUS_CC_ALL_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
CRV_VERSION_NUMBER
CAL_TYPE
LOCATION_CD
ATTENDANCE_MODE
ATTENDANCE_TYPE
UNIT_SET_CD
US_VERSION_NUMBER
COST_CENTRE
SUBJECT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HESA_POOUS_CC_ID | NUMBER | (6) | Yes | Unique sequence identifier |
| 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. There can only be one version of a program with a system status of Active and an unset Expiry Date. |
| CAL_TYPE | VARCHAR2 | (10) | Yes | Academic calendar type in that the program is offered. A calendar type is the institution-defined name of a type of calendar used within the organization. |
| 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. |
| COST_CENTRE | VARCHAR2 | (30) | Yes | Cost Center |
| SUBJECT | VARCHAR2 | (30) | Yes | Subject |
| PROPORTION | NUMBER | (5) | Proportion | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT HESA_POOUS_CC_ID
, ORG_ID
, COURSE_CD
, CRV_VERSION_NUMBER
, CAL_TYPE
, LOCATION_CD
, ATTENDANCE_MODE
, ATTENDANCE_TYPE
, UNIT_SET_CD
, US_VERSION_NUMBER
, COST_CENTRE
, SUBJECT
, PROPORTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_HE_POOUS_CC_ALL;
IGS.IGS_HE_POOUS_CC_ALL does not reference any database object
IGS.IGS_HE_POOUS_CC_ALL is referenced by following:
APPS
IGS_HE_POOUS_CC_ALL
|
|
|
|