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


TABLE: IGS.IGS_EN_REG_UPD_INT

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


Contains the details of the student's registration date. Rows in this table must correspond to a batch in the IGS_EN_REG_BTCH_INT table.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Enrollment Registration
Category: BUSINESS_ENTITY IGS_STUDENT_PROGRAM


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_EN_REG_UPD_INT_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnBATCH_ID
ColumnREGISTRATION_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (15) Yes Batch Identifier to run for a group of Students.
REGISTRATION_ID NUMBER (15) Yes Value along with Batch Identifier that uniquely identifies each record in the interface table.
PERSON_NUMBER VARCHAR2 (30) Yes Person Number of the Student. Used to find Person Identifier.
COURSE_CD VARCHAR2 (6)
Program Code for Student's Program Attempt.
ALTERNATE_CODE VARCHAR2 (10) Yes Alternate Code for Calendar Instance. Valid values are Alternate Codes for active Academic Calendars.
ENR_FORM_RECEIVED_DT DATE
Yes Date used to record that Enrollment Form/Information is received.
ERRORS VARCHAR2 (2000)
Error Text from Registration Update Process.
CREATION_DATE DATE

Standard WHO Column
LAST_UPDATED_BY NUMBER (15)
Standard WHO Column
LAST_UPDATE_DATE DATE

Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
CREATED_BY NUMBER (15)
Standard WHO Column
REQUEST_ID NUMBER (15)
Standard WHO column for concurrent Program.
PROGRAM_APPLICATION_ID NUMBER (15)
Standard WHO column for concurrent Program.
PROGRAM_ID NUMBER (15)
Standard WHO column for concurrent Program.
PROGRAM_UPDATE_DATE DATE

Standard WHO column for concurrent Program.
Query Text

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


SELECT BATCH_ID
,      REGISTRATION_ID
,      PERSON_NUMBER
,      COURSE_CD
,      ALTERNATE_CODE
,      ENR_FORM_RECEIVED_DT
,      ERRORS
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM IGS.IGS_EN_REG_UPD_INT;

Dependencies

[top of page]

IGS.IGS_EN_REG_UPD_INT does not reference any database object

IGS.IGS_EN_REG_UPD_INT is referenced by following:

SchemaAPPS
SynonymIGS_EN_REG_UPD_INT