Search Results bic_relationship_types
Overview
BIC.BIC_RELATIONSHIP_TYPES is a reference (lookup) table belonging to the BIC — Customer Intelligence product family, which Oracle has designated obsolete in current EBS releases. It stores the master list of relationship type codes that classify how one party (customer, contact, or organization) relates to another within the Customer Intelligence model — for example, relationships such as "spouse," "employee of," or "subsidiary of," depending on how the implementation seeded the table. Rather than holding transactional relationship instances, BIC_RELATIONSHIP_TYPES provides the permitted, display-enabled set of types that drive classification of actual party relationships elsewhere in the schema.
The ETRM metadata classifies this object, using a heuristic derived from its foreign-key structure, as a standalone Data Vault element. In Data Vault terms this is best treated as a hub-like reference dimension: it is not a link (it does not resolve many-to-many relationships between other hubs) and it is not a satellite of a single parent. Designers modeling this table as a raw vault object can treat PARTY_RELATIONSHIP_TYPE as the natural business key of the hub. Because the parent product is obsolete, the object is most commonly encountered today during legacy data migrations, discovery/impact analysis of the BIC schema, and archival reporting.
Key Information Stored
The table has eight documented columns. The most important include:
- PARTY_RELATIONSHIP_TYPE — the business-key attribute that identifies each relationship type. This is the column exposed through the unique index
BIC_RELATIONSHIP_TYPES_U1, confirming it as the true unique identifier of a row rather than the surrogate key. - DISPLAY_FLAG — a Y/N style indicator controlling whether the relationship type is presented to end users in UI lists and LOVs.
- SECURITY_GROUP_ID — the multi-tenancy/access-control column; it carries a foreign-key relationship to
FND_SECURITY_GROUPS, restricting which security group may view or use a given type. - LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — the standard WHO columns (audit attribution).
No separate surrogate primary-key column is documented; the sole unique index is the business-key candidate on PARTY_RELATIONSHIP_TYPE.
Common Use Cases and Queries
Typical usage centres on decoding relationship-type codes for reporting and validating that only display-enabled types are seeded:
- LOV population — retrieve the types available for selection, filtered by display flag and security group:
SELECT party_relationship_type FROM bic_relationship_types WHERE display_flag = 'Y' AND security_group_id = :g; - Code decode for joins — join a relationship fact table back to this lookup on the business key to render descriptions.
- Seed/migration validation — confirm all expected relationship types exist, especially before and after BIC-to-successor-product migration, since BIC is obsolete.
- Audit reporting — identify when types were created or last modified using the WHO columns, useful during evidence gathering for a data-governance or impact-assessment exercise.
Because the older BIC tables often duplicate security-group filtering, queries should always constrain SECURITY_GROUP_ID to avoid cross-tenant leakage.
Related Objects
- FND_SECURITY_GROUPS — joined via
BIC_RELATIONSHIP_TYPES.SECURITY_GROUP_ID → FND_SECURITY_GROUPS.SECURITY_GROUP_ID. The only documented foreign key of this table. - BIC_RELATIONSHIP_TYPES_U1 — the unique index enforcing the business key on
PARTY_RELATIONSHIP_TYPE. - Party relationship tables within the BIC schema (e.g., relationship-instance tables) — logically depend on this lookup through
PARTY_RELATIONSHIP_TYPEfor classification and validation, even though no explicit FK is documented. - BIC customer/organization objects — the parties referenced by relationships ultimately resolve to these entities.
- FND_APPLICATION — indirectly relevant for identifying the BIC product registration when tracing the obsolete module.
Given BIC's obsolete status, related-object discovery is best performed through the EBS data dictionary (FND tables and AD_ZD or DBA_ views) rather than relying on runtime dependency documentation.
-
Table: BIC_RELATIONSHIP_TYPES
12.1.1
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_RELATIONSHIP_TYPES, object_name:BIC_RELATIONSHIP_TYPES, status:VALID, product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: BIC.BIC_RELATIONSHIP_TYPES ,
-
Table: BIC_RELATIONSHIP_TYPES
12.2.2
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_RELATIONSHIP_TYPES, object_name:BIC_RELATIONSHIP_TYPES, status:VALID, product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: BIC.BIC_RELATIONSHIP_TYPES ,
-
SYNONYM: APPS.BIC_RELATIONSHIP_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BIC_RELATIONSHIP_TYPES, status:VALID,
-
VIEW: BIC.BIC_RELATIONSHIP_TYPES#
12.2.2
-
SYNONYM: APPS.BIC_RELATIONSHIP_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIC_RELATIONSHIP_TYPES, status:VALID,
-
VIEW: BIC.BIC_RELATIONSHIP_TYPES#
12.2.2
owner:BIC, object_type:VIEW, object_name:BIC_RELATIONSHIP_TYPES#, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
TABLE: BIC.BIC_RELATIONSHIP_TYPES
12.2.2
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_RELATIONSHIP_TYPES, object_name:BIC_RELATIONSHIP_TYPES, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
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
-
12.2.2 DBA Data
12.2.2
-
TABLE: BIC.BIC_RELATIONSHIP_TYPES
12.1.1
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_RELATIONSHIP_TYPES, object_name:BIC_RELATIONSHIP_TYPES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: BIC_PARTY_LIST_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIC_PARTY_LIST_V
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIC_PARTYLIST_SUMMARY_V
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIC_PARTYLIST_SUMMARY_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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
-
12.1.1 DBA Data
12.1.1