DBA Data[Home] [Help] [Dependency Information]


TABLE: IEC.IEC_G_CAL_DAYS_B

Object Details
Object Name: IEC_G_CAL_DAYS_B
Object Type: TABLE
Owner: IEC
Subobject Name:
Status: VALID


Defines days within Advanced Outbound calling calendars. Days can be either standard weekdays (e.g. Sunday) or exceptions. Exceptions are holidays and arbitrary dates.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_G_CAL_DAYS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCALENDAR_ID
ColumnDAY_ID
Columns
Name Datatype Length Mandatory Comments
DAY_ID NUMBER (15) Yes Unique Identifier.
CALENDAR_ID NUMBER (15) Yes Calendar Id
DAY_CODE VARCHAR2 (30) Yes Identifies the type of day. References the FND_LOOKUP_TYPE IEC_DAY_TYPE.
PATTERN_CODE VARCHAR2 (30) Yes Identifies the pattern used to specify a calendar exception. References the FND_LOOKUP_TYPE IEC_EXCEPTION_PATTERN_TYPE.
EXCEPTION_MONTH VARCHAR2 (30)
Used to specify calendar exception when certain exception patterns are used.
EXCEPTION_DAY VARCHAR2 (2)
Used to specify calendar exception when certain exception patterns are used.
EXCEPTION_YEAR VARCHAR2 (4)
Used to specify calendar exception when certain exception patterns are used.
EXCEPTION_WEEKDAY_CODE VARCHAR2 (30)
Used to specify calendar exception when certain exception patterns are used.
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.
PARENT_ID NUMBER (15)
parent exception id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DAY_ID
,      CALENDAR_ID
,      DAY_CODE
,      PATTERN_CODE
,      EXCEPTION_MONTH
,      EXCEPTION_DAY
,      EXCEPTION_YEAR
,      EXCEPTION_WEEKDAY_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      PARENT_ID
FROM IEC.IEC_G_CAL_DAYS_B;

Dependencies

[top of page]

IEC.IEC_G_CAL_DAYS_B does not reference any database object

IEC.IEC_G_CAL_DAYS_B is referenced by following:

SchemaAPPS
SynonymIEC_G_CAL_DAYS_B