[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_USEC_ATD_LINE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AS_USEC_ATD_LINE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UOO_ID
COURSE_CD
PERSON_ID
|
| 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 |
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;
IGS.IGS_AS_USEC_ATD_LINE does not reference any database object
IGS.IGS_AS_USEC_ATD_LINE is referenced by following:
APPS
IGS_AS_USEC_ATD_LINE
|
|
|
|