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


TABLE: IGS.IGS_UC_ATTEND_HIST

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


The attendance history table will hold the details of the last institution attended by the applicant. Case and Seed Document: UC_2893542_UCFD210_Acad history Streamlining_CS_DP1.doc - Obsolete


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_UC_ATTEND_HIST_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTEND_HIST_ID
IGS_UC_ATTEND_HIST_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnINST_CODE
Columns
Name Datatype Length Mandatory Comments
ATTEND_HIST_ID NUMBER
Yes Attendance history identifier.(Sequence generated)
PERSON_ID NUMBER (15) Yes Person Identifier
INST_CODE VARCHAR2 (30) Yes Institution Code
YEAR_COMM NUMBER (4)
Year Commenced
YEAR_LEFT NUMBER (4)
Year Left
YEAR_COMP NUMBER (4)
Year Completed
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 ATTEND_HIST_ID
,      PERSON_ID
,      INST_CODE
,      YEAR_COMM
,      YEAR_LEFT
,      YEAR_COMP
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_UC_ATTEND_HIST;

Dependencies

[top of page]

IGS.IGS_UC_ATTEND_HIST does not reference any database object

IGS.IGS_UC_ATTEND_HIST is referenced by following:

SchemaAPPS
SynonymIGS_UC_ATTEND_HIST