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


TABLE: IGS.IGS_AS_USEC_ATD_LINE

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


Contains the Attendance Information. There is no need to create the table handlers for this table since the data is populated thru EO's in self service screens.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AS_USEC_ATD_LINE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUOO_ID
ColumnCOURSE_CD
ColumnPERSON_ID
Columns
Name Datatype Length Mandatory Comments
UOO_ID NUMBER (7) Yes UOO ID of the Unit Section whose Attendance entered
COURSE_CD VARCHAR2 (6) Yes Course_CD from Student Unit Attempt
PERSON_ID NUMBER (15) Yes Student ID
ATTENDANCE_HOURS NUMBER (7) Yes Attendance hours given to student for a particular unit section
SUBMITTED VARCHAR2 (1) Yes Attendance have been Submitted 'T'/'N'
CREATED_BY NUMBER (15) Yes Standard WHO Columns
CREATION_DATE DATE
Yes Standard WHO Columns
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Columns
LAST_UPDATE_DATE DATE
Yes Standard WHO Columns
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Columns
Query Text

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


SELECT UOO_ID
,      COURSE_CD
,      PERSON_ID
,      ATTENDANCE_HOURS
,      SUBMITTED
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AS_USEC_ATD_LINE;

Dependencies

[top of page]

IGS.IGS_AS_USEC_ATD_LINE does not reference any database object

IGS.IGS_AS_USEC_ATD_LINE is referenced by following:

SchemaAPPS
SynonymIGS_AS_USEC_ATD_LINE