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


TABLE: IGS.IGS_PR_S_OU_PRG_CONF

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


IGS_PR_S_OU_PRG_CONF describes the system configuration parameters for a nominated organizational unit. This record when created overrides the system defaults for only the organizational unit linked.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PR_S_OU_PRG_CONF_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORG_UNIT_CD
ColumnOU_START_DT
IGS_PR_S_OU_PRG_CONF_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPEAL_CUTOFF_DT_ALIAS
IGS_PR_S_OU_PRG_CONF_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEND_BENEFIT_DT_ALIAS
IGS_PR_S_OU_PRG_CONF_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSHOW_CAUSE_CUTOFF_DT_ALIAS
IGS_PR_S_OU_PRG_CONF_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLY_END_DT_ALIAS
IGS_PR_S_OU_PRG_CONF_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEND_PENALTY_DT_ALIAS
IGS_PR_S_OU_PRG_CONF_N6 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLY_START_DT_ALIAS
Columns
Name Datatype Length Mandatory Comments
ORG_UNIT_CD VARCHAR2 (30) Yes The code of the organizational unit for that parameters are being specified
OU_START_DT DATE
Yes The date from which the organizational unit is effective. The organizational unit is uniquely identified by the combination of its code and start date.
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 changesto results will trigger a re-check of progression rules up until the END_BENEFIT_DT_ALIAS or END_PENALTY_DATE_ALIAS whichever is the 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 canresult 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, where appropriate, recommended for alteration. If the rule was re-checked after theEND_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, whereappropriate, recommended for alteration. If the rule was re-checked after the END_PENALTY_DT_ALIAS, the previously applied outcome is notchanged 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 overrides are still available on a program by program 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 are still available on a student by student basis.
SHOW_CAUSE_IND VARCHAR2 (1) Yes Indicates and specifies if the the concept of a show cause period is permitted for programs within the orgranizational unit. Setting the check box ticked indicates that a show cause period is permitted. Typically progression outcomes are applied only after the expiration show cause period. Note overrides are still available on a program by program basis.
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 outcomes to 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 program that are the responsibility of the context organizational unit. Selecting the indicator checked allows appeal but can be overridden at the program version level.
APPLY_BEFORE_APPEAL_IND VARCHAR2 (1) Yes Indicates that specifies if 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 suspension are 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 a WAM weighted average mark value is calculated for students in programs that are the responsibility of the context organizational unit and displayed in relevant reports and system windows. Selecting the check box ticked causes a WAM to be calculated .Note The setting 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 courses that are the responsibility of the context organizational unit and displayed in relevant reports and systemwindows. Selecting the check box ticked causes a GPA to be calculated. Note The setting of this check box has no impact on any progression rules relevant to this program that include a GPA calculation.
OUTCOME_CHECK_TYPE VARCHAR2 (10)
Indicates 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 ORG_UNIT_CD
,      OU_START_DT
,      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_OU_PRG_CONF;

Dependencies

[top of page]

IGS.IGS_PR_S_OU_PRG_CONF does not reference any database object

IGS.IGS_PR_S_OU_PRG_CONF is referenced by following:

SchemaAPPS
SynonymIGS_PR_S_OU_PRG_CONF