[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PR_SDT_PR_RU_CK_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PR_SDT_PR_RU_CK_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PR_SDT_PR_RU_CK_ALL contains details of progression rules, that have been checked against the related student program attempt. Details of each rule are stored along with the result. Each rule is checked within a 'progression check' as described in the parent table. Only rules check have a different result to the previous check of the same rule within the progression calendar are stored. For example, if a rule was passed on last check in the same calendar and subsequent testing has it passed again, the detail is not stored.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PR_SDT_PR_RU_CK_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
COURSE_CD
PRG_CAL_TYPE
PRG_CI_SEQUENCE_NUMBER
PROGRESSION_RULE_CAT
PRA_SEQUENCE_NUMBER
RULE_CHECK_DT
|
| IGS_PR_SDT_PR_RU_CK_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PROGRESSION_RULE_CAT
PRA_SEQUENCE_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | Describes the unique person identifier against whom the check was performed |
| COURSE_CD | VARCHAR2 | (6) | Yes | Describes the code of the program attempt againstthat the rule was tested |
| PRG_CAL_TYPE | VARCHAR2 | (10) | Yes | Describes the progression calendar type that the rule was checked |
| PRG_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the unique identifer associated with progression calendar in that the rule was checked |
| RULE_CHECK_DT | DATE | Yes | Describes the date and time that the progression check was performed | |
| PROGRESSION_RULE_CAT | VARCHAR2 | (10) | Yes | The institution-defined category of the progression rule that was checked |
| PRA_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the unique identifier associated with progression rule |
| PASSED_IND | VARCHAR2 | (1) | Yes | Indicates that specifies if the progression rule was passed or failed |
| RULE_MESSAGE_TEXT | VARCHAR2 | (2000) | A text based facilty to add optional message to the rule description applied | |
| 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 | |
| ORG_ID | NUMBER | (15) | Operating unit identifier |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, COURSE_CD
, PRG_CAL_TYPE
, PRG_CI_SEQUENCE_NUMBER
, RULE_CHECK_DT
, PROGRESSION_RULE_CAT
, PRA_SEQUENCE_NUMBER
, PASSED_IND
, RULE_MESSAGE_TEXT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_PR_SDT_PR_RU_CK_ALL;
IGS.IGS_PR_SDT_PR_RU_CK_ALL does not reference any database object
IGS.IGS_PR_SDT_PR_RU_CK_ALL is referenced by following:
APPS
IGS_PR_SDT_PR_RU_CK_ALL
|
|
|
|