[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_TIMESLOT_CONF |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_EN_TIMESLOT_CONF
|
| Subobject Name: | |
| Status: | VALID |
IGS_EN_TIMESLOT_CONF describes the various date aliases that are used as reference for allotting timeslot appointments to students who wish to enroll in a specific program or units.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_TIMESLOT_CONF_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
IGS_EN_TIMESLOT_CONF_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| IGS_EN_TIMESLOT_CONF_ID | NUMBER | (15) | Yes | This is a unique number that is generated by the system for the purpose of identifying a record in the table uniquely. |
| TIMESLOT_NAME | VARCHAR2 | (30) | This field describes a specific timeslot in a given calendar period. | |
| START_DT_ALIAS | VARCHAR2 | (10) | Yes | This field describes the alias name for the start period of a timeslot. |
| END_DT_ALIAS | VARCHAR2 | (10) | Yes | This field describes the alias name for the end period of a timeslot. |
| CREATED_BY | NUMBER | (15) | Standard WHO column. | |
| 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. | |
| ORG_ID | NUMBER | (15) | Operating Unit Identifier. |
Cut, paste (and edit) the following text to query this object:
SELECT IGS_EN_TIMESLOT_CONF_ID
, TIMESLOT_NAME
, START_DT_ALIAS
, END_DT_ALIAS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_EN_TIMESLOT_CONF;
IGS.IGS_EN_TIMESLOT_CONF does not reference any database object
IGS.IGS_EN_TIMESLOT_CONF is referenced by following:
APPS
IGS_EN_TIMESLOT_CONF
|
|
|
|