Search Results pv_attributes_b
Overview
The PV_ATTRIBUTES_B table is a core master data table within the Oracle E-Business Suite Partner Management (PV) module. It serves as the central repository for defining the identifiers and metadata of partner attributes. In essence, this table stores the definition of what attributes can be tracked for partners (or partner entities), such as industry classification, certification status, or annual revenue range. It does not store the actual values for specific partners; rather, it defines the attributes themselves. Its primary role is to establish a controlled, reusable catalog of characteristics that can be assigned to partner profiles, enabling structured data capture, segmentation, and analysis across the partner ecosystem.
Key Information Stored
While the provided ETRM excerpt does not list specific columns, the table's primary key is documented as ATTRIBUTE_ID. This unique numeric identifier is the critical column, serving as the foreign key for numerous related tables. Based on its role as a definition table, it would typically contain columns that define the attribute's behavior and presentation, such as: ATTRIBUTE_NAME, DATA_TYPE (e.g., VARCHAR2, NUMBER, DATE), DISPLAY_FLAG, REQUIRED_FLAG, and columns for controlling user interface behavior and validation. The '_B' suffix indicates it is the base table for a translated object, with language-specific names stored in the related PV_ATTRIBUTES_TL table.
Common Use Cases and Queries
This table is fundamental for administrative setups and data integrity reports. Common scenarios include listing all active attributes available for partner profiling or identifying attributes used in specific contexts like partner searches or trend analysis. A typical query retrieves the master list of attributes, often joined to its translation table for descriptive names.
- Sample Query:
SELECT b.ATTRIBUTE_ID, tl.NAME, b.DATA_TYPE FROM PV.PV_ATTRIBUTES_B b, PV.PV_ATTRIBUTES_TL tl WHERE b.ATTRIBUTE_ID = tl.ATTRIBUTE_ID AND tl.LANGUAGE = USERENV('LANG'); - Reporting Use Case: Generating a data dictionary of all partner attributes, their data types, and their relationships to other entities (like responsibilities or entity types) by joining to foreign key tables such as PV_ATTRIB_RESP_MAPPINGS or PV_ATTRIBUTE_USAGES.
Related Objects
The PV_ATTRIBUTES_B table has extensive relationships, as shown by its many foreign keys. It is the parent table for a significant portion of the Partner Management data model.
- PV_ATTRIBUTES_TL: Stores translated names/descriptions for attributes (joined on ATTRIBUTE_ID).
- PV_ENTITY_ATTRS: Stores the actual attribute values for specific partner entities (joined on ATTRIBUTE_ID).
- PV_ATTRIBUTE_CODES_B & PV_ATTRIBUTE_CODES: Store valid values for code-type attributes (joined on ATTRIBUTE_ID).
- PV_ATTRIBUTE_USAGES: Links attributes to specific partner entity types (joined on ATTRIBUTE_ID).
- PV_ENTITY_ATTR_TRENDS & PV_SEARCH_ATTR_VALUES: Support historical tracking and search functionality for attribute values (joined on ATTRIBUTE_ID).
- PV_ATTRIB_RESP_MAPPINGS: Maps attributes to responsibilities for data security (joined on ATTRIBUTE_ID).
- PV_ENTITY_ATTR_MAPPINGS: Defines attribute mapping rules between entities, referencing ATTRIBUTE_ID as both SOURCE_ATTR_ID and TARGET_ATTR_ID.
-
Table: PV_ATTRIBUTES_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ATTRIBUTES_B, object_name:PV_ATTRIBUTES_B, status:VALID, product: PV - Partner Management , description: Partner attribute identifiers , implementation_dba_data: PV.PV_ATTRIBUTES_B ,
-
Table: PV_ATTRIBUTES_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ATTRIBUTES_B, object_name:PV_ATTRIBUTES_B, status:VALID, product: PV - Partner Management , description: Partner attribute identifiers , implementation_dba_data: PV.PV_ATTRIBUTES_B ,
-
APPS.PV_PARTNER_TREND_PVT dependencies on PV_ATTRIBUTES_B
12.2.2
-
APPS.PV_ENTY_ATTR_VALUE_PVT dependencies on PV_ATTRIBUTES_B
12.1.1
-
APPS.PV_COMMON_CHECKS_PVT dependencies on PV_ATTRIBUTES_B
12.1.1
-
APPS.AS_SALES_LEAD_ENGINE_PVT dependencies on PV_ATTRIBUTES_B
12.1.1
-
APPS.PV_ATTRIBUTE_PKG dependencies on PV_ATTRIBUTES_B
12.1.1
-
APPS.PV_ATTRIBUTE_PVT dependencies on PV_ATTRIBUTES_B
12.1.1
-
APPS.PV_ATTRIBUTE_PKG dependencies on PV_ATTRIBUTES_B
12.2.2
-
APPS.PV_ATTRIBUTE_PVT dependencies on PV_ATTRIBUTES_B
12.2.2
-
APPS.PV_PARTNER_TREND_PVT dependencies on PV_ATTRIBUTES_B
12.1.1
-
APPS.PV_ENTY_ATTR_VALUE_PVT dependencies on PV_ATTRIBUTES_B
12.2.2
-
APPS.AS_SALES_LEAD_ENGINE_PVT dependencies on PV_ATTRIBUTES_B
12.2.2
-
APPS.PV_CONTEXT_VALUES dependencies on PV_ATTRIBUTES_B
12.1.1
-
APPS.PV_CONTEXT_VALUES dependencies on PV_ATTRIBUTES_B
12.2.2
-
APPS.PV_COMMON_CHECKS_PVT dependencies on PV_ATTRIBUTES_B
12.2.2
-
APPS.PV_PARTNER_TREND_PVT dependencies on PV_ENTITY_ATTRS
12.2.2
-
APPS.PV_PARTNER_TREND_PVT dependencies on PV_ENTITY_ATTRS
12.1.1
-
Table: PV_ENTITY_ATTR_MAPPINGS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ENTITY_ATTR_MAPPINGS, object_name:PV_ENTITY_ATTR_MAPPINGS, status:VALID, product: PV - Partner Management , description: Entity attributes mapping , implementation_dba_data: PV.PV_ENTITY_ATTR_MAPPINGS ,
-
TRIGGER: APPS.PV_ATTRIBUTES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PV_ATTRIBUTES_B+, status:VALID,
-
VIEW: PV.PV_ATTRIBUTES_B#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_ATTRIBUTES_B#, status:VALID,
-
APPS.PV_PARTNER_TREND_PVT dependencies on PV_ATTRIBUTES_TL
12.1.1
-
APPS.PV_COMMON_CHECKS_PVT SQL Statements
12.2.2
-
Table: PV_ENTITY_ATTR_MAPPINGS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ENTITY_ATTR_MAPPINGS, object_name:PV_ENTITY_ATTR_MAPPINGS, status:VALID, product: PV - Partner Management , description: Entity attributes mapping , implementation_dba_data: PV.PV_ENTITY_ATTR_MAPPINGS ,
-
APPS.PV_CONTEXT_VALUES dependencies on PV_ENTITY_ATTRS
12.1.1
-
APPS.PV_CONTEXT_VALUES dependencies on PV_ENTITY_ATTRS
12.2.2
-
SYNONYM: APPS.PV_ATTRIBUTES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PV_ATTRIBUTES_B, status:VALID,
-
APPS.PV_PARTNER_TREND_PVT dependencies on PV_ATTRIBUTES_TL
12.2.2
-
VIEW: PV.PV_ATTRIBUTES_B#
12.2.2
-
SYNONYM: APPS.PV_ATTRIBUTES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PV_ATTRIBUTES_B, status:VALID,
-
TRIGGER: APPS.PV_ATTRIBUTES_B+
12.2.2
-
VIEW: APPS.PV_ATTRIBUTES_VL
12.2.2
-
VIEW: APPS.PV_ATTRIBUTES_VL
12.1.1
-
APPS.PV_COMMON_CHECKS_PVT SQL Statements
12.1.1
-
TABLE: PV.PV_ATTRIBUTES_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ATTRIBUTES_B, object_name:PV_ATTRIBUTES_B, status:VALID,
-
Table: PV_ENTITY_ATTR_TRENDS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ENTITY_ATTR_TRENDS, object_name:PV_ENTITY_ATTR_TRENDS, status:VALID, product: PV - Partner Management , description: Entity attributes , implementation_dba_data: PV.PV_ENTITY_ATTR_TRENDS ,
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
APPS.PV_ATTRIBUTE_PKG SQL Statements
12.2.2
-
APPS.PV_ATTRIBUTE_PKG SQL Statements
12.1.1
-
Table: PV_ENTITY_ATTRS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ENTITY_ATTRS, object_name:PV_ENTITY_ATTRS, status:VALID, product: PV - Partner Management , description: Entity attributes , implementation_dba_data: PV.PV_ENTITY_ATTRS ,
-
Table: PV_ATTRIBUTE_USAGES
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ATTRIBUTE_USAGES, object_name:PV_ATTRIBUTE_USAGES, status:VALID, product: PV - Partner Management , description: Attribute used for - Opportunity, Partner,Locator , implementation_dba_data: PV.PV_ATTRIBUTE_USAGES ,
-
Table: PV_ATTRIB_RESP_MAPPINGS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ATTRIB_RESP_MAPPINGS, object_name:PV_ATTRIB_RESP_MAPPINGS, status:VALID, product: PV - Partner Management , implementation_dba_data: PV.PV_ATTRIB_RESP_MAPPINGS ,
-
TABLE: PV.PV_ATTRIBUTES_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ATTRIBUTES_B, object_name:PV_ATTRIBUTES_B, status:VALID,
-
FUNCTION: APPS.PV_ATTRIBUTES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:PV_ATTRIBUTES_B=, status:VALID,
-
Table: PV_ENTITY_ATTRS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ENTITY_ATTRS, object_name:PV_ENTITY_ATTRS, status:VALID, product: PV - Partner Management , description: Entity attributes , implementation_dba_data: PV.PV_ENTITY_ATTRS ,
-
Table: PV_SEARCH_ATTR_VALUES
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_SEARCH_ATTR_VALUES, object_name:PV_SEARCH_ATTR_VALUES, status:VALID, product: PV - Partner Management , description: Partner Attribute Text , implementation_dba_data: PV.PV_SEARCH_ATTR_VALUES ,
-
Table: PV_ATTRIB_RESP_MAPPINGS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ATTRIB_RESP_MAPPINGS, object_name:PV_ATTRIB_RESP_MAPPINGS, status:VALID, product: PV - Partner Management , description: This table is used to store the attribute responsibility mappings. , implementation_dba_data: PV.PV_ATTRIB_RESP_MAPPINGS ,
-
Table: PV_ENTY_SELECT_CRITERIA
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ENTY_SELECT_CRITERIA, object_name:PV_ENTY_SELECT_CRITERIA, status:VALID, product: PV - Partner Management , description: Entity selection criteria , implementation_dba_data: PV.PV_ENTY_SELECT_CRITERIA ,
-
Table: PV_ENTY_ATTR_VALUES
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ENTY_ATTR_VALUES, object_name:PV_ENTY_ATTR_VALUES, status:VALID, product: PV - Partner Management , description: Partner attribute values , implementation_dba_data: PV.PV_ENTY_ATTR_VALUES ,
-
FUNCTION: APPS.PV_ATTRIBUTES_B=
12.2.2