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


TABLE: IGS.IGS_AS_STU_TRN_CMTS

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


Table to be populated with transcript comments for the student.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AS_STU_TRN_CMTS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOMMENT_ID
IGS_AS_STU_TRN_CMTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOAD_CAL_TYPE
ColumnLOAD_CI_SEQUENCE_NUMBER
IGS_AS_STU_TRN_CMTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAWARD_CD
IGS_AS_STU_TRN_CMTS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOURSE_CD
IGS_AS_STU_TRN_CMTS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOURSE_TYPE
IGS_AS_STU_TRN_CMTS_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUOO_ID
IGS_AS_STU_TRN_CMTS_N6 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUNIT_SET_CD
ColumnUS_VERSION_NUMBER
Columns
Name Datatype Length Mandatory Comments
COMMENT_ID NUMBER
Yes Unique Id (Sequence generated).
COMMENT_TYPE_CODE VARCHAR2 (30) Yes One of six types of the transcript comments.
COMMENT_TXT VARCHAR2 (1000) Yes Transcript comment.
PERSON_ID NUMBER (15) Yes Person ID.
COURSE_CD VARCHAR2 (6)
Course code ( optional ) based on the comment type
COURSE_TYPE VARCHAR2 (10)
Course type (optional ) based on the comment type
AWARD_CD VARCHAR2 (10)
Award code (optional )based on the comment type
LOAD_CAL_TYPE VARCHAR2 (10)
Load calendar type (optional ) based on the comment type
LOAD_CI_SEQUENCE_NUMBER NUMBER (6)
Load calendar sequence number (optional) based on the comment type
UNIT_SET_CD VARCHAR2 (10)
Unit set code ( optional ) based on the comment type
US_VERSION_NUMBER NUMBER (3)
Unit set version number (optional) based on the comment type
UOO_ID NUMBER (7)
UOO Id (optional) based on the comment 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 COMMENT_ID
,      COMMENT_TYPE_CODE
,      COMMENT_TXT
,      PERSON_ID
,      COURSE_CD
,      COURSE_TYPE
,      AWARD_CD
,      LOAD_CAL_TYPE
,      LOAD_CI_SEQUENCE_NUMBER
,      UNIT_SET_CD
,      US_VERSION_NUMBER
,      UOO_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AS_STU_TRN_CMTS;

Dependencies

[top of page]

IGS.IGS_AS_STU_TRN_CMTS does not reference any database object

IGS.IGS_AS_STU_TRN_CMTS is referenced by following:

SchemaAPPS
SynonymIGS_AS_STU_TRN_CMTS