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


TABLE: APPS.IBE_BI_CUSTTIME_MV

Object Details
Object Name: IBE_BI_CUSTTIME_MV
Object Type: TABLE
Owner: APPS
Subobject Name:
Status: VALID
Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
I_SNAP$_IBE_BI_CUSTTIME_MV FUNCTION-BASED NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnSYS_OP_MAP_NONNULL("MINISITE_ID")
ColumnSYS_OP_MAP_NONNULL("ENT_YEAR_ID")
ColumnSYS_OP_MAP_NONNULL("ENT_QTR_ID")
ColumnSYS_OP_MAP_NONNULL("ENT_PERIOD_ID")
ColumnSYS_OP_MAP_NONNULL("WEEK_ID")
ColumnSYS_OP_MAP_NONNULL("REPORT_DATE_JULIAN")
ColumnSYS_OP_MAP_NONNULL("D_GID")
IBE_BI_CUSTTIME_MV_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnTIME_ID
ColumnPERIOD_TYPE_ID
ColumnMINISITE_ID
Columns
Name Datatype Length Mandatory Comments
UMARKER CHAR (7)
Record Marker
MINISITE_ID NUMBER

Mini Site Identifier for iStore
TIME_ID NUMBER

Time Identifier (Foreign key to join to the Time Dimension Views)
PERIOD_TYPE_ID NUMBER

Period Type Identifier
ENT_YEAR_ID NUMBER

Foreign Key for Enterprise Year
ENT_QTR_ID NUMBER

Foreign Key for Enterprise Quarter
ENT_PERIOD_ID NUMBER

Foreign Key for Enterprise Period
REPORT_DATE_JULIAN NUMBER

Report as-of-date (Julian Day)
WEEK_ID NUMBER

Foreign Key for Week
D_GID NUMBER

Grouping Id for rollups (Internally Used Column)
TOTAL NUMBER

Total Number of New Customers
D_TOTAL_CNT NUMBER

Dummy Count for materialized view refresh functionality (Not Used Otherwise)
Query Text

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


SELECT UMARKER
,      MINISITE_ID
,      TIME_ID
,      PERIOD_TYPE_ID
,      ENT_YEAR_ID
,      ENT_QTR_ID
,      ENT_PERIOD_ID
,      REPORT_DATE_JULIAN
,      WEEK_ID
,      D_GID
,      TOTAL
,      D_TOTAL_CNT
FROM APPS.IBE_BI_CUSTTIME_MV;

Dependencies

[top of page]

APPS.IBE_BI_CUSTTIME_MV does not reference any database object

APPS.IBE_BI_CUSTTIME_MV is referenced by following:

SchemaAPPS
Materialized ViewIBE_BI_CUSTTIME_MV