Search Results bim_fctv_sales_cycle
Overview
The APPS.BIM_FCTV_SALES_CYCLE view is a denormalized fact-style object belonging to the BIM – Marketing Intelligence product family, now marked Obsolete in Oracle EBS 12.1.1 and 12.2.2. Its documented purpose is to feed concurrent programs that load the Marketing Intelligence summary tables. Rather than capturing live transactional state, the view consolidates lead, opportunity, quote, order, campaign, and geography attributes into a single fact-shaped result set that ETL processes can consume directly.
The view spans the full sales cycle — from a sales lead through its associated opportunity, related quote, and eventual order header — and enriches each row with campaign, media, channel, market segment, and location context. This makes it a canonical source for funnel, attribution, and cycle-time reporting within the Marketing Intelligence schema.
Underlying Base Objects
The view is defined in the APPS schema and references the following documented base objects:
- AS_SALES_LEADS — primary driver of the sales-cycle rows; supplies lead identity, source promotion, customer, address, and creation date.
- BIM_SOURCE_CODE_DETAILS — outer-joined on
SOURCE_PROMOTION_IDto supply campaign, media, and channel keys. - AMS_PARTY_MARKET_SEGMENTS — outer-joined on party and active date range to resolve the market segment.
- AS_SALES_LEAD_OPPORTUNITY — bridges leads to opportunities.
- AS_LEADS_ALL — supplies the opportunity (lead) record and its creation date.
- ASO_QUOTE_RELATED_OBJECTS — aliased twice to traverse the OPPORTUNITY → QUOTE and QUOTE → ORDER relationships.
- ASO_I_ORDER_HEADERS_V — provides the order header and the ORDERED_DATE.
- HZ_LOCATIONS — supplies country, state, city, and postal code for the lead address.
The first SELECT block joins these objects with outer joins to preserve leads lacking downstream artifacts, then UNIONs a second block for leads converted directly to orders.
Key Columns
- ORDERED_DATE — the order header ordered date from
ASO_I_ORDER_HEADERS_V; the column most frequently searched, used for sales-cycle timing and period reporting. - CAMPAIGN_ID, MEDIA_ID, CHANNEL_ID — campaign attribution keys, defaulted to
-999when unknown. - MARKET_SEGMENT_ID — resolved from
AMS_PARTY_MARKET_SEGMENTS. - LOCATION — a composite string (country >> state >> city >> postal code), or
-999>>-999>>-999>>-999when absent. - SALES_CHANNEL_CODE, LEAD_ID, LEAD_CREATION_DATE — lead-level descriptors.
- OPPORTUNITY_ID, OPPR_CREATION_DATE — opportunity linkage and creation.
- ORDER_HEADER_ID, ORDERED_DATE — the terminal order facts.
Common Use Cases and Queries
Typical usage is concurrent-program loading of Marketing Intelligence summaries, ad-hoc cycle-time analysis from lead creation to ORDERED_DATE, and campaign attribution reporting.
SELECT CAMPAIGN_ID,
COUNT(*) AS CYCLE_ROWS,
MIN(ORDERED_DATE) AS FIRST_ORDER,
MAX(ORDERED_DATE) AS LAST_ORDER
FROM APPS.BIM_FCTV_SALES_CYCLE
WHERE ORDERED_DATE IS NOT NULL
GROUP BY CAMPAIGN_ID;
SELECT LEAD_ID, OPPORTUNITY_ID, ORDER_HEADER_ID,
LEAD_CREATION_DATE, ORDERED_DATE,
ORDERED_DATE - LEAD_CREATION_DATE AS CYCLE_DAYS
FROM APPS.BIM_FCTV_SALES_CYCLE
WHERE ORDERED_DATE BETWEEN :p_start AND :p_end;
Because the object is obsolete and fact-oriented, it should be treated as a read-only integration source.
-
View: BIM_FCTV_SALES_CYCLE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_SALES_CYCLE, object_name:BIM_FCTV_SALES_CYCLE, status:VALID, product: BIM - Marketing Intelligence , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: APPS.BIM_FCTV_SALES_CYCLE ,
-
View: BIM_FCTV_SALES_CYCLE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_SALES_CYCLE, object_name:BIM_FCTV_SALES_CYCLE, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: APPS.BIM_FCTV_SALES_CYCLE ,
-
SYNONYM: APPS.BIM_SOURCE_CODE_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BIM_SOURCE_CODE_DETAILS, status:VALID,
-
SYNONYM: APPS.BIM_SOURCE_CODE_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIM_SOURCE_CODE_DETAILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.AS_SALES_LEAD_OPPORTUNITY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_SALES_LEAD_OPPORTUNITY, status:VALID,
-
SYNONYM: APPS.ASO_QUOTE_RELATED_OBJECTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ASO_QUOTE_RELATED_OBJECTS, status:VALID,
-
SYNONYM: APPS.AS_SALES_LEAD_OPPORTUNITY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_SALES_LEAD_OPPORTUNITY, status:VALID,
-
SYNONYM: APPS.ASO_QUOTE_RELATED_OBJECTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ASO_QUOTE_RELATED_OBJECTS, status:VALID,
-
VIEW: APPS.BIM_FCTV_SALES_CYCLE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_SALES_CYCLE, object_name:BIM_FCTV_SALES_CYCLE, status:VALID,
-
SYNONYM: APPS.AMS_PARTY_MARKET_SEGMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_PARTY_MARKET_SEGMENTS, status:VALID,
-
SYNONYM: APPS.AMS_PARTY_MARKET_SEGMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_PARTY_MARKET_SEGMENTS, status:VALID,
-
VIEW: APPS.BIM_FCTV_SALES_CYCLE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_SALES_CYCLE, object_name:BIM_FCTV_SALES_CYCLE, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.AS_SALES_LEADS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_SALES_LEADS, status:VALID,
-
SYNONYM: APPS.AS_SALES_LEADS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_SALES_LEADS, status:VALID,
-
SYNONYM: APPS.AS_LEADS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_LEADS_ALL, status:VALID,
-
SYNONYM: APPS.AS_LEADS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_LEADS_ALL, status:VALID,
-
VIEW: APPS.ASO_I_ORDER_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_HEADERS_V, object_name:ASO_I_ORDER_HEADERS_V, status:VALID,
-
VIEW: APPS.ASO_I_ORDER_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_HEADERS_V, object_name:ASO_I_ORDER_HEADERS_V, status:VALID,
-
SYNONYM: APPS.HZ_LOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
SYNONYM: APPS.HZ_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
eTRM - ASO Tables and Views
12.2.2
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - BIM Tables and Views
12.2.2
description: Target segment level table . ,
-
eTRM - ASO Tables and Views
12.1.1
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - BIM Tables and Views
12.1.1
description: Target segment level table . ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - BIM Tables and Views
12.2.2
description: Target segment level table . ,
-
eTRM - ASO Tables and Views
12.1.1
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - ASO Tables and Views
12.2.2
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - BIM Tables and Views
12.1.1
description: Target segment level table . ,