[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_USEC_REPEAT_CONDITIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_USEC_REPEAT_CONDITIONS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is the base view, which describes the repeat conditions for a unit section .Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_SECTION_REPT_CONDITION_ID | NUMBER | Yes | Unique identifier for the repeat conditions for a unit section | |
| REPEATABLE_INDICATOR | VARCHAR2 | (1) | Yes | Repeatable indicator |
| SAME_TEACHING_PERIOD | VARCHAR2 | (1) | Same teaching period indicator | |
| MAX_REPEATS_FOR_CREDIT | NUMBER | (2) | Maximum number of unit section repeat for credit | |
| MAX_REPEATS_FOR_FUNDING | NUMBER | (2) | Maximum repeat of unit section for funding | |
| MAX_REPEAT_CREDIT_POINTS | NUMBER | (5) | Maximum credit points for repeat of unit section | |
| SAME_TEACH_PERIOD_REPEATS | NUMBER | (2) | Same teaching period repeats for unit section repeat conditions. | |
| SAME_TEACH_PERIOD_REPEATS_CP | NUMBER | (5) | Credit points of same teaching period repeat | |
| UNIT_SECTION_ID | NUMBER | (7) | Yes | Unique identifier for a unit section |
| UNIT_CODE | VARCHAR2 | (10) | Yes | The unique identifier of the unit being offered |
| VERSION_NUMBER | NUMBER | (3) | Yes | The version number of the unit being offered |
| CALENDAR_TYPE | VARCHAR2 | (10) | Yes | The calendar type of the calendar instance in which the unit is offered. Units can only be offered in instances of calendars categorised as Teaching calendars. |
| CAL_INST_SEQUENCE_NUMBER | NUMBER | (6) | Yes | The unique identifier for the calendar instance |
| LOCATION_CODE | VARCHAR2 | (10) | Yes | The institution defined location code, typically of a campus, at which a unit offering option is offered |
| UNIT_CLASS | VARCHAR2 | (10) | Yes | The institution defined code that identifies a unit class |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT UNIT_SECTION_REPT_CONDITION_ID
, REPEATABLE_INDICATOR
, SAME_TEACHING_PERIOD
, MAX_REPEATS_FOR_CREDIT
, MAX_REPEATS_FOR_FUNDING
, MAX_REPEAT_CREDIT_POINTS
, SAME_TEACH_PERIOD_REPEATS
, SAME_TEACH_PERIOD_REPEATS_CP
, UNIT_SECTION_ID
, UNIT_CODE
, VERSION_NUMBER
, CALENDAR_TYPE
, CAL_INST_SEQUENCE_NUMBER
, LOCATION_CODE
, UNIT_CLASS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_USEC_REPEAT_CONDITIONS;
APPS
IGS_PS_UNIT_OFR_OPT_ALL
IGS_PS_USEC_RPT_COND
APPS.IGSBV_USEC_REPEAT_CONDITIONS is not referenced by any database object
|
|
|
|