Search Results pv_ge_resp_map_rules
Overview
The PV_GE_RESP_MAP_RULES table is a core data object within the Oracle E-Business Suite Partner Management (PV) module, specifically for releases 12.1.1 and 12.2.2. It serves as the master repository for defining responsibility mapping rules. These rules are central to the Partner Management system's security and data access model, governing how application responsibilities are assigned or mapped to partner users based on specific criteria, such as their association with a partner program. The table's primary function is to store the rule definitions that the application logic subsequently evaluates to determine appropriate responsibility assignments, ensuring partners have the correct access to perform their designated tasks within the EBS environment.
Key Information Stored
While the provided metadata does not list all columns, the documented primary and foreign keys reveal the essential data structure. The primary identifier is the RESP_MAP_RULE_ID, a unique system-generated key for each rule. A critical foreign key is PROGRAM_ID, which links each mapping rule to a specific partner program defined in the PV_PARTNER_PROGRAM_B table. This relationship indicates that responsibility mapping is often scoped at the program level. Other columns, inferred from the table's purpose, would typically store rule criteria (e.g., partner type, role), the target responsibility to be assigned, effective dates, and the rule's execution sequence or priority.
Common Use Cases and Queries
The primary use case is the automated provisioning of responsibilities to partner users during processes like partner registration or program enrollment. Administrators may also query this table to audit or report on the configured security rules. A common reporting query would join the rule definitions to the partner program details to understand the responsibility landscape per program. For troubleshooting, one might trace which rule was applied to a specific partner responsibility assignment by joining to the PV_GE_PTNR_RESPS table on the RESP_MAP_RULE_ID.
- Sample Query:
SELECT rule.resp_map_rule_id, prog.name program_name FROM pv_ge_resp_map_rules rule, pv_partner_program_b prog WHERE rule.program_id = prog.program_id ORDER BY prog.name;
Related Objects
The table maintains defined relationships with several other Partner Management objects, as per the provided foreign key metadata.
- PV_PARTNER_PROGRAM_B: The primary parent table. Each rule is associated with a specific Partner Program via the PROGRAM_ID column.
- PV_GE_PTNR_RESPS: This table, which stores actual partner responsibility assignments, references PV_GE_RESP_MAP_RULES twice through the column SOURCE_RESP_MAP_RULE_ID. This indicates that a record in PV_GE_PTNR_RESPS can track which specific mapping rule was the source of its creation.
The primary key constraint PV_GE_RESP_MAP_RULES_PK on RESP_MAP_RULE_ID ensures data integrity for these relationships.
-
Table: PV_GE_RESP_MAP_RULES
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_RESP_MAP_RULES, object_name:PV_GE_RESP_MAP_RULES, status:VALID, product: PV - Partner Management , description: Table for responsibility mapping rules , implementation_dba_data: PV.PV_GE_RESP_MAP_RULES ,
-
Table: PV_GE_RESP_MAP_RULES
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_RESP_MAP_RULES, object_name:PV_GE_RESP_MAP_RULES, status:VALID, product: PV - Partner Management , description: Table for responsibility mapping rules , implementation_dba_data: PV.PV_GE_RESP_MAP_RULES ,
-
APPS.PV_USER_RESP_PVT dependencies on PV_GE_RESP_MAP_RULES
12.1.1
-
APPS.PV_USER_RESP_PVT dependencies on PV_GE_RESP_MAP_RULES
12.2.2
-
APPS.PV_USER_RESP_PVT dependencies on JTF_LOC_HIERARCHIES_VL
12.1.1
-
APPS.PV_USER_RESP_PVT dependencies on JTF_LOC_HIERARCHIES_VL
12.2.2
-
VIEW: PV.PV_GE_RESP_MAP_RULES#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_GE_RESP_MAP_RULES#, status:VALID,
-
VIEW: PV.PV_GE_RESP_MAP_RULES#
12.2.2
-
SYNONYM: APPS.PV_GE_RESP_MAP_RULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PV_GE_RESP_MAP_RULES, status:VALID,
-
Table: PV_GE_PTNR_RESPS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_PTNR_RESPS, object_name:PV_GE_PTNR_RESPS, status:VALID, product: PV - Partner Management , description: This table is used for storing partner responsibility mappings. , implementation_dba_data: PV.PV_GE_PTNR_RESPS ,
-
Table: PV_GE_PTNR_RESPS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_PTNR_RESPS, object_name:PV_GE_PTNR_RESPS, status:VALID, product: PV - Partner Management , description: This table is used for storing partner responsibility mappings. , implementation_dba_data: PV.PV_GE_PTNR_RESPS ,
-
SYNONYM: APPS.PV_GE_RESP_MAP_RULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PV_GE_RESP_MAP_RULES, status:VALID,
-
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 ,
-
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 ,
-
TABLE: PV.PV_GE_RESP_MAP_RULES
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_RESP_MAP_RULES, object_name:PV_GE_RESP_MAP_RULES, status:VALID,
-
TABLE: PV.PV_GE_RESP_MAP_RULES
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_RESP_MAP_RULES, object_name:PV_GE_RESP_MAP_RULES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.PV_USER_RESP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_USER_RESP_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.PV_USER_RESP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_USER_RESP_PVT, status:VALID,
-
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.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.PV_USER_RESP_PVT dependencies on PV_PG_MEMBERSHIPS
12.2.2
-
APPS.PV_USER_RESP_PVT dependencies on PV_PG_MEMBERSHIPS
12.1.1
-
APPS.PV_USER_RESP_PVT SQL Statements
12.1.1
-
TABLE: PV.PV_GE_PTNR_RESPS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_PTNR_RESPS, object_name:PV_GE_PTNR_RESPS, status:VALID,
-
APPS.PV_USER_RESP_PVT SQL Statements
12.2.2
-
TABLE: PV.PV_GE_PTNR_RESPS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_PTNR_RESPS, object_name:PV_GE_PTNR_RESPS, status:VALID,
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
APPS.PV_GE_PTNR_RESPS_PVT dependencies on PVX_UTILITY_PVT
12.1.1
-
APPS.PV_GE_PTNR_RESPS_PVT dependencies on PVX_UTILITY_PVT
12.2.2
-
eTRM - PV Tables and Views
12.1.1
-
PACKAGE BODY: APPS.PV_USER_RESP_PVT
12.2.2
-
PACKAGE BODY: APPS.PV_USER_RESP_PVT
12.1.1
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
eTRM - PV Tables and Views
12.1.1
-
PACKAGE BODY: APPS.PV_GE_PTNR_RESPS_PVT
12.2.2
-
PACKAGE BODY: APPS.PV_GE_PTNR_RESPS_PVT
12.1.1
-
APPS.PV_GE_PTNR_RESPS_PVT dependencies on FND_API
12.2.2
-
APPS.PV_GE_PTNR_RESPS_PVT dependencies on FND_API
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1