[Home] [Help]
[Dependency Information]
| Object Name: | IEC_G_CAL_CALENDARS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | IEC |
| Subobject Name: | |
| Status: | VALID |
IEC_G_CAL_CALENDARS_B contains non-translatable data describing Advanced Outbound calling calendars.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEC_G_CAL_CALENDARS_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CALENDAR_ID
|
| IEC_G_CAL_CALENDARS_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TERRITORY_CODE
|
| IEC_G_CAL_CALENDARS_B_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REGION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CALENDAR_ID | NUMBER | (15) | Yes | Unique Identifier. |
| CALENDAR_TYPE_CODE | VARCHAR2 | (30) | Yes | Defines whether this is a country calling calendar or an arbitrary calling calendar. Arbitrary calling calendars are associated to lists and campaign schedules to restrict or expand calling hours. References the FND_LOOKUP_TYPE IEC_CALENDAR_TYPE. |
| TERRITORY_CODE | VARCHAR2 | (2) | When describing a country calendar, this column is a foreign key to HZ_PHONE_COUNTRY_CODES. | |
| OVERRIDE_CC_CAL_FLAG | VARCHAR2 | (1) | Yes | If the calendar is an arbitrary calendar and this flag is set to Y, the calendar will have permission to override any country-specific calling hours. This is useful for creating callback lists with unrestricted calling hours. |
| 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. | |
| REGION_ID | NUMBER | (15) | The particular region which is used in combination with the country code and time zone to represent a callable area for the marketing item that this entry represents. | |
| PARENT_ID | NUMBER | (15) | Parent calendar Id |
Cut, paste (and edit) the following text to query this object:
SELECT CALENDAR_ID
, CALENDAR_TYPE_CODE
, TERRITORY_CODE
, OVERRIDE_CC_CAL_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
, REGION_ID
, PARENT_ID
FROM IEC.IEC_G_CAL_CALENDARS_B;
IEC.IEC_G_CAL_CALENDARS_B does not reference any database object
IEC.IEC_G_CAL_CALENDARS_B is referenced by following:
APPS
IEC_G_CAL_CALENDARS_B
|
|
|
|