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


TABLE: APPS.IBE_BI_TOP_ORD_MV

Object Details
Object Name: IBE_BI_TOP_ORD_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
IBE_BI_TOP_ORD_MV_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnTIME_ID
ColumnPERIOD_TYPE_ID
ColumnMINISITE_ID
Columns
Name Datatype Length Mandatory Comments
TIME_ID NUMBER

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

Period Type Identifier
ORDERNUMBER NUMBER

User-visible number of the order
CUSTOMERID NUMBER

Party identifier
SOURCE VARCHAR2 (1)
Quote Publish flag, Y - Published Quote, N - Unpublised Quote
CURRENCY_CD_F VARCHAR2 (30)
Currency code
BOOKED_AMT_G NUMBER

Booked Order amount based on primary global currency code
BOOKED_AMT_G1 NUMBER

Booked Order amount based on secondary global currency code
BOOKED_AMT_F NUMBER

Booked Order amount based on functional currency code
DISCOUNT_G NUMBER

Discount amount based on primary global currency code
DISCOUNT_G1 NUMBER

Discount amount based on secondary global currency code
DISCOUNT_F NUMBER

Discount amount based on functional currency code
LINES NUMBER

Number of lines
ASSISTED VARCHAR2 (1)
Flag to identify whether this is an assisted Order, Y - Assisted, N - Unassisted
MINISITE_ID NUMBER

Mini Site Identifier for iStore
RANK NUMBER

Rank of this Order in terms of total Booked Order amount
Query Text

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


SELECT TIME_ID
,      PERIOD_TYPE_ID
,      ORDERNUMBER
,      CUSTOMERID
,      SOURCE
,      CURRENCY_CD_F
,      BOOKED_AMT_G
,      BOOKED_AMT_G1
,      BOOKED_AMT_F
,      DISCOUNT_G
,      DISCOUNT_G1
,      DISCOUNT_F
,      LINES
,      ASSISTED
,      MINISITE_ID
,      RANK
FROM APPS.IBE_BI_TOP_ORD_MV;

Dependencies

[top of page]

APPS.IBE_BI_TOP_ORD_MV does not reference any database object

APPS.IBE_BI_TOP_ORD_MV is referenced by following:

SchemaAPPS
Materialized ViewIBE_BI_TOP_ORD_MV