Search Results sales_channel_fk
Overview
ISC_EDW_BOOK_TO_SHIP_CYCLE_S is a Supply Chain Intelligence (ISC) reporting view owned by the APPS schema in Oracle E-Business Suite. It is referenced by the Book to Ship and Book to Pick Cycle Time reports, which are part of the ISC/EDW (Enterprise Data Warehouse) analytics layer that supports order fulfillment performance measurement. The view consolidates booking, geographical, organizational, item, calendar, and lookup dimensions to expose cycle-time measures that quantify the elapsed interval between the order booking date and the latest pick or ship date for a given order line.
The view is a denormalized, star-schema-style construct. Each row carries foreign key surrogate values that map to dimension tables (geography, organization, items, time, and lookup), together with two computed metrics: BOOK_TO_LATEST_PICK_CYCLE and BOOK_TO_LATEST_SHIP_CYCLE. Because the underlying tables use EDW surrogate keys, the view is typically consumed by BI Publisher reports, Oracle Business Intelligence, or custom SQL that joins back to the published EDW dimension views for descriptive attributes.
Underlying Base Objects
ETRM metadata records no referenced base objects, but the view text exposes the actual join graph. The view is defined over five EDW objects:
- ISC_EDW_BOOKINGS_F — the bookings fact table, supplying order line, booking date, sales channel, order source/type, ship-to location, inventory org, top model, order category, shippable flag, and the latest pick/ship dates.
- EDW_GEOGRAPHY_M — geography dimension, joined via GLOC_LOCATION_PK_KEY = SHIP_TO_LOC_FK_KEY to supply area, country, and region keys.
- EDW_ITEMS_M — item dimension, joined via IREV_ITEM_REVISION_PK_KEY = TOP_MODEL_FK_KEY to supply the category key.
- EDW_TIME_M — time dimension, joined via CDAY_CAL_DAY_PK_KEY = DATE_BOOKED_FK_KEY to supply calendar day, period, quarter, and year keys.
- EDW_ORGANIZATION_M — organization dimension, joined via ORGA_ORGANIZATION_PK_KEY = INV_ORG_FK_KEY to supply business group, internal organization, legal entity, and operating unit keys.
- EDW_LOOKUP_M — lookup dimension, joined via LUCD_LOOKUP_CODE_PK_KEY = ORDER_CATEGORY_FK_KEY, with RMA and RETURN categories excluded.
The query filters to SHIPPABLE_FLAG = 'Y' and aggregates with MAX over pick and ship dates, grouped by booking date, line, and all dimension keys.
Key Columns
- SALES_CHANNEL_FK — surrogate key to the sales channel dimension; the column referenced by the searched term sales_channel_fk. It distinguishes direct, indirect, web, and other booking channels.
- AREA_FK, COUNTRY_FK, REGION_FK — geography dimension keys for ship-to location analysis.
- BUS_GRP_FK, INT_ORGA_FK, LEGAL_ENT_FK, OPER_UNIT_FK — organizational keys covering business group, inventory organization, legal entity, and operating unit.
- CATG_FK — item category key derived from the top model revision.
- PERIOD_FK, QTR_FK, YEAR_FK — calendar keys for time-series trending.
- ORDER_SOURCE_FK, ORDER_TYPE_FK — booking order source and type classification.
- BOOK_TO_LATEST_PICK_CYCLE, BOOK_TO_LATEST_SHIP_CYCLE — computed cycle-time measures in days.
- LINE_ID — booking line identifier used for granular grouping.
Common Use Cases and Queries
A typical query analyzes average ship cycle time by sales channel and period:
SELECT SALES_CHANNEL_FK, PERIOD_FK, AVG(BOOK_TO_LATEST_SHIP_CYCLE) FROM APPS.ISC_EDW_BOOK_TO_SHIP_CYCLE_S GROUP BY SALES_CHANNEL_FK, PERIOD_FK;- Benchmarking pick versus ship cycle times by operating unit and region.
- Joining keys to EDW dimension views to present descriptive labels in Book to Ship reports.
- Trending order fulfillment performance across calendar quarters and years.
-
View: ISC_EDW_BOOK_TO_SHIP_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOK_TO_SHIP_CYCLE_S, object_name:ISC_EDW_BOOK_TO_SHIP_CYCLE_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Book to Ship and Book to Pick Cycle Time reports , implementation_dba_data: APPS.ISC_EDW_BOOK_TO_SHIP_CYCLE_S ,
-
View: ISC_EDW_BOOK_FULFILL_CYCLE_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Book to Fulfill Cycle Time report , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_BACKLOG_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BACKLOG_S, object_name:ISC_EDW_BACKLOG_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Backlog reports , implementation_dba_data: APPS.ISC_EDW_BACKLOG_S ,
-
View: ISC_EDW_PICK_TO_SHIP_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_PICK_TO_SHIP_CYCLE_S, object_name:ISC_EDW_PICK_TO_SHIP_CYCLE_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Pick to Ship Cycle Time report , implementation_dba_data: APPS.ISC_EDW_PICK_TO_SHIP_CYCLE_S ,
-
View: ISC_EDW_BOOK_FULFILL_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOK_FULFILL_CYCLE_S, object_name:ISC_EDW_BOOK_FULFILL_CYCLE_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Book to Fulfill Cycle Time report , implementation_dba_data: APPS.ISC_EDW_BOOK_FULFILL_CYCLE_S ,
-
View: ISC_EDW_ORDER_SHIP_VOLUME_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORDER_SHIP_VOLUME_S, object_name:ISC_EDW_ORDER_SHIP_VOLUME_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Order Ship Volume report , implementation_dba_data: APPS.ISC_EDW_ORDER_SHIP_VOLUME_S ,
-
View: ISC_EDW_BACKLOG_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Backlog reports , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_ORDER_SHIP_VOLUME_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Order Ship Volume report , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_ORDER_FULFILL_VOLUME_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORDER_FULFILL_VOLUME_S, object_name:ISC_EDW_ORDER_FULFILL_VOLUME_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Order Fulfill Volume report , implementation_dba_data: APPS.ISC_EDW_ORDER_FULFILL_VOLUME_S ,
-
View: ISC_EDW_PICK_TO_SHIP_CYCLE_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Pick to Ship Cycle Time report , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISC_EDW_PICK_TO_SHIP_CYCLE_S
12.1.1
-
View: ISC_EDW_BOOK_TO_SHIP_CYCLE_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Book to Ship and Book to Pick Cycle Time reports , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISC_EDW_ORDER_ENTRY_S
12.1.1
-
VIEW: APPS.EDW_SALES_CHANNEL_FKV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.EDW_SALES_CHANNEL_FKV ONT.EDW_SALES_CHANNEL_FKV, object_name:EDW_SALES_CHANNEL_FKV, status:VALID,
-
View: ISC_EDW_ORDER_ENTRY_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORDER_ENTRY_S, object_name:ISC_EDW_ORDER_ENTRY_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Order Entry Cycle Time report , implementation_dba_data: APPS.ISC_EDW_ORDER_ENTRY_S ,
-
VIEW: APPS.ISC_EDW_BOOK_FULFILL_CYCLE_S
12.1.1
-
View: ISCBV_BACKLOGS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISCBV_BACKLOGS_FCV, object_name:ISCBV_BACKLOGS_FCV, status:VALID, product: ISC - Supply Chain Intelligence , description: This is a wrapper view around the base view for the Backlog Snapshot fact table , implementation_dba_data: APPS.ISCBV_BACKLOGS_FCV ,
-
View: ISC_EDW_ORDER_ENTRY_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Order Entry Cycle Time report , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_ORDER_FULFILL_SHIP_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORDER_FULFILL_SHIP_S, object_name:ISC_EDW_ORDER_FULFILL_SHIP_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the One-Day Book to Ship reports , implementation_dba_data: APPS.ISC_EDW_ORDER_FULFILL_SHIP_S ,
-
View: ISC_EDW_ORDER_FULFILL_VOLUME_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Order Fulfill Volume report , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_BOOKINGS_BILLINGS_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the Bookings reports , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISC_EDW_BACKLOG_S
12.1.1
-
View: EDW_SALES_CHANNEL_FKV
12.2.2
product: ONT - Order Management , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISCBV_BACKLOGS_FCV
12.1.1
-
View: EDW_SALES_CHANNEL_FKV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.EDW_SALES_CHANNEL_FKV ONT.EDW_SALES_CHANNEL_FKV, object_name:EDW_SALES_CHANNEL_FKV, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.EDW_SALES_CHANNEL_FKV ,
-
VIEW: APPS.ISC_EDW_BOOK_TO_SHIP_CYCLE_S
12.1.1
-
VIEW: APPS.ISC_EDW_ORDER_SHIP_VOLUME_S
12.1.1
-
VIEW: APPS.ISC_EDW_ORDER_ENTRY_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORDER_ENTRY_S, object_name:ISC_EDW_ORDER_ENTRY_S, status:VALID,
-
VIEW: APPS.ISC_EDW_ORDER_FULFILL_VOLUME_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORDER_FULFILL_VOLUME_S, object_name:ISC_EDW_ORDER_FULFILL_VOLUME_S, status:VALID,
-
VIEW: APPS.ISC_EDW_BOOKINGS_F_FCV
12.1.1
-
VIEW: APPS.ISC_EDW_BACKLOGS_F_FCV
12.1.1
-
View: ISCBV_BACKLOGS_FCV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This is a wrapper view around the base view for the Backlog Snapshot fact table , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_BACKLOGS_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BACKLOGS_F_FCV, object_name:ISC_EDW_BACKLOGS_F_FCV, status:VALID, product: ISC - Supply Chain Intelligence , description: This is the collection view for the Backlog Snapshot fact table , implementation_dba_data: APPS.ISC_EDW_BACKLOGS_F_FCV ,
-
View: ISC_EDW_BACKLOGS_F_FCV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This is the collection view for the Backlog Snapshot fact table , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_BOOKINGS_BILLINGS_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOKINGS_BILLINGS_S, object_name:ISC_EDW_BOOKINGS_BILLINGS_S, status:VALID, product: ISC - Supply Chain Intelligence , description: This view is used by the Bookings reports , implementation_dba_data: APPS.ISC_EDW_BOOKINGS_BILLINGS_S ,
-
VIEW: APPS.ISC_EDW_PICK_TO_SHIP_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_PICK_TO_SHIP_CYCLE_S, object_name:ISC_EDW_PICK_TO_SHIP_CYCLE_S, status:VALID,
-
VIEW: APPS.ISC_EDW_BOOK_FULFILL_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOK_FULFILL_CYCLE_S, object_name:ISC_EDW_BOOK_FULFILL_CYCLE_S, status:VALID,
-
VIEW: APPS.ISC_EDW_ORDER_FULFILL_VOLUME_S
12.1.1
-
View: ISC_EDW_ORDER_FULFILL_SHIP_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view is used by the One-Day Book to Ship reports , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISC_EDW_BOOKINGS_BILLINGS_S
12.1.1
-
View: EDW_SALES_CHANNEL_FKV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.EDW_SALES_CHANNEL_FKV ONT.EDW_SALES_CHANNEL_FKV, object_name:EDW_SALES_CHANNEL_FKV, status:VALID, product: ISC - Supply Chain Intelligence , description: This view can be used by fact views to derive Sales Channel dimension foreign keys , implementation_dba_data: APPS.EDW_SALES_CHANNEL_FKV ,
-
View: ISC_EDW_BOOKINGS_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOKINGS_F_FCV ONT.ISC_EDW_BOOKINGS_F_FCV, object_name:ISC_EDW_BOOKINGS_F_FCV, status:VALID, product: ISC - Supply Chain Intelligence , description: This is the collection view for the Bookings fact table , implementation_dba_data: APPS.ISC_EDW_BOOKINGS_F_FCV ,
-
View: ISC_EDW_BOOKINGS_F_FCV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This is the collection view for the Bookings fact table , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISC_EDW_ORDER_SHIP_VOLUME_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_ORDER_SHIP_VOLUME_S, object_name:ISC_EDW_ORDER_SHIP_VOLUME_S, status:VALID,
-
View: EDW_SALES_CHANNEL_FKV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view can be used by fact views to derive Sales Channel dimension foreign keys , implementation_dba_data: Not implemented in this database ,
-
View: BIL_FCTV_COMP_REVENUE
12.2.2
product: BIL - Sales Intelligence (Obsolete) , description: Quantitative measure related to revenue return on sales compensation , implementation_dba_data: Not implemented in this database ,
-
View: BIL_FCTV_PIPELINE
12.2.2
product: BIL - Sales Intelligence (Obsolete) , description: Quantitative measures related to sales opportunities , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISC_EDW_BOOK_TO_SHIP_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOK_TO_SHIP_CYCLE_S, object_name:ISC_EDW_BOOK_TO_SHIP_CYCLE_S, status:VALID,
-
VIEW: APPS.ISC_EDW_BOOKINGS_BILLINGS_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOKINGS_BILLINGS_S, object_name:ISC_EDW_BOOKINGS_BILLINGS_S, status:VALID,
-
VIEW: APPS.ISC_EDW_BACKLOG_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BACKLOG_S, object_name:ISC_EDW_BACKLOG_S, status:VALID,