Search Results ap_web_proxy_assignments
Overview
The AP_WEB_PROXY_ASSIGNMENTS table is a core data object within the Oracle E-Business Suite Payables (AP) module. Its primary function is to store and manage reporting access rights relationships, a critical component of the system's security and workflow delegation framework. This table underpins the proxy functionality, which allows one user (the assignor) to grant specific reporting and inquiry privileges within a defined responsibility to another user (the assignee). This facilitates scenarios such as manager delegation, temporary coverage during absences, and controlled data sharing without compromising the underlying security model. Its role is integral to the operational flexibility of the Oracle Payables application in both versions 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to define the precise parameters of a proxy assignment. The primary key, ASSIGNMENT_ID, uniquely identifies each delegation record. The core relationship is established through the ASSIGNOR_ID and ASSIGNEE_ID columns, which are foreign keys to the FND_USER table, storing the user IDs of the grantor and recipient, respectively. The RESPONSIBILITY_APP_ID column, linked to FND_APPLICATION, specifies the application context for the assigned responsibility. While not explicitly listed in the provided metadata but standard for such structures, a RESPONSIBILITY_ID column would typically exist to pinpoint the exact responsibility being delegated. The SECURITY_GROUP_ID, referencing FND_SECURITY_GROUPS, supports the Vision Architecture for partitioning data in multi-organization implementations.
Common Use Cases and Queries
A primary use case is auditing and reporting on existing proxy delegations. System administrators often need to generate a list of all active assignments. A common query would join to FND_USER twice to resolve user names:
- SELECT a.assignment_id, u1.user_name assignor, u2.user_name assignee, a.responsibility_id FROM ap_web_proxy_assignments a, fnd_user u1, fnd_user u2 WHERE a.assignor_id = u1.user_id AND a.assignee_id = u2.user_id;
Another critical scenario is troubleshooting user access. When an assignee cannot see expected data, support personnel would query for assignments specific to that user to verify the assignor, responsibility, and security group context are correctly configured. The table is also central during the process of revoking access, where records are deleted based on assignment ID or user criteria.
Related Objects
AP_WEB_PROXY_ASSIGNMENTS maintains defined foreign key relationships with several fundamental EBS foundation tables, ensuring referential integrity and enabling accurate joins for reporting:
- FND_USER: Joined via AP_WEB_PROXY_ASSIGNMENTS.ASSIGNOR_ID and AP_WEB_PROXY_ASSIGNMENTS.ASSIGNEE_ID to retrieve the usernames and details of both parties in the assignment.
- FND_APPLICATION: Joined via AP_WEB_PROXY_ASSIGNMENTS.RESPONSIBILITY_APP_ID to validate and provide context for the application of the delegated responsibility.
- FND_SECURITY_GROUPS: Joined via AP_WEB_PROXY_ASSIGNMENTS.SECURITY_GROUP_ID to align the assignment with the appropriate data security partition.
These relationships position the table as a nexus between the Payables delegation logic and the global EBS user and security infrastructure.
-
Table: AP_WEB_PROXY_ASSIGNMENTS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_WEB_PROXY_ASSIGNMENTS, object_name:AP_WEB_PROXY_ASSIGNMENTS, status:VALID, product: AP - Payables , description: Stores reporting access rights relationships. , implementation_dba_data: AP.AP_WEB_PROXY_ASSIGNMENTS ,
-
Table: AP_WEB_PROXY_ASSIGNMENTS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_WEB_PROXY_ASSIGNMENTS, object_name:AP_WEB_PROXY_ASSIGNMENTS, status:VALID, product: AP - Payables , description: Stores reporting access rights relationships. , implementation_dba_data: AP.AP_WEB_PROXY_ASSIGNMENTS ,
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on AP_WEB_PROXY_ASSIGNMENTS
12.1.1
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on AP_WEB_PROXY_ASSIGNMENTS
12.2.2
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_USER
12.2.2
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_USER_PKG
12.1.1
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_RESPONSIBILITY
12.2.2
-
SYNONYM: APPS.AP_WEB_PROXY_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_WEB_PROXY_ASSIGNMENTS, status:VALID,
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_USER
12.1.1
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_RESPONSIBILITY_TL
12.1.1
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_RESPONSIBILITY_TL
12.2.2
-
VIEW: AP.AP_WEB_PROXY_ASSIGNMENTS#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_WEB_PROXY_ASSIGNMENTS#, status:VALID,
-
VIEW: AP.AP_WEB_PROXY_ASSIGNMENTS#
12.2.2
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_USER_PKG
12.2.2
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_SECURITY_GROUPS
12.1.1
-
SYNONYM: APPS.AP_WEB_PROXY_ASSIGNMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_WEB_PROXY_ASSIGNMENTS, status:VALID,
-
APPS.AP_WEB_PROXY_ASSIGN_PKG SQL Statements
12.2.2
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on PER_PEOPLE_F
12.2.2
-
APPS.AP_WEB_PROXY_ASSIGN_PKG SQL Statements
12.1.1
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on PER_PEOPLE_F
12.1.1
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_SECURITY_GROUPS
12.2.2
-
TABLE: AP.AP_WEB_PROXY_ASSIGNMENTS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_WEB_PROXY_ASSIGNMENTS, object_name:AP_WEB_PROXY_ASSIGNMENTS, status:VALID,
-
TABLE: AP.AP_WEB_PROXY_ASSIGNMENTS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_WEB_PROXY_ASSIGNMENTS, object_name:AP_WEB_PROXY_ASSIGNMENTS, status:VALID,
-
Table: FND_SECURITY_GROUPS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_SECURITY_GROUPS, object_name:FND_SECURITY_GROUPS, status:VALID, product: FND - Application Object Library , description: Service bureau data security groups. , implementation_dba_data: APPLSYS.FND_SECURITY_GROUPS ,
-
Table: FND_SECURITY_GROUPS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_SECURITY_GROUPS, object_name:FND_SECURITY_GROUPS, status:VALID, product: FND - Application Object Library , description: Service bureau data security groups. , implementation_dba_data: APPLSYS.FND_SECURITY_GROUPS ,
-
PACKAGE BODY: APPS.AP_WEB_PROXY_ASSIGN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_PROXY_ASSIGN_PKG, status:VALID,
-
PACKAGE BODY: APPS.AP_WEB_PROXY_ASSIGN_PKG
12.1.1
-
PACKAGE BODY: APPS.AP_WEB_PROXY_ASSIGN_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_PROXY_ASSIGN_PKG, status:VALID,
-
PACKAGE BODY: APPS.AP_WEB_PROXY_ASSIGN_PKG
12.2.2
-
Table: FND_USER
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER, object_name:FND_USER, status:VALID, product: FND - Application Object Library , description: Application users , implementation_dba_data: APPLSYS.FND_USER ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: FND_USER
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER, object_name:FND_USER, status:VALID, product: FND - Application Object Library , description: Application users , implementation_dba_data: APPLSYS.FND_USER ,
-
12.1.1 DBA Data
12.1.1
-
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: FND_APPLICATION
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
12.1.1 DBA Data
12.1.1
-
Table: FND_APPLICATION
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,