Search Results user_attribute14
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
The BIS.EDW_SOURCE_INSTANCES table is a standalone configuration and metadata repository within the Applications BIS (Business Intelligence System) schema of Oracle E-Business Suite 12.1.1 and 12.2.2. It defines the set of source instances from which the Enterprise Data Warehouse (EDW) and related BIS extraction programs draw data. Each row represents one source instance registered for warehouse processing, carrying the instance identifier, enablement state, and linkage to the warehouse-to-instance mapping. Because the table is owned by the BIS schema, it is populated and referenced by BI System Administration and Warehouse Builder-style setup processes rather than by transactional application modules.
Mined foreign-key structure classifies this object heuristically as a standalone entity. Its only documented inbound reference is the self-contained column ROW_ID pointing to CS_SYSTEMS_ALL_B_TEMP. In Data Vault modeling terms, this suggests the table behaves less like a conventional hub surrounded by satellites and more like an isolated reference or control table whose business identity is captured by the unique INSTANCE_CODE. Practitioners building a Data Vault layer should treat INSTANCE_CODE as the natural business key and the surrogate INSTANCE_PK/INSTANCE_PK_KEY as the technical key.
Key Information Stored
The table comprises 35 documented columns. The most operationally significant are listed below; the remaining columns are auditing and descriptive attributes.
- INSTANCE_CODE — the business-key candidate, enforced by unique index
EDW_SOURCE_INSTANCES_U1. It is the human-readable identifier for a source instance. - INSTANCE_PK / INSTANCE_PK_KEY / ALL_FK / ALL_FK_KEY — surrogate and composite key columns used to resolve instance identity across the BIS schema.
- ROW_ID — the foreign-key column referencing
CS_SYSTEMS_ALL_B_TEMP, tying the instance to a system definition record. - ENABLED_FLAG — indicates whether the instance is active for extraction and load processing.
- WAREHOUSE_TO_INSTANCE_LINK — associates the instance with its warehouse mapping.
- INSTANCE_DP — the data-point or deployment descriptor for the instance.
- NAME / DESCRIPTION — descriptive labels for the registered instance.
- REQUEST_ID — links the row to the concurrent request that created or updated it.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard EBS WHO audit columns.
- USER_ATTRIBUTE1 through USER_ATTRIBUTE15 — the standard EBS descriptive-flexfield placeholder set.
- OPERATION_CODE, COLLECTION_STATUS, ERROR_CODE — status and diagnostic fields for the collection process.
Common Use Cases and Queries
Typical usage centres on diagnostics and setup validation for the EDW source-instance configuration. A common query enumerates enabled instances:
SELECT instance_code, name, warehouse_to_instance_link FROM bis.edw_source_instances WHERE enabled_flag = 'Y';- Join to
CS_SYSTEMS_ALL_B_TEMPonROW_IDto enrich instance records with system definitions. - Filter on
COLLECTION_STATUSandERROR_CODEto isolate instances with failed or incomplete collections.
Reporting use cases include auditing which instances are registered versus enabled, reconciling concurrent request history via REQUEST_ID, and validating instance mappings before initiating a warehouse load.
Related Objects
- CS_SYSTEMS_ALL_B_TEMP — referenced by
EDW_SOURCE_INSTANCES.ROW_ID; the primary related table. - EDW_SOURCE_INSTANCES_U1 — the unique index on
INSTANCE_CODE. - BIS warehouse configuration and collection-status tables that consume
INSTANCE_PKandWAREHOUSE_TO_INSTANCE_LINK. - Concurrent processing tables joined via
REQUEST_ID.
-
Table: EDW_SOURCE_INSTANCES
12.1.1
owner:BIS, object_type:TABLE, fnd_design_data:BIS.EDW_SOURCE_INSTANCES, object_name:EDW_SOURCE_INSTANCES, status:VALID, product: BIS - Applications BIS , description: EDW_SOURCE_INSTANCES , implementation_dba_data: BIS.EDW_SOURCE_INSTANCES ,
-
View: EDW_MRP_FCDM_FORECAST_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_ILDM_SUB_INV_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_UOM_CONV_F_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_ILDM_LOCATOR_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_DCDM_DEMAND_CLS_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MRP_FCDM_FCST_SET_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MRP_FCDM_FCST_SET_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MRP_PNDM_PLAN_NAME_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_BIM_SCHN_SLSCHN_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_UOM_CONV_F_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_UOM_CLS_CONV_F_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_BIM_SCHN_SLSCHN_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_ILDM_PLANT_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_ILDM_LOCATOR_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MRP_FCDM_FORECAST_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_ILDM_SUB_INV_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_DCDM_DEMAND_CLS_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_UOM_CLS_CONV_F_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_ILDM_PLANT_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MRP_PNDM_PLAN_NAME_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,