[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_OFR_INST |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_OFR_INST
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_OFR_INST describes the instances of a calendar type in that a particular program is on offer.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_OFR_INST_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
VERSION_NUMBER
CAL_TYPE
CI_SEQUENCE_NUMBER
|
| IGS_PS_OFR_INST_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CAL_TYPE
CI_SEQUENCE_NUMBER
CI_START_DT
CI_END_DT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COURSE_CD | VARCHAR2 | (6) | Yes | Unique identifier for the program being offered. |
| 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. |
| CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Unique identifier for the calendar instance. |
| CI_START_DT | DATE | Yes | Date from that the calendar instance becomes effective. | |
| CI_END_DT | DATE | Yes | Date from that the calendar instance is no longer effective. | |
| MIN_ENTRY_ASS_SCORE | NUMBER | (3) | Minimum entry assessment score required by an applicant to be considered for an offer of admission to the program offering. | |
| GUARANTEED_ENTRY_ASS_SCR | NUMBER | (3) | Entry assessment score that, if achieved, guarantees an applicant a firm offer of admission to the program offering. | |
| 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 | |
| REQUEST_ID | NUMBER | (15) | Request identifier of last concurrent program to update this record. | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Application identifier of last concurrent program to update this record. | |
| PROGRAM_ID | NUMBER | (15) | Program identifier of last concurrent program to update this record. | |
| PROGRAM_UPDATE_DATE | DATE | Last update date of this record by a concurrent program. |
Cut, paste (and edit) the following text to query this object:
SELECT COURSE_CD
, VERSION_NUMBER
, CAL_TYPE
, CI_SEQUENCE_NUMBER
, CI_START_DT
, CI_END_DT
, MIN_ENTRY_ASS_SCORE
, GUARANTEED_ENTRY_ASS_SCR
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM IGS.IGS_PS_OFR_INST;
IGS.IGS_PS_OFR_INST does not reference any database object
IGS.IGS_PS_OFR_INST is referenced by following:
APPS
IGS_PS_OFR_INST
|
|
|
|