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


TABLE: IGS.IGS_AS_SC_ATMPT_ENR

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


IGS_AS_SC_ATMPT_ENR describes enrollment which will occur or has occurred for student program attempt.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AS_SC_ATMPT_ENR_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnCOURSE_CD
ColumnCAL_TYPE
ColumnCI_SEQUENCE_NUMBER
IGS_AS_SC_ATMPT_ENR_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCAL_TYPE
ColumnCI_SEQUENCE_NUMBER
IGS_AS_SC_ATMPT_ENR_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnENROLMENT_CAT
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Describes the ID that uniquely identifies a person
COURSE_CD VARCHAR2 (6) Yes Describes the course code. DETYA element reference 307.
CAL_TYPE VARCHAR2 (10) Yes An abbreviated name of a type of calendar used within the university. Forexample, academic, semester one.
CI_SEQUENCE_NUMBER NUMBER (6) Yes Uniquely identifies the calendar instance.
ENROLMENT_CAT VARCHAR2 (10) Yes Describes the types of enrollment procedure
ENROLLED_DT DATE

Date of enrollment
ENR_FORM_DUE_DT DATE

Describes the date on which a student must have their enrollment window returned either by mail or by performing their enrollment to be eligible to enroll.
ENR_PCKG_PROD_DT DATE

Describes the date on which to produce the students enrollment package
ENR_FORM_RECEIVED_DT DATE

Describes the date on which the student's enrollment window was received
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
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record.
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PERSON_ID
,      COURSE_CD
,      CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      ENROLMENT_CAT
,      ENROLLED_DT
,      ENR_FORM_DUE_DT
,      ENR_PCKG_PROD_DT
,      ENR_FORM_RECEIVED_DT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM IGS.IGS_AS_SC_ATMPT_ENR;

Dependencies

[top of page]

IGS.IGS_AS_SC_ATMPT_ENR does not reference any database object

IGS.IGS_AS_SC_ATMPT_ENR is referenced by following:

SchemaAPPS
SynonymIGS_AS_SC_ATMPT_ENR