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


TABLE: IGS.IGS_PR_STDNT_PR_CK

Object Details
Object Name: IGS_PR_STDNT_PR_CK
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PR_STDNT_PR_CK_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnCOURSE_CD
ColumnPRG_CAL_TYPE
ColumnPRG_CI_SEQUENCE_NUMBER
ColumnRULE_CHECK_DT
IGS_PR_STDNT_PR_CK_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRG_CAL_TYPE
ColumnPRG_CI_SEQUENCE_NUMBER
Columns
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
Query Text

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;

Dependencies

[top of page]

IGS.IGS_PR_STDNT_PR_CK does not reference any database object

IGS.IGS_PR_STDNT_PR_CK is referenced by following:

SchemaAPPS
SynonymIGS_PR_STDNT_PR_CK