[Home] [Help]
[Dependency Information]
| Object Name: | IGS_CA_TYPE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_CA_TYPE
|
| Subobject Name: | |
| Status: | VALID |
IGS_CA_TYPE describes available calendar types.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_CA_TYPE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CAL_TYPE
|
| IGS_CA_TYPE_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ARTS_TEACHING_CAL_TYPE_CD
|
| IGS_CA_TYPE_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
S_CAL_CAT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CAL_TYPE | VARCHAR2 | (10) | Yes | Institution-defined name of a type of calendar used within the organization. Units can only be offered in instances of calendar types that are categorized as TEACHING calendars. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Description of a type of calendar used within the institution. For example, STANDARD ACADEMIC YEAR, SEMESTER 1 TEACHING PERIOD, TRIMESTER 2 TEACHING PERIOD, and ENROLMENT PERIOD 1. |
| S_CAL_CAT | VARCHAR2 | (30) | Yes | System-defined categorization of calendar types. Each calendar type is assigned a calendar category to enable the system to determine associated functionality for each type of calendar. For example, the system recognises that units can only be offered in instances of TEACHING calendars. |
| ABBREVIATION | VARCHAR2 | (30) | Abbreviated description of a type of calendar used within the institution. | |
| ARTS_TEACHING_CAL_TYPE_CD | VARCHAR2 | (2) | Describes the ARTS teaching calendar type code that defines the teaching period. ARTS is the Automated Results Transfer System used by Tertiary Admissions Centres to transfer academic records between post-secondary educational institutions. | |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicator that specifies if the calendar type is open or closed. Setting the checkbox to 'closed' prevents use of the calendar type in new calendar instance records. |
| NOTES | VARCHAR2 | (2000) | Text-based field for entering additional information or details about a calendar type. | |
| 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 CAL_TYPE
, DESCRIPTION
, S_CAL_CAT
, ABBREVIATION
, ARTS_TEACHING_CAL_TYPE_CD
, CLOSED_IND
, NOTES
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_CA_TYPE;
IGS.IGS_CA_TYPE does not reference any database object
IGS.IGS_CA_TYPE is referenced by following:
APPS
IGS_CA_TYPE
|
|
|
|