Search Results bic_lc_setup_all
Overview
BIC_LC_SETUP_ALL is a table owned by the BIC schema (Customer Intelligence) in Oracle E-Business Suite 12.1.1 and 12.2.2. The product line is documented as obsolete, meaning Oracle no longer actively develops or supports Customer Intelligence functionality within the standard EBS footprint. Despite this status, the table remains VALID in the data dictionary, and legacy installations may still reference it for historical reporting, migration, or archival purposes.
The table is described as holding "Lifecycle related Setup information." In practice, this suggests it stored configuration or staging parameters that governed how lifecycle processing—typically customer lifecycle analytics and derived measures—was defined and executed within the BIC product. It captures stage-level definitions along with comparison operators and threshold values used during analysis.
From a heuristic Data Vault modeling perspective, the metadata classifies this object as standalone. This is a modeling suggestion only: the table does not participate in a conventional hub-and-link topology as mined from its foreign key structure, but rather behaves as an independent or loosely coupled reference/setup entity. Analysts modeling this into a vault would likely treat it as a standalone satellite or reference table rather than a core hub.
Key Information Stored
The table contains 15 documented columns, with the most significant summarized below:
- STAGE_ID — The primary business-key component and a foreign key to ECE_STAGE. It identifies the lifecycle stage whose setup is being defined.
- ORG_ID — The operating unit or organization context, supporting multi-org partitioning of setup data.
- STAGE_CODE and STAGE_NAME — The short code and descriptive name of the lifecycle stage.
- MEASURE_VALUE1 and MEASURE_VALUE2 — Threshold or comparison values used by the lifecycle measurement logic.
- MEASURE_VALUE1_OP and MEASURE_VALUE2_OP — Operators (for example, greater than, less than, equals) applied to the corresponding measure values.
- SECURITY_GROUP_ID — Foreign key to FND_SECURITY_GROUPS, enforcing row-level security and data access control.
- ZD_EDITION_NAME — The editioning identifier used by EBS 12.2's online patching architecture; combined with STAGE_ID it forms the unique business key.
- Audit columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, and LAST_UPDATE_LOGIN capture standard WHO-column auditing.
The unique index BIC_LC_SETUP_U1 (STAGE_ID, ZD_EDITION_NAME) establishes the business-key candidate. Notably, there is no single-column surrogate primary key documented; the unique index serves as the effective identifier.
Common Use Cases and Queries
Because the BIC product is obsolete, primary use cases involve data extraction, historical analysis, and migration off the legacy schema. Typical patterns include:
- Reporting on lifecycle stage thresholds configured per organization.
- Auditing which stages were active or customized prior to decommissioning.
- Migrating setup definitions into a supported analytics platform.
A representative query joining to the stage definition might resemble:
- SELECT s.STAGE_ID, s.STAGE_CODE, s.STAGE_NAME, s.MEASURE_VALUE1, s.MEASURE_VALUE1_OP FROM BIC.BIC_LC_SETUP_ALL s WHERE s.STAGE_ID = :stage_id;
When querying in a 12.2 environment, analysts should filter or be aware of ZD_EDITION_NAME to avoid returning rows from multiple editions during the online patching cycle.
Related Objects
- ECE_STAGE — Joined via STAGE_ID; provides the stage master definition.
- FND_SECURITY_GROUPS — Joined via SECURITY_GROUP_ID; controls row-level access.
- BIC_LC_SETUP_U1 — The unique index enforcing (STAGE_ID, ZD_EDITION_NAME).
- Other BIC lifecycle and staging tables that share the STAGE_ID and SECURITY_GROUP_ID keys, used together in setup and processing flows.
Given its obsolete status and standalone classification, dependency analysis should focus on these two documented foreign keys and the unique index rather than a broad relational web.
-
Table: BIC_LC_SETUP_ALL
12.1.1
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_LC_SETUP_ALL, object_name:BIC_LC_SETUP_ALL, status:VALID, product: BIC - Customer Intelligence (obsolete) , description: Lifecycle related Setup information , implementation_dba_data: BIC.BIC_LC_SETUP_ALL ,
-
Table: BIC_LC_SETUP_ALL
12.2.2
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_LC_SETUP_ALL, object_name:BIC_LC_SETUP_ALL, status:VALID, product: BIC - Customer Intelligence(Obsolete) , description: Lifecycle related Setup information , implementation_dba_data: BIC.BIC_LC_SETUP_ALL ,
-
VIEW: BIC.BIC_LC_SETUP_ALL#
12.2.2
owner:BIC, object_type:VIEW, object_name:BIC_LC_SETUP_ALL#, status:VALID,
-
SYNONYM: APPS.BIC_LC_SETUP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIC_LC_SETUP_ALL, status:VALID,
-
TRIGGER: APPS.BIC_LC_SETUP_ALL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:BIC_LC_SETUP_ALL+, status:VALID,
-
SYNONYM: APPS.BIC_LC_SETUP_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BIC_LC_SETUP_ALL, status:VALID,
-
VIEW: BIC.BIC_LC_SETUP_ALL#
12.2.2
-
TRIGGER: APPS.BIC_LC_SETUP_ALL+
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.BIC_LC_SETUP_ALL=
12.2.2
-
TABLE: BIC.BIC_LC_SETUP_ALL
12.1.1
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_LC_SETUP_ALL, object_name:BIC_LC_SETUP_ALL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
TABLE: BIC.BIC_LC_SETUP_ALL
12.2.2
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_LC_SETUP_ALL, object_name:BIC_LC_SETUP_ALL, status:VALID,
-
View: BIC_LC_SETUP
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
View: BIC_LC_SETUP
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.BIC_LIFECYCLE_EXTRACT_PKG SQL Statements
12.1.1
-
FUNCTION: APPS.BIC_LC_SETUP_ALL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:BIC_LC_SETUP_ALL=, status:VALID,
-
APPS.BIC_LIFECYCLE_EXTRACT_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.BIC_LIFECYCLE_EXTRACT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BIC_LIFECYCLE_EXTRACT_PKG, status:VALID,
-
PACKAGE BODY: APPS.BIC_LIFECYCLE_EXTRACT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIC_LIFECYCLE_EXTRACT_PKG, status:VALID,
-
eTRM - BIC Tables and Views
12.2.2
description: This table stores industry standard values for satisfaction ,
-
eTRM - BIC Tables and Views
12.1.1
description: This table stores industry standard values for satisfaction ,
-
PACKAGE BODY: APPS.BIC_LIFECYCLE_EXTRACT_PKG
12.2.2
-
PACKAGE BODY: APPS.BIC_LIFECYCLE_EXTRACT_PKG
12.1.1
-
APPS.BIC_LIFECYCLE_EXTRACT_PKG dependencies on BIC_LC_SETUP_ALL
12.1.1
-
APPS.BIC_LIFECYCLE_EXTRACT_PKG dependencies on BIC_LC_SETUP_ALL
12.2.2
-
eTRM - BIC Tables and Views
12.2.2
description: This table stores industry standard values for satisfaction ,
-
eTRM - BIC Tables and Views
12.1.1
description: This table stores industry standard values for satisfaction ,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
APPS.BIC_LIFECYCLE_EXTRACT_PKG dependencies on BIC_LIFECYCLE_EXTRACT_PKG
12.2.2
-
APPS.BIC_LIFECYCLE_EXTRACT_PKG dependencies on BIC_LIFECYCLE_EXTRACT_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.BIC_LIFECYCLE_EXTRACT_PKG dependencies on BIC_SUMMARY_EXTRACT_PKG
12.1.1
-
APPS.BIC_LIFECYCLE_EXTRACT_PKG dependencies on BIC_SUMMARY_EXTRACT_PKG
12.2.2
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1