Search Results all_fk
Overview
EDW_POA_SPIM_SPLRITEM_LTC_IV is a reporting view owned by the APPS schema in Oracle E-Business Suite. The suffix convention _IV denotes an interface view, while the prefix EDW_POA_SPIM identifies the object as part of the Enterprise Data Warehouse (EDW) extract layer associated with Procurement Market Intelligence/Spend Performance (POA) sourcing and supplier item master (SPIM) subject areas. The view exposes supplier item data held in the EDW_POA_SPIM_SPLRITEM_LTC table, presenting both the surrogate key columns used by the warehouse and the descriptive business attributes of supplier items. Its role is to provide a stable, denormalized projection of supplier item information suitable for downstream reporting, data extraction, and integration with external analytics platforms.
Underlying Base Objects
The documented metadata lists no referenced base objects, but the embedded view text makes the source explicit. The view is defined as a single-table SELECT over EDW_POA_SPIM_SPLRITEM_LTC, a staging or load-to-column (LTC) table that holds supplier item records for the EDW pipeline. The view performs no joins and no filters; it projects the columns of the underlying table and renames the trailing ALL_FK column to OPERATION_CODE. Because the definition is a direct projection, all filtering, key resolution, and referential integrity are inherited from the base table. The ROWID pseudo-column is included and aliased as ROW_ID, giving each row a unique physical address within the base table.
Key Columns
ROW_ID— the ROWID of the source row in the base table.ALL_FK_KEYandSUPPLIER_ITEM_PK_KEY— surrogate key columns used to link this extract to other warehouse entities.ALL_FK— the all-purpose foreign key column in the base table; this same column is re-exposed asOPERATION_CODE, indicating the change operation (insert, update, delete) applied to the record during extraction.INSTANCE— identifies the source EBS instance for multi-instance consolidation.NAME— the supplier item name or description.SUPPLIER_ITEM_DP,SUPPLIER_ITEM_PK,SUPPLIER_NAME,SUPPLIER_SITE_CODE, andSUPPLIER_SITE_ITEM_DP— supplier item identifiers and their associated supplier and supplier site context.USER_ATTRIBUTE1throughUSER_ATTRIBUTE5— the standard EBS descriptive flexfield segments, carried through for flexible reporting.CREATION_DATEandLAST_UPDATE_DATE— standard audit columns for record creation and last modification.
Common Use Cases and Queries
This view is typically consumed by ETL routines and BI tools that need supplier item data alongside its change operation. Because the trailing ALL_FK value is renamed to OPERATION_CODE, queries can filter for incremental changes. For example, to retrieve newly inserted or updated supplier items for a given instance:
SELECT ROW_ID, SUPPLIER_ITEM_PK, SUPPLIER_NAME, NAME, OPERATION_CODE FROM APPS.EDW_POA_SPIM_SPLRITEM_LTC_IV WHERE INSTANCE = :instance AND OPERATION_CODE IN ('I','U');SELECT SUPPLIER_NAME, SUPPLIER_SITE_CODE, COUNT(*) FROM APPS.EDW_POA_SPIM_SPLRITEM_LTC_IV GROUP BY SUPPLIER_NAME, SUPPLIER_SITE_CODE;SELECT SUPPLIER_ITEM_PK_KEY, USER_ATTRIBUTE1, CREATION_DATE, LAST_UPDATE_DATE FROM APPS.EDW_POA_SPIM_SPLRITEM_LTC_IV WHERE LAST_UPDATE_DATE >= :last_run_date;
Typical scenarios include incremental supplier item extraction for the EDW, reconciliation of supplier site items against source EBS records, and reporting on user-defined flexfield attributes. Since the view performs no filtering, consumers are responsible for applying instance, date, and operation predicates to constrain result sets.
-
VIEW: APPS.EDW_POA_SPIM_SPLRITEM_LTC_IV
12.1.1
-
VIEW: APPS.EDW_POA_LNTP_LN_TYPE_LTC_IV
12.1.1
-
VIEW: BIM.EDW_BIM_IHRN_IH_REASON_LTC#
12.2.2
-
VIEW: BIM.EDW_BIM_IHOT_IH_OUTCOME_LTC#
12.2.2
-
VIEW: APPS.EDW_POA_SPIM_SPLRITEM_LCV
12.1.1
-
VIEW: OPI.EDW_OPI_PRDL_PRDL_LTC#
12.2.2
-
VIEW: BIM.EDW_BIM_LSTA_LEADSTATUS_LTC#
12.2.2
-
VIEW: OPI.EDW_MTL_UOMD_UOM_LTC#
12.2.2
-
VIEW: BIM.EDW_BIM_IHRS_IH_RESULT_LTC#
12.2.2
-
VIEW: BIM.EDW_BIM_MKSG_MKTSGMTS_LTC#
12.2.2
-
VIEW: BIM.EDW_BIM_MDCH_MDTYPES_LTC#
12.2.2
-
VIEW: BIM.EDW_BIM_OSTA_OPPSTATUS_LTC#
12.2.2
-
VIEW: OPI.EDW_OPI_OPRN_OPRC_LSTG#
12.2.2
-
VIEW: BIM.EDW_BIM_OFFR_OFFERS_LTC#
12.2.2
-
VIEW: BIM.EDW_BIM_TGST_TGSMT_L8_LTC#
12.2.2
-
VIEW: OPI.EDW_MTL_ILDM_OU_LSTG#
12.2.2
-
VIEW: OPI.EDW_OPI_PRDL_PRDL_LSTG#
12.2.2
-
APPS.FII_PROJECT_M_C SQL Statements
12.1.1
-
VIEW: OPI.EDW_OPI_ACTV_ACTV_LSTG#
12.2.2
-
VIEW: BIM.EDW_BIM_CSTA_CMPSTATS_LTC#
12.2.2
-
VIEW: OPI.EDW_OPI_LOTD_LOT_LSTG#
12.2.2
-
View: BIC_DIMV_CUST_CATEGORIES
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: BIM.EDW_BIM_IHMD_IH_MEDIA_LTC#
12.2.2
-
VIEW: BIM.EDW_BIM_CAMP_CMPGNS_L8_LTC#
12.2.2
-
VIEW: BIM.EDW_BIM_MDCH_CHANNELS_LTC#
12.2.2
-
View: BIC_DIMV_MARKET_SEGMENTS
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: BIM.EDW_BIM_LIST_SRCLSTS_LTC#
12.2.2
-
VIEW: APPS.FII_AP_PTRM_PAY_TERM_LCV
12.1.1
-
View: BIC_DIMV_MARKET_SEGMENTS
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIC_DIMV_CUST_CATEGORIES
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: BIM.EDW_BIM_LEAD_LEADS_LTC#
12.2.2
-
VIEW: APPS.EDWBV_HR_PERM_SPSR1_L15_LCV
12.1.1
-
VIEW: BIM.EDW_BIM_OPPR_OPRNTIES_LTC#
12.2.2
-
View: FII_AP_PTRM_PAY_TERM_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_PTRM_PAY_TERM_LCV, object_name:FII_AP_PTRM_PAY_TERM_LCV, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AP_PTRM_PAY_TERM_LCV ,
-
View: EDWBV_HR_PERM_SPSR1_L15_LCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FIIBV_AP_IVSR_INV_SOURCE_LCV
12.1.1
-
VIEW: APPS.FII_PROJ_CATEG1_LCV
12.1.1
-
VIEW: APPS.FII_AR_ARDN_DOC_NUM_LCV
12.1.1
-
VIEW: APPS.BIC_DIMV_OPERATING_UNITS
12.2.2
-
View: FIIBV_AP_IVSR_INV_SOURCE_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AP_IVSR_INV_SOURCE_LCV, object_name:FIIBV_AP_IVSR_INV_SOURCE_LCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_AP_IVSR_INV_SOURCE_LCV is the base view for Invoice Source level of Invoice Source dimension , implementation_dba_data: APPS.FIIBV_AP_IVSR_INV_SOURCE_LCV ,
-
VIEW: BIM.EDW_BIM_EVNT_EVENTS_LTC#
12.2.2
-
VIEW: APPS.EDWBV_ORGA_TREE1_LVL8_LCV
12.1.1
-
VIEW: APPS.BIC_DIMV_OPERATING_UNITS
12.1.1
-
VIEW: APPS.FII_PROJ_CATEG5_LCV
12.1.1
-
View: FIIBV_AP_IVSR_INV_SOURCE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_IVSR_INV_SOURCE_LCV is the base view for Invoice Source level of Invoice Source dimension , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AP_IVTY_INV_TYPE_LCV
12.1.1
-
View: BIC_DIMV_OPERATING_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIC.BIC_DIMV_OPERATING_UNITS, object_name:BIC_DIMV_OPERATING_UNITS, status:VALID, product: BIC - Customer Intelligence (obsolete) , description: This is dimension view for operating units. , implementation_dba_data: APPS.BIC_DIMV_OPERATING_UNITS ,
-
VIEW: APPS.FII_PROJ_CATEG4_LCV
12.1.1
-
VIEW: APPS.FII_PROJ_CATEG7_LCV
12.1.1
-
VIEW: APPS.FII_PROJ_CATEG2_LCV
12.1.1