[Home] [Help]
[Dependency Information]
| Object Name: | IGS_RE_S_RES_CAL_CON |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_RE_S_RES_CAL_CON
|
| Subobject Name: | |
| Status: | VALID |
IGS_RE_S_RES_CAL_CON gives information about the system research calendar configuration.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_RE_S_RES_CAL_CON_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
S_CONTROL_NUM
|
| IGS_RE_S_RES_CAL_CON_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EFFECTIVE_STRT_DT_ALIAS
|
| IGS_RE_S_RES_CAL_CON_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EFFECTIVE_END_DT_ALIAS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| S_CONTROL_NUM | NUMBER | (1) | Yes | Stores a number, that can uniquely identify a research calendar configuration |
| EFFECTIVE_STRT_DT_ALIAS | VARCHAR2 | (10) | Contains the alias for the effective start date of a research teaching calendar. The equivalent full time days for a research teaching period is determined by the number of days between the research effective start and end date aliases. | |
| EFFECTIVE_END_DT_ALIAS | VARCHAR2 | (10) | Contains the alias for the effective end date of a research teaching calendar. The equivalent full time days for a research teaching period is determined by the number of days between the research effective start and end date aliases. | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT S_CONTROL_NUM
, EFFECTIVE_STRT_DT_ALIAS
, EFFECTIVE_END_DT_ALIAS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_RE_S_RES_CAL_CON;
IGS.IGS_RE_S_RES_CAL_CON does not reference any database object
IGS.IGS_RE_S_RES_CAL_CON is referenced by following:
APPS
IGS_RE_S_RES_CAL_CON
|
|
|
|