Search Results pv_ge_notif_rules_b
Overview
The table PV_GE_NOTIF_RULES_B is a core data object within the Oracle E-Business Suite (EBS) Partner Management (PV) module. It functions as the base table for storing notification rule definitions. Its primary role is to capture and manage the business rules that govern automated notifications for specific entities within the partner ecosystem. These rules are essential for driving communication workflows, such as alerting partners about program changes, status updates, or required actions, thereby facilitating automated and timely interactions between the enterprise and its partners.
Key Information Stored
While the provided metadata does not list all columns, the structure centers on the notification rule's definition and its relationship to a target entity. The critical columns include NOTIF_RULE_ID, which serves as the unique primary key identifier for each rule. The column NOTIF_FOR_ENTITY_ID is a crucial foreign key that links the notification rule to a specific entity, such as a partner program. Other columns typically found in such a base table would store attributes like the notification trigger event, the rule's active status (enabled/disabled), the application or module context, and creation/update audit information (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE).
Common Use Cases and Queries
A primary use case is the administration and auditing of partner notification configurations. System administrators or functional consultants may query this table to review all active notification rules associated with a specific partner program. A common reporting need is to identify rules triggered by a particular business event. Sample SQL to list rules for a given program entity would involve joining with the PV_PARTNER_PROGRAM_B table:
- SELECT r.NOTIF_RULE_ID, p.PROGRAM_NAME
FROM PV.PV_GE_NOTIF_RULES_B r,
PV.PV_PARTNER_PROGRAM_B p
WHERE r.NOTIF_FOR_ENTITY_ID = p.PARTNER_PROGRAM_ID
AND r.ENABLED_FLAG = 'Y';
Another frequent operational query is to troubleshoot missing notifications by verifying the existence and configuration of a rule for a specific entity ID.
Related Objects
PV_GE_NOTIF_RULES_B is central to a small but critical data model for notifications. Its documented relationships are as follows:
- PV_PARTNER_PROGRAM_B: The table has a foreign key relationship where PV_GE_NOTIF_RULES_B.NOTIF_FOR_ENTITY_ID references a record in PV_PARTNER_PROGRAM_B. This links notification rules directly to specific partner programs.
- PV_GE_NOTIF_RULES_TL: The table is the parent to the translation table via the primary key. The column PV_GE_NOTIF_RULES_TL.NOTIF_RULE_ID is a foreign key referencing PV_GE_NOTIF_RULES_B.NOTIF_RULE_ID. This relationship stores multilingual descriptions and names for the notification rules, supporting global deployments.
Additionally, this base table is likely referenced by other application objects, such as PL/SQL packages that execute the notification engine and user interface forms for rule setup, which are not detailed in the provided metadata.
-
Table: PV_GE_NOTIF_RULES_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_NOTIF_RULES_B, object_name:PV_GE_NOTIF_RULES_B, status:VALID, product: PV - Partner Management , description: Captures the notification rules for a given entity. , implementation_dba_data: PV.PV_GE_NOTIF_RULES_B ,
-
Table: PV_GE_NOTIF_RULES_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_NOTIF_RULES_B, object_name:PV_GE_NOTIF_RULES_B, status:VALID, product: PV - Partner Management , description: Captures the notification rules for a given entity. , implementation_dba_data: PV.PV_GE_NOTIF_RULES_B ,
-
APPS.PV_GE_NOTIF_RULES_PVT dependencies on PV_GE_NOTIF_RULES_B
12.2.2
-
APPS.PV_GE_NOTIF_RULES_PVT dependencies on PV_GE_NOTIF_RULES_B
12.1.1
-
APPS.PV_ENRQ_BINS_PVT dependencies on PV_GE_NOTIF_RULES_B
12.1.1
-
APPS.PV_GE_NOTIF_RULES_PKG dependencies on PV_GE_NOTIF_RULES_B
12.2.2
-
APPS.PV_PG_NOTIF_UTILITY_PVT dependencies on PV_GE_NOTIF_RULES_B
12.2.2
-
APPS.PV_ENRQ_BINS_PVT dependencies on PV_GE_NOTIF_RULES_B
12.2.2
-
APPS.PV_GE_NOTIF_RULES_PKG dependencies on PV_GE_NOTIF_RULES_B
12.1.1
-
APPS.PV_PG_NOTIF_UTILITY_PVT dependencies on PV_GE_NOTIF_RULES_B
12.1.1
-
APPS.PV_GE_NOTIF_RULES_PVT SQL Statements
12.2.2
-
VIEW: PV.PV_GE_NOTIF_RULES_B#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_GE_NOTIF_RULES_B#, status:VALID,
-
SYNONYM: APPS.PV_GE_NOTIF_RULES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PV_GE_NOTIF_RULES_B, status:VALID,
-
APPS.PV_GE_NOTIF_RULES_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.PV_GE_NOTIF_RULES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PV_GE_NOTIF_RULES_B, status:VALID,
-
VIEW: APPS.PV_GE_NOTIF_RULES_VL
12.1.1
-
APPS.PV_GE_NOTIF_RULES_PVT dependencies on PV_GE_NOTIF_RULES_TL
12.1.1
-
VIEW: PV.PV_GE_NOTIF_RULES_B#
12.2.2
-
APPS.PV_GE_NOTIF_RULES_PVT dependencies on PV_GE_NOTIF_RULES_TL
12.2.2
-
VIEW: APPS.PV_GE_NOTIF_RULES_VL
12.2.2
-
APPS.PV_GE_NOTIF_RULES_PVT dependencies on DUAL
12.2.2
-
APPS.PV_GE_NOTIF_RULES_PKG SQL Statements
12.1.1
-
APPS.PV_GE_NOTIF_RULES_PKG SQL Statements
12.2.2
-
APPS.PV_GE_NOTIF_RULES_PVT dependencies on DUAL
12.1.1
-
Table: PV_GE_NOTIF_RULES_TL
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_NOTIF_RULES_TL, object_name:PV_GE_NOTIF_RULES_TL, status:VALID, product: PV - Partner Management , description: Captures the translateable information for notification rules. , implementation_dba_data: PV.PV_GE_NOTIF_RULES_TL ,
-
Table: PV_GE_NOTIF_RULES_TL
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_NOTIF_RULES_TL, object_name:PV_GE_NOTIF_RULES_TL, status:VALID, product: PV - Partner Management , description: Captures the translateable information for notification rules. , implementation_dba_data: PV.PV_GE_NOTIF_RULES_TL ,
-
TABLE: PV.PV_GE_NOTIF_RULES_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_NOTIF_RULES_B, object_name:PV_GE_NOTIF_RULES_B, status:VALID,
-
PACKAGE BODY: APPS.PV_GE_NOTIF_RULES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_NOTIF_RULES_PKG, status:VALID,
-
View: PV_GE_NOTIF_RULES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_GE_NOTIF_RULES_VL, object_name:PV_GE_NOTIF_RULES_VL, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_GE_NOTIF_RULES_VL ,
-
PACKAGE BODY: APPS.PV_GE_NOTIF_RULES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_NOTIF_RULES_PVT, status:VALID,
-
PACKAGE BODY: APPS.PV_ENRQ_BINS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_ENRQ_BINS_PVT, status:VALID,
-
TABLE: PV.PV_GE_NOTIF_RULES_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_NOTIF_RULES_B, object_name:PV_GE_NOTIF_RULES_B, status:VALID,
-
PACKAGE BODY: APPS.PV_GE_NOTIF_RULES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_NOTIF_RULES_PKG, status:VALID,
-
PACKAGE BODY: APPS.PV_GE_NOTIF_RULES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_NOTIF_RULES_PVT, status:VALID,
-
View: PV_GE_NOTIF_RULES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_GE_NOTIF_RULES_VL, object_name:PV_GE_NOTIF_RULES_VL, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_GE_NOTIF_RULES_VL ,
-
12.2.2 DBA Data
12.2.2
-
APPS.PV_GE_NOTIF_RULES_PKG dependencies on PV_GE_NOTIF_RULES_TL
12.1.1
-
PACKAGE BODY: APPS.PV_ENRQ_BINS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_ENRQ_BINS_PVT, status:VALID,
-
APPS.PV_GE_NOTIF_RULES_PKG dependencies on PV_GE_NOTIF_RULES_TL
12.2.2
-
Table: PV_PARTNER_PROGRAM_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_B, object_name:PV_PARTNER_PROGRAM_B, status:VALID, product: PV - Partner Management , description: Captures partner program, and membership details , implementation_dba_data: PV.PV_PARTNER_PROGRAM_B ,
-
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.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: PV_PARTNER_PROGRAM_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_B, object_name:PV_PARTNER_PROGRAM_B, status:VALID, product: PV - Partner Management , description: Captures partner program, and membership details , implementation_dba_data: PV.PV_PARTNER_PROGRAM_B ,
-
PACKAGE BODY: APPS.PV_GE_NOTIF_RULES_PKG
12.2.2
-
PACKAGE BODY: APPS.PV_PG_NOTIF_UTILITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_PG_NOTIF_UTILITY_PVT, status:VALID,