[Home] [Help]
[Dependency Information]
| Object Name: | IEC_G_CAL_CALLABLE_RGNS |
|---|---|
| Object Type: | TABLE |
| Owner: | IEC |
| Subobject Name: | |
| Status: | VALID |
Contains entries which define callable regions. Callable regions are blocks of time which are callable or not callable during a specific day.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEC_G_CAL_CALLABLE_RGNS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CALLABLE_REGION_ID
|
| IEC_G_CAL_CALLABLE_RGNS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DAY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CALLABLE_REGION_ID | NUMBER | (15) | Yes | Unique Identifier. |
| DAY_ID | NUMBER | (15) | Yes | Contains the specific day instance with which this callable region is associated. Foreign key to IEC_G_CAL_DAYS. |
| CALLABLE_REGION_CODE | VARCHAR2 | (30) | Yes | Identifies whether or not contacts may be called within this callable region. References the FND_LOOKUP_TYPE IEC_CALLABLE_REGION_TYPE. |
| START_TIME | NUMBER | (10) | Yes | Specifies the start of this callable region. Defined in twenty-four hour time format. |
| END_TIME | NUMBER | (10) | Yes | Specifies the end of this callable region. Defined in twenty-four hour time format. |
| 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. | |
| OBJECT_VERSION_NUMBER | NUMBER | (15) | Yes | Used for locking in HTML applications. |
| SECURITY_GROUP_ID | NUMBER | (15) | Used in hosted environments. | |
| TYPE_CODE | VARCHAR2 | (240) | code to indicate if a callable region is shadow or not |
Cut, paste (and edit) the following text to query this object:
SELECT CALLABLE_REGION_ID
, DAY_ID
, CALLABLE_REGION_CODE
, START_TIME
, END_TIME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
, TYPE_CODE
FROM IEC.IEC_G_CAL_CALLABLE_RGNS;
IEC.IEC_G_CAL_CALLABLE_RGNS does not reference any database object
IEC.IEC_G_CAL_CALLABLE_RGNS is referenced by following:
IEC
IEC_G_CAL_CALLABLE_RGNS#
|
|
|
|