[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PR_S_PRG_CAL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PR_S_PRG_CAL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PR_S_PRG_CAL describes the standard progression calendar configuration options. All progression calendars must be established here or at organization unit or program version for rules within the calendars to be considered.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PR_S_PRG_CAL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
S_CONTROL_NUM
PRG_CAL_TYPE
|
| IGS_PR_S_PRG_CAL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PRG_CAL_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| S_CONTROL_NUM | NUMBER | (1) | Yes | Describes the control number of the record. Always 1 |
| PRG_CAL_TYPE | VARCHAR2 | (10) | Yes | Describes the progression calendar type to that the configuration applies |
| STREAM_NUM | NUMBER | (2) | Yes | Describes the stream number of the progression calendar type. All calendars with the same stream number will be considered a sequential group throughout the academic period. For example, semester 1 & 2 progression calendars should be setup with the same stream number, whereas a year long progression calendar would have a different number. |
| SHOW_CAUSE_LENGTH | NUMBER | (3) | Describes the length of the show cause period within the specified progression calendar type | |
| APPEAL_LENGTH | NUMBER | (3) | Describes the length of the appeal period within the specified progression 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 S_CONTROL_NUM
, PRG_CAL_TYPE
, STREAM_NUM
, SHOW_CAUSE_LENGTH
, APPEAL_LENGTH
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PR_S_PRG_CAL;
IGS.IGS_PR_S_PRG_CAL does not reference any database object
IGS.IGS_PR_S_PRG_CAL is referenced by following:
APPS
IGS_PR_S_PRG_CAL
|
|
|
|