DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_PR_S_CRV_PRG_CON

Object Details
Object Name: IGS_PR_S_CRV_PRG_CON
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_PR_S_CRV_PRG_CON
Subobject Name:
Status: VALID


IGS_PR_S_CRV_PRG_CON describes the system configuration parameters for a nominated program version. This record when created, overrides the system defaults or organizational unit values that would have been applicable to the program version.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PR_S_CRV_PRG_CON_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOURSE_CD
ColumnVERSION_NUMBER
IGS_PR_S_CRV_PRG_CON_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPEAL_CUTOFF_DT_ALIAS
IGS_PR_S_CRV_PRG_CON_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEND_BENEFIT_DT_ALIAS
IGS_PR_S_CRV_PRG_CON_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSHOW_CAUSE_CUTOFF_DT_ALIAS
IGS_PR_S_CRV_PRG_CON_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLY_END_DT_ALIAS
IGS_PR_S_CRV_PRG_CON_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEND_PENALTY_DT_ALIAS
IGS_PR_S_CRV_PRG_CON_N6 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLY_START_DT_ALIAS
Columns
Name Datatype Length Mandatory Comments
COURSE_CD VARCHAR2 (6) Yes The code of the program version for that parameters are being specified
VERSION_NUMBER NUMBER (3) Yes The version of the program that progression parameters are being specified
APPLY_START_DT_ALIAS VARCHAR2 (10) Yes Describes the date alias within a progression calendar on that automatic application of progression rules commences.
APPLY_END_DT_ALIAS VARCHAR2 (10) Yes Describes the date alias within a progression calendar used to specify the last date that a student program attempt can be automatically checked for the first time within a progression period. Note Once a student program attempt has been checked, any changes to results will trigger a re-check of progression rules up until the END_BENEFIT_DT_ALIAS or END_PENALTY_DATE_ALIAS whichever is latter.
END_BENEFIT_DT_ALIAS VARCHAR2 (10) Yes Describes the date alias within a progression calendar used to limit the period when progression rule outcomes that would benefit the student are automatically applied to their program attempt. For example, the original application of a progression outcome can result from a rule failure. A subsequent amendment to a grade causes the previously failed rule to be satisfied when re-checked. Providing the rule was re-checked on or before the END_BENEFIT_DT_ALIAS the progression outcome will be altered or, if appropriate, recommended for alteration. If the rule was re-checked after the END_BENEFIT_DT_ALIAS, the previously applied outcome is not ended even though the rule is no longer failed.
END_PENALTY_DT_ALIAS VARCHAR2 (10) Yes Describes the date alias within a progression calendar used to limit the period when progression rule outcomes that would have a negative effect on the student's enrollment are automatically applied or recommended for application. For example, an amended grade can cause a previously passed rule to be failed when re-checked.Providing the rule was re-checked on or before the END_PENALTY_DT_ALIAS the progression outcome will be altered or, if appropriate, recommended for alteration. If the rule was re-checkedafter the END_PENALTY_DT_ALIAS, the previously applied outcome is not changed even though the rule is now failed.
SHOW_CAUSE_CUTOFF_DT_ALIAS VARCHAR2 (10)
Describes the date alias within a progression period used to define the last date upon that a student can submit a show cause application. By default, no show cause period can end beyond this date for outcomes applied in the period. Note manual overrides are still available on a student by student basis.
APPEAL_CUTOFF_DT_ALIAS VARCHAR2 (10)
Describes the date alias within a progression period used to define the last date upon that a student can submit an appeal application. By default, no appeal period can end beyond this date for outcomes applied in the period. Note manual overrides re still available on a student by student basis.
SHOW_CAUSE_IND VARCHAR2 (1) Yes Indicates and specifies if the concept of a show cause period is permitted for the program version. Selecting the check box ticked indicates that a show cause period is permitted. Typically, progression outcomes are applied only after the expiration of a show cause period.
APPLY_BEFORE_SHOW_IND VARCHAR2 (1) Yes Indicates and specifies if the automated system processing applies progression rule outcomes to the student's enrollment prior to the show cause period commencing or after the period has expired. Typically progression outcomes are applied after the show cause period has expired. Selecting the check box ticked therefore causes outcomesto be applied before the show cause period.
APPEAL_IND VARCHAR2 (1) Yes Indicates and specifies if the students are permitted to appeal progression outcomes for the nominated program version. Selecting the indicator checked allows appeal.
APPLY_BEFORE_APPEAL_IND VARCHAR2 (1) Yes Indicates and specifies if the automated system processing applies progression rule outcomes to the student's enrollment prior to the appeal period commencing or after the period has expired .Typically progression outcomes are applied before the appeal period commences. Deselecting the check box therefore delays application of outcomes until the end of the appeal period.
COUNT_SUS_IN_TIME_IND VARCHAR2 (1) Yes Indicates and specifies if the or not periods of suspensionare counted in elapsed time calculations. Selecting the check box ticked includes periods of suspension in calculations.
COUNT_EXC_IN_TIME_IND VARCHAR2 (1) Yes Indicates and specifies if the or not periods of exclusion are counted in elapsed time calculations. Selecting the check box ticked includes periods of exclusion in calculations.
CALCULATE_WAM_IND VARCHAR2 (1) Yes Indicates and specifies if the a WAM weighted average mark value is calculated for students in the context course version and displayed in relevant reports and system forms. Selecting the checkbox ticked causes a WAM to be calculated .Note The selecting of this check box has no impact on any progression rules relevant to this program that include a WAM calculation.
CALCULATE_GPA_IND VARCHAR2 (1) Yes Indicates and specifies if the a GPA grade point average value is calculated for students in the context course version and displayed in relevant reports and system windows. Selecting the check box ticked causes a GPA grade point average to be calculated. Note The selecting of this check box has no impact on any progression rules relevant to this program that include a GPA grade point average calculation.
OUTCOME_CHECK_TYPE VARCHAR2 (10)
Describes the outcome check 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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT COURSE_CD
,      VERSION_NUMBER
,      APPLY_START_DT_ALIAS
,      APPLY_END_DT_ALIAS
,      END_BENEFIT_DT_ALIAS
,      END_PENALTY_DT_ALIAS
,      SHOW_CAUSE_CUTOFF_DT_ALIAS
,      APPEAL_CUTOFF_DT_ALIAS
,      SHOW_CAUSE_IND
,      APPLY_BEFORE_SHOW_IND
,      APPEAL_IND
,      APPLY_BEFORE_APPEAL_IND
,      COUNT_SUS_IN_TIME_IND
,      COUNT_EXC_IN_TIME_IND
,      CALCULATE_WAM_IND
,      CALCULATE_GPA_IND
,      OUTCOME_CHECK_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_PR_S_CRV_PRG_CON;

Dependencies

[top of page]

IGS.IGS_PR_S_CRV_PRG_CON does not reference any database object

IGS.IGS_PR_S_CRV_PRG_CON is referenced by following:

SchemaAPPS
SynonymIGS_PR_S_CRV_PRG_CON