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


TABLE: XTR.XTR_HOLIDAYS

Object Details
Object Name: XTR_HOLIDAYS
Object Type: TABLE
Owner: XTR
FND Design Data: TableXTR.XTR_HOLIDAYS
Subobject Name:
Status: VALID


XTR_HOLIDAYS contains the holiday information for currencies. Each row corresponds to a holiday date for a currency. A currency can have many holiday dates.
This table corresponds to the Currency Holiday Dates window.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XTR_HOLIDAYS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnHOLIDAY_DATE
ColumnCURRENCY
XTR_HOLIDAYS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCURRENCY
Columns
Name Datatype Length Mandatory Comments
COMMENTS VARCHAR2 (80)
Holiday description
CURRENCY VARCHAR2 (15) Yes Currency code
DAY_DESC DATE

Day of the holiday
HOLIDAY_DATE DATE
Yes Date of the holiday
HOL_SEQ NUMBER
Yes Holiday rule identifier (used to determine which dates corresponds to which rule)
Query Text

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


SELECT COMMENTS
,      CURRENCY
,      DAY_DESC
,      HOLIDAY_DATE
,      HOL_SEQ
FROM XTR.XTR_HOLIDAYS;

Dependencies

[top of page]

XTR.XTR_HOLIDAYS does not reference any database object

XTR.XTR_HOLIDAYS is referenced by following:

SchemaXTR
ViewXTR_HOLIDAYS#