Search Results edw_source_instances
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 ,
-
Table: EDW_SOURCE_INSTANCES
12.2.2
product: BIS - Applications BIS , description: EDW_SOURCE_INSTANCES , implementation_dba_data: Not implemented in this database ,
-
APPS.EDW_SOURCE_INST_PKG SQL Statements
12.1.1
-
VIEW: APPS.EDW_SOURCE_INSTANCES_VL
12.1.1
-
APPS.BIS_INIT SQL Statements
12.1.1
-
SYNONYM: APPS.EDW_SOURCE_INSTANCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_SOURCE_INSTANCES, status:VALID,
-
APPS.EDW_SOURCE_INSTANCES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.EDW_SOURCE_INST_PKG
12.1.1
-
APPS.EDW_VBH_SETUP SQL Statements
12.1.1
-
View: EDW_SOURCE_INSTANCES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.EDW_SOURCE_INSTANCES_VL, object_name:EDW_SOURCE_INSTANCES_VL, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.EDW_SOURCE_INSTANCES_VL ,
-
TABLE: BIS.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,
-
PACKAGE BODY: APPS.FII_AR_TRX_DIST_F_D
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_AR_TRX_DIST_F_D, status:VALID,
-
View: EDW_SOURCE_INSTANCES_VL
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.FII_AR_RISK_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_AR_RISK_PKG, status:VALID,
-
PACKAGE BODY: APPS.EDW_VBH_SETUP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EDW_VBH_SETUP, status:VALID,
-
PACKAGE BODY: APPS.EDW_SOURCE_INST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EDW_SOURCE_INST_PKG, status:VALID,
-
PACKAGE BODY: APPS.EDW_SOURCE_INSTANCES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EDW_SOURCE_INSTANCES_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_AR_CASH_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_AR_CASH_PKG, status:VALID,
-
PACKAGE BODY: APPS.ISC_EDW_BACKLOG_SUM1_F_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ISC_EDW_BACKLOG_SUM1_F_C, status:VALID,
-
PACKAGE BODY: APPS.EDW_SOURCE_INSTANCES_PKG
12.1.1
-
PACKAGE BODY: APPS.EDW_SEC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EDW_SEC_PKG, status:VALID,
-
PACKAGE BODY: APPS.BIS_INIT
12.1.1
-
PACKAGE: APPS.EDW_SOURCE_INST_PKG
12.1.1
-
APPS.ISC_EDW_BACKLOG_SUM1_F_C SQL Statements
12.1.1
-
VIEW: APPS.EDW_SOURCE_INSTANCES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.EDW_SOURCE_INSTANCES_VL, object_name:EDW_SOURCE_INSTANCES_VL, status:VALID,
-
APPS.FII_AR_TRX_DIST_F_D SQL Statements
12.1.1
-
PACKAGE BODY: APPS.EDW_VBH_SETUP
12.1.1
-
APPS.FII_AR_RISK_PKG SQL Statements
12.1.1
-
APPS.EDW_SEC_PKG SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.EDW_INSTANCE_COLLECT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.EDW_DB_STATUS
12.1.1
-
APPS.EDW_CHECK_DATA_INTEGRITY SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FII_AR_TRX_DIST_F_D
12.1.1
-
APPS.FII_AR_CASH_PKG SQL Statements
12.1.1
-
APPS.EDW_SOURCE_INST_PKG dependencies on EDW_SOURCE_INSTANCES
12.1.1
-
APPS.FII_AR_TRX_DIST_F_D dependencies on EDW_SOURCE_INSTANCES
12.1.1
-
APPS.EDW_SEC_PKG dependencies on EDW_SOURCE_INSTANCES
12.1.1
-
APPS.FII_AR_RISK_PKG dependencies on EDW_SOURCE_INSTANCES
12.1.1
-
APPS.EDW_SOURCE_INSTANCES_PKG dependencies on EDW_SOURCE_INSTANCES
12.1.1
-
APPS.ISC_EDW_BACKLOG_SUM1_F_C dependencies on EDW_SOURCE_INSTANCES
12.1.1
-
APPS.FII_AR_CASH_PKG dependencies on EDW_SOURCE_INSTANCES
12.1.1
-
APPS.EDW_VBH_SETUP dependencies on EDW_SOURCE_INSTANCES
12.1.1
-
PACKAGE BODY: APPS.ISC_EDW_BACKLOG_SUM1_F_C
12.1.1
-
PACKAGE BODY: APPS.FII_AR_RISK_PKG
12.1.1
-
PACKAGE BODY: APPS.EDW_DB_STATUS
12.1.1
-
APPS.EDW_SOURCE_INST_PKG dependencies on EDW_SOURCE_INSTANCES_TL
12.1.1
-
APPS.EDW_SOURCE_INSTANCES_PKG dependencies on EDW_SOURCE_INSTANCES_TL
12.1.1