Search Results ship_to_site_fk
Overview
BIM_EDW_LEADS_FCV is a foreign-key (FK) resolution view belonging to the Oracle E-Business Suite BIM - Marketing Intelligence product family. In the ETRM documentation the module is flagged as Obsolete and the view is explicitly recorded as "Not implemented in this database." The physical object is therefore a data-warehouse staging artifact intended to feed an external Enterprise Data Warehouse (EDW) or business-intelligence layer rather than a transactional reporting view consumed directly by Oracle EBS forms.
The view presents marketing sales-lead data in a star-schema-ready form. Its purpose is surrogate-key generation: rather than returning raw operational identifiers, it emits composite _FK columns of the form <business_value>-<INSTANCE_CODE>, resolving natural business keys into conformed EDW dimension keys. Because the user's search term is cmpgn_status_fk, the view is of interest primarily to anyone inspecting how campaign-status dimensionality is derived for lead-fact loading.
Underlying Base Objects
ETRM records no documented base objects for this view, so the definition must be inferred from the embedded SQL text. The principal sources are:
- ASLL — the sales-lead line table (aliased
SALES_LEAD_LINE_ID,SOURCE_PROMOTION_ID,OFFER_ID,BUDGET_AMOUNT,UOM_CODE,INVENTORY_ITEM_ID, interest-code columns). - ASL — the parent sales-lead header (
CUSTOMER_ID,STATUS_CODE,CHANNEL_CODE,CURRENCY_CODE,ADDRESS_ID,CREATION_DATE). - BSCD — a marketing campaign/event staging source supplying
CAMPAIGN_FK,EVENT_FKandMEDIA_CHANNEL_FK. - INST — an instance-registry source providing
INSTANCE_CODE, the discriminator appended to every key.
Several dimension keys are not table-derived at all but are computed on the fly by PL/SQL package functions: EDW_BIM_CMPSTATS_PKG.GET_CAMPAIGN_STATUS_FK, EDW_BIM_MKTSGMTS_PKG.GET_MKTSGMT_FK, EDW_BIM_TRGTSGMTS_PKG.GET_TRGTSGMT_FK, EDW_BIM_SRCLISTS_PKG.GET_SRCLIST_FK, EDW_ITEMS_PKG.GET_ITEM_FK, and the utility routines EDW_UTIL.GET_EDW_BASE_UOM and EDW_CURRENCY.CONVERT_GLOBAL_AMOUNT. The view thus depends on these packages remaining valid in the database.
Key Columns
LEAD_LINE_PK— composite primary key concatenatingSALES_LEAD_LINE_IDandINSTANCE_CODE.CMPGN_STATUS_FK— the column of interest. It is generated byEDW_BIM_CMPSTATS_PKG.GET_CAMPAIGN_STATUS_FK, takingASLL.SOURCE_PROMOTION_IDand the instance code to resolve the campaign-status dimension surrogate key.CMPGN_FK,EVENT_FK,MEDCHNL_FK— campaign, event and media-channel dimension keys sourced from BSCD.MKTSGMT_FK,TGTSGMT_FK,SRCLST_FK— market-segment, target-segment and source-list keys derived from customer/date/instance combinations.OFFER_FK,LEADLINE_FK,LEADSTATUS_FK,CUSTOMER_FK,ITEM_FK,UOM_FK,SLSCHNL_FK— additional conformed dimensions. Empty values are normalized to the sentinelNA_EDW.TIME_FK— derived asTO_CHAR(CREATION_DATE,'DD-MM-YYYY')||'-DAY'.LEAD_AMOUNT_G/LEAD_AMOUNT_B— global and base currency lead amounts, the latter returned asNULL.
Common Use Cases and Queries
The view is typically queried during EDW extract validation, FK-resolution troubleshooting, or impact analysis on the campaign-status package. Because the object is marked not implemented, queries on a 12.1.1/12.2.2 instance will normally fail with ORA-00942 unless a custom copy exists.
To inspect campaign-status resolution for a lead:
SELECT LEAD_LINE_PK, CMPGN_FK, CMPGN_STATUS_FK, EVENT_FK, CUSTOMER_FK FROM BIM_EDW_LEADS_FCV WHERE CMPGN_STATUS_FK = 'NA_EDW';SELECT CMPGN_STATUS_FK, COUNT(*) FROM BIM_EDW_LEADS_FCV GROUP BY CMPGN_STATUS_FK;
To verify the view exists before reliance, query ALL_VIEWS or DBA_OBJECTS for the object name, and confirm package validity for EDW_BIM_CMPSTATS_PKG in ALL_OBJECTS.
-
View: BIM_EDW_LEADS_FCV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_OPRNTIES_FCV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_LEADS_FCV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_INTRCTNS_FCV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_INTRCTNS_FCV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_EVTFRCST_FCV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_OPRNTIES_FCV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_TRX_DIST_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_TRX_DIST_FCV, object_name:FII_AR_TRX_DIST_FCV, status:VALID, product: FII - Financial Intelligence , description: Internal view used for warehouse data extraction , implementation_dba_data: APPS.FII_AR_TRX_DIST_FCV ,
-
View: FII_AR_TRX_DIST_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal view used for warehouse data extraction , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_CMPFRCST_FCV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_CMPFRCST_FCV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_EVTFRCST_FCV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AR_TRX_DIST_FCV
12.1.1
-
View: FII_AR_E_REVENUE_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_E_REVENUE_FCV is the collection view for FII_AR_E_REVENUE_F fact , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_E_REVENUE_FCV
12.1.1
product: FII - Financial Intelligence , description: FII_AR_E_REVENUE_FCV is the collection view for FII_AR_E_REVENUE_F fact , implementation_dba_data: Not implemented in this database ,
-
View: OPI_EDW_OPMCOGS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPMCOGS_FCV, object_name:OPI_EDW_OPMCOGS_FCV, status:VALID, product: OPI - Operations Intelligence , description: This is the source view for extracting Cost of gods sold and shipment data from the Process Manufacturing source tables. , implementation_dba_data: APPS.OPI_EDW_OPMCOGS_FCV ,
-
View: OPI_EDW_OPMCOGS_FCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: This is the source view for extracting Cost of gods sold and shipment data from the Process Manufacturing source tables. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AR_TRX_DIST_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_TRX_DIST_FCV, object_name:FII_AR_TRX_DIST_FCV, status:VALID,
-
APPS.FII_AR_TRX_DIST_F_D SQL Statements
12.1.1
-
APPS.FII_AR_TRX_DIST_F_C SQL Statements
12.1.1
-
TABLE: BIM.BIM_EDW_INTRCTNS_FSTG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_INTRCTNS_FSTG, object_name:BIM_EDW_INTRCTNS_FSTG, status:VALID,
-
APPS.OPI_EDW_OPMCOGS_F_C SQL Statements
12.1.1
-
VIEW: APPS.OPI_EDW_OPMCOGS_FCV
12.1.1
-
View: CST_EDW_COGS_V
12.1.1
product: BOM - Bills of Material , implementation_dba_data: Not implemented in this database ,
-
View: CST_EDW_COGS_V
12.2.2
product: BOM - Bills of Material , implementation_dba_data: Not implemented in this database ,
-
TABLE: BIM.BIM_EDW_LEADS_FSTG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_LEADS_FSTG, object_name:BIM_EDW_LEADS_FSTG, status:VALID,
-
TABLE: BIM.BIM_EDW_OPRNTIES_FSTG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_OPRNTIES_FSTG, object_name:BIM_EDW_OPRNTIES_FSTG, status:VALID,
-
TABLE: BIM.BIM_EDW_CMPFRCST_FSTG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_CMPFRCST_FSTG, object_name:BIM_EDW_CMPFRCST_FSTG, status:VALID,
-
TABLE: BIM.BIM_EDW_EVTFRCST_FSTG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_EVTFRCST_FSTG, object_name:BIM_EDW_EVTFRCST_FSTG, status:VALID,
-
VIEW: APPS.OPI_EDW_COGS_FCV
12.1.1
owner:APPS, object_type:VIEW, object_name:OPI_EDW_COGS_FCV, status:VALID,
-
APPS.OPI_EDW_COGS_F_C SQL Statements
12.1.1
-
VIEW: APPS.OPI_EDW_OPMCOGS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPMCOGS_FCV, object_name:OPI_EDW_OPMCOGS_FCV, status:VALID,
-
VIEW: APPS.OPI_EDW_COGS_FCV
12.1.1
-
PACKAGE BODY: APPS.OPI_EDW_COGS_FOPM_SZ
12.1.1
-
TABLE: OPI.OPI_EDW_COGS_FSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_COGS_FSTG, object_name:OPI_EDW_COGS_FSTG, status:VALID,
-
View: CST_EDW_BACKLOG_V
12.2.2
product: BOM - Bills of Material , implementation_dba_data: Not implemented in this database ,
-
View: CST_EDW_BACKLOG_V
12.1.1
product: BOM - Bills of Material , implementation_dba_data: Not implemented in this database ,
-
TABLE: FII.FII_E_REVENUE_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_E_REVENUE_FSTG, object_name:FII_E_REVENUE_FSTG, status:VALID,
-
PACKAGE BODY: APPS.FII_AR_TRX_DIST_F_D
12.1.1
-
PACKAGE BODY: APPS.OPI_EDW_OPMCOGS_F_C
12.1.1
-
VIEW: APPS.FIIBV_AR_TRX_DIST_FCV
12.1.1
owner:APPS, object_type:VIEW, object_name:FIIBV_AR_TRX_DIST_FCV, status:VALID,
-
PACKAGE BODY: APPS.OPI_EDW_COGS_F_C
12.1.1
-
TABLE: FII.FII_AR_TRX_DIST_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AR_TRX_DIST_FSTG, object_name:FII_AR_TRX_DIST_FSTG, status:VALID,
-
PACKAGE BODY: APPS.OPI_EDW_COGS_F_SZ
12.1.1
-
PACKAGE BODY: APPS.FII_AR_TRX_DIST_F_C
12.1.1
-
eTRM - BIM Tables and Views
12.1.1
description: Target segment level table . ,
-
eTRM - OPI Tables and Views
12.1.1
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,