[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_TIMESLOT_CONF_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_EN_TIMESLOT_CONF_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view holds all the timeslots that pertain to one specific calendar year and their corresponding date aliases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Identifier | |
| 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 desribes the alias name for the start period of a timeslot. |
| DSP_DESCRIPTION1 | VARCHAR2 | (60) | Yes | The description of start date alias (not an actual date value). Each datealias is assigned a date alias category and may be assigned a calendarcategory. Date alias examples are DETYA CENSUS DATE, LAST DAY OFLECTURES IN TEACHING PERIOD and LAST DAY TO WITHDRAWFROM UNIT WITHOUT FAILING. |
| DSP_CLOSED_IND1 | VARCHAR2 | (1) | Yes | The indicator that shows whether a corresponding start date alias is closed for the teaching period. |
| END_DT_ALIAS | VARCHAR2 | (10) | Yes | This field desribes the alias name for the end period of a timeslot. |
| DSP_DESCRIPTION2 | VARCHAR2 | (60) | Yes | The description of end date alias (not an actual date value). Each datealias is assigned a date alias category and may be assigned a calendarcategory. Date alias examples are DETYA CENSUS DATE, LAST DAY OFLECTURES IN TEACHING PERIOD and LAST DAY TO WITHDRAWFROM UNIT WITHOUT FAILING. |
| DSP_CLOSED_IND2 | VARCHAR2 | (1) | Yes | The indicator that shows whether a corresponding start date alias is closed for the teaching period. |
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, IGS_EN_TIMESLOT_CONF_ID
, TIMESLOT_NAME
, START_DT_ALIAS
, DSP_DESCRIPTION1
, DSP_CLOSED_IND1
, END_DT_ALIAS
, DSP_DESCRIPTION2
, DSP_CLOSED_IND2
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_TIMESLOT_CONF_V;
APPS
IGS_CA_DA
IGS_EN_TIMESLOT_CONF
APPS.IGS_EN_TIMESLOT_CONF_V is not referenced by any database object
|
|
|
|