[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_TYPE_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_TYPE_ALL
|
| Subobject Name: | |
| Status: | VALID |
This entity describes the university set of program types. This set is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_TYPE_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_TYPE
|
| IGS_PS_TYPE_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
GOVT_COURSE_TYPE
|
| IGS_PS_TYPE_ALL_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COURSE_TYPE_GROUP_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COURSE_TYPE | VARCHAR2 | (10) | Yes | Institution-defined program type. Program type indicates the type of higher education program. Each program type must map to a government program type DETYA element reference number 310. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Description of the institution-defined program type. A program type indicates the type of higher education program. For example, Bachelor's Pass, Graduate Certificate, Higher Degree by Research. |
| GOVT_COURSE_TYPE | NUMBER | (2) | Yes | Unique code for the government program type to that the institution-defined program type is mapped DETYA element reference number 310. |
| AWARD_COURSE_IND | VARCHAR2 | (1) | Yes | Indicator that specifies whether the program is an award or non-award program. Setting the indicator ticked classifies the program as award program. |
| COURSE_TYPE_GROUP_CD | VARCHAR2 | (10) | Unique code for an institution-defined grouping of program types. Program type groups are aggregations of program types used for internal estimations of census date enrollment statistics. | |
| TAC_COURSE_LEVEL | VARCHAR2 | (4) | Program level for the program type, as recognized by the Tertiary Admissions Centre. | |
| RESEARCH_TYPE_IND | VARCHAR2 | (1) | Yes | Indicator that specifies whether the program type is regarded by the institution as a research program for that candidature details are collected and maintained as part of the admission and or enrollment process. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicator that specifies if the program type is open or closed. Setting the checkbox to Closed ticked prevents use of the program type in new or modified records in other parts of the system. |
| 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 | |
| ORG_ID | NUMBER | (15) | Operating unit identifier | |
| PRIMARY_AUTO_SELECT | VARCHAR2 | (1) | Indicates whether the program type will be assigned manually or by system itself. Default value is 'Y' | |
| ENROLMENT_CAT | VARCHAR2 | (10) | Default Enrollment Category | |
| FIN_AID_PROGRAM_TYPE | VARCHAR2 | (30) | A system defined program type that is used by Financial Aid. |
Cut, paste (and edit) the following text to query this object:
SELECT COURSE_TYPE
, DESCRIPTION
, GOVT_COURSE_TYPE
, AWARD_COURSE_IND
, COURSE_TYPE_GROUP_CD
, TAC_COURSE_LEVEL
, RESEARCH_TYPE_IND
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
, PRIMARY_AUTO_SELECT
, ENROLMENT_CAT
, FIN_AID_PROGRAM_TYPE
FROM IGS.IGS_PS_TYPE_ALL;
IGS.IGS_PS_TYPE_ALL does not reference any database object
IGS.IGS_PS_TYPE_ALL is referenced by following:
APPS
IGS_PS_TYPE_ALL
|
|
|
|