[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_ATD_MODE_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_EN_ATD_MODE_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_EN_ATD_MODE_ALL describes available university program attendance modes. Examples include internal, external, and multi-modal.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_ATD_MODE_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ATTENDANCE_MODE
|
| IGS_EN_ATD_MODE_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
GOVT_ATTENDANCE_MODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ATTENDANCE_MODE | VARCHAR2 | (2) | Yes | Code of an institution-defined attendance mode. Attendance mode identifies the mode of attendance for that a student undertakes a program. Each attendance mode must be mapped to a government attendance type. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Description of an institution-defined attendance mode. An attendance mode identifies the mode of attendance for a program that student undertakes. Each attendance mode must be mapped to a government attendance type. |
| GOVT_ATTENDANCE_MODE | VARCHAR2 | (1) | Yes | Code of a government attendance mode, DETYA element 329. An attendance mode identifies the mode of attendance for the program a student undertakes. For example, 1 - INTERNAL MODE OFATTENDANCE, 2 - EXTERNAL MODE OF ATTENDANCE. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicator that specifies if the attendance mode is open or closed. Setting the checkbox to 'closed' - ticked, prevents use of the attendance mode in new program offering option records. |
| 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 | |
| ORG_ID | NUMBER | (15) | Operating Unit Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ATTENDANCE_MODE
, DESCRIPTION
, GOVT_ATTENDANCE_MODE
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_EN_ATD_MODE_ALL;
IGS.IGS_EN_ATD_MODE_ALL does not reference any database object
IGS.IGS_EN_ATD_MODE_ALL is referenced by following:
APPS
IGS_EN_ATD_MODE_ALL
|
|
|
|