[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PR_STDNT_PR_CK |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PR_STDNT_PR_CK
|
| Subobject Name: | |
| Status: | VALID |
IGS_PR_STDNT_PR_CK describes a progression rule check performed on the related student program attempt. The check might consist of one or more rules and is stored against a date and time.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PR_STDNT_PR_CK_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
COURSE_CD
PRG_CAL_TYPE
PRG_CI_SEQUENCE_NUMBER
RULE_CHECK_DT
|
| IGS_PR_STDNT_PR_CK_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PRG_CAL_TYPE
PRG_CI_SEQUENCE_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | Describes the person identifier on whom the progression check was performed |
| COURSE_CD | VARCHAR2 | (6) | Yes | Describes the code from the program attempt on that the check was performed |
| PRG_CAL_TYPE | VARCHAR2 | (10) | Yes | Describes the progression calendar type that was checked |
| PRG_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the progression calendar sequence number in that the check was performed |
| RULE_CHECK_DT | DATE | Yes | Describes the date that the rule check was performed | |
| S_PRG_CHECK_TYPE | VARCHAR2 | (30) | Yes | Describes the check type of the check. For example, system or manual. |
| 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 PERSON_ID
, COURSE_CD
, PRG_CAL_TYPE
, PRG_CI_SEQUENCE_NUMBER
, RULE_CHECK_DT
, S_PRG_CHECK_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PR_STDNT_PR_CK;
IGS.IGS_PR_STDNT_PR_CK does not reference any database object
IGS.IGS_PR_STDNT_PR_CK is referenced by following:
APPS
IGS_PR_STDNT_PR_CK
|
|
|
|