[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_PAT_STUDY_UNT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_PAT_STUDY_UNT
|
| Subobject Name: | |
| Status: | VALID |
This entity describes the units, which exist within a pattern of study period. This has no physical relationship to a unit offering, but rather is enforced logically - this is due to the lack of calendar instance and other possible incomplete data.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_PAT_STUDY_UNT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
VERSION_NUMBER
CAL_TYPE
POS_SEQUENCE_NUMBER
POSP_SEQUENCE_NUMBER
SEQUENCE_NUMBER
|
| IGS_PS_PAT_STUDY_UNT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UNIT_CLASS
|
| IGS_PS_PAT_STUDY_UNT_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UNIT_LOCATION_CD
|
| IGS_PS_PAT_STUDY_UNT_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UNIT_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COURSE_CD | VARCHAR2 | (6) | Yes | Describes the program code to that the pattern applies. |
| VERSION_NUMBER | NUMBER | (3) | Yes | Describes the program version number to that the pattern applies. |
| CAL_TYPE | VARCHAR2 | (10) | Yes | Describes the calendar type to that the pattern applies. |
| POS_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the pattern of study sequence number. |
| POSP_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the pattern of study period sequence number. |
| SEQUENCE_NUMBER | NUMBER | (6) | Yes | Uniquely identifies each unit within the pattern of study period. |
| UNIT_CD | VARCHAR2 | (10) | Code for a unit in that students should be pre-enrolled in the specified academic period or teaching period. For example, pre-enroll students in the unit ABC123 in semester 1 of their second year of enrollment. | |
| UNIT_LOCATION_CD | VARCHAR2 | (10) | Location at that the pattern of study unit is pre-enrolled. If a location is specified, the pre-enrollment process if matching unit offering options exist uses it to select the unit offering option in that to pre-enroll. | |
| UNIT_CLASS | VARCHAR2 | (10) | Class in that the pattern of study unit is pre-enrolled. If a class is specified, the pre-enrollment process if matching unit offering options exist uses it to select the unit offering option in that to pre-enroll. | |
| DESCRIPTION | VARCHAR2 | (60) | Description can be recorded for non-specific pattern of study units, such as electives and options . When recording pattern of study units, either a unit code or description must be entered, but not both. | |
| 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 | |
| CORE_IND | VARCHAR2 | (1) | Core Unit Indicator. |
Cut, paste (and edit) the following text to query this object:
SELECT COURSE_CD
, VERSION_NUMBER
, CAL_TYPE
, POS_SEQUENCE_NUMBER
, POSP_SEQUENCE_NUMBER
, SEQUENCE_NUMBER
, UNIT_CD
, UNIT_LOCATION_CD
, UNIT_CLASS
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CORE_IND
FROM IGS.IGS_PS_PAT_STUDY_UNT;
IGS.IGS_PS_PAT_STUDY_UNT does not reference any database object
IGS.IGS_PS_PAT_STUDY_UNT is referenced by following:
APPS
IGS_PS_PAT_STUDY_UNT
|
|
|
|