[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_PAT_STUDY_PRD |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_PAT_STUDY_PRD
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_PAT_STUDY_PRD describes the periods of a pattern of study. Each period is represented by an academic period number, that is equivalent to the students academic period and a teaching calendar type.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_PAT_STUDY_PRD_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
VERSION_NUMBER
CAL_TYPE
POS_SEQUENCE_NUMBER
SEQUENCE_NUMBER
|
| IGS_PS_PAT_STUDY_PRD_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TEACH_CAL_TYPE
|
| 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 program calendar type to that the pattern applies. |
| POS_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the pattern of study sequence number in that the period exists. |
| SEQUENCE_NUMBER | NUMBER | (10) | Yes | Uniquely identifies the period within the pattern of study. |
| ACAD_PERIOD_NUM | NUMBER | (2) | Yes | Numeric value for the academic period or year within the pattern of study. Each academic period number corresponds to an academic year. 1 represents the first year of enrollment. 2 represents the second year, and so on. |
| TEACH_CAL_TYPE | VARCHAR2 | (10) | Yes | Teaching calendar type or teaching periods within the specified academic period academic period number. It is used to record the teaching periods, within that units are pre-enrolled in each academic period in the pattern of study. |
| DESCRIPTION | VARCHAR2 | (60) | Optional description of the pattern of study teaching period. For example, Year 1 - Semester 1. | |
| 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 COURSE_CD
, VERSION_NUMBER
, CAL_TYPE
, POS_SEQUENCE_NUMBER
, SEQUENCE_NUMBER
, ACAD_PERIOD_NUM
, TEACH_CAL_TYPE
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_PAT_STUDY_PRD;
IGS.IGS_PS_PAT_STUDY_PRD does not reference any database object
IGS.IGS_PS_PAT_STUDY_PRD is referenced by following:
APPS
IGS_PS_PAT_STUDY_PRD
|
|
|
|