Search Results ozf_approval_access
Overview
The OZF_APPROVAL_ACCESS table is a core data object within the Oracle E-Business Suite (EBS) Trade Management module (OZF). It functions as the central repository for storing approval routing and access control information related to trade management transactions. Its primary role is to manage the workflow of approvals for requests, such as trade promotions or claims, by defining which approvers or approval groups have access to act on a specific transaction at a given stage. This table is integral to the configurable approval hierarchies and security rules that govern the processing of financial commitments and promotional activities within the OZF module.
Key Information Stored
While the provided metadata does not list all columns, the structure centers on linking approval rules to specific transaction objects and approvers. The key documented column is the primary key, APPROVAL_ACCESS_ID, which uniquely identifies each approval access record. A critical foreign key column is OBJECT_ID, which links the approval rule to a specific request header record in the OZF_REQUEST_HEADERS_ALL_B table. Other typical columns in such a table, though not explicitly listed here, would likely include data points such as the approver or approval group identifier (e.g., USER_ID, ROLE_ID), the approval sequence or level, the current status of the approval assignment, and timestamps for creation and last update. This structure enables the system to determine the complete approval path for any given trade management request.
Common Use Cases and Queries
This table is primarily accessed by the OZF approval engine during transaction processing and for reporting on approval workflows. A common operational use case is querying all pending approvals for a specific user or role. For instance, a manager might run a report to see all trade promotion requests awaiting their action. Administrators may query the table to audit approval chains or troubleshoot stalled workflows. A typical SQL pattern involves joining to the request headers table to get transaction details:
- Sample Query: SELECT ozfa.*, ozrh.request_number FROM ozf_approval_access ozfa JOIN ozf_request_headers_all_b ozrh ON ozfa.object_id = ozrh.request_header_id WHERE ozfa.approver_id = :p_user_id AND ozfa.status = 'PENDING';
- Reporting Use Case: Generating metrics on approval cycle times by analyzing creation dates and approval completion dates stored in related audit columns.
Related Objects
The OZF_APPROVAL_ACCESS table has a documented, direct relationship with the OZF_REQUEST_HEADERS_ALL_B table, which stores the header information for trade management requests such as promotions and claims. The relationship is defined by a foreign key constraint where the OBJECT_ID column in OZF_APPROVAL_ACCESS references the primary key (likely REQUEST_HEADER_ID) in OZF_REQUEST_HEADERS_ALL_B. This is the primary join for connecting approval workflow data to the actual business transaction. While not listed in the provided excerpt, this table would also be referenced by various Trade Management application forms, concurrent programs, and potentially by summary or security views within the OZF schema.
-
Table: OZF_APPROVAL_ACCESS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_APPROVAL_ACCESS, object_name:OZF_APPROVAL_ACCESS, status:VALID, product: OZF - Trade Management , description: This table stores approval information for ozf , implementation_dba_data: OZF.OZF_APPROVAL_ACCESS ,
-
Table: OZF_APPROVAL_ACCESS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_APPROVAL_ACCESS, object_name:OZF_APPROVAL_ACCESS, status:VALID, product: OZF - Trade Management , description: This table stores approval information for ozf , implementation_dba_data: OZF.OZF_APPROVAL_ACCESS ,
-
APPS.OZF_OFFER_PVT dependencies on OZF_APPROVAL_ACCESS
12.2.2
-
APPS.OZF_BUDGETAPPROVAL_PVT dependencies on OZF_APPROVAL_ACCESS
12.2.2
-
APPS.OZF_OFFER_PVT dependencies on OZF_APPROVAL_ACCESS
12.1.1
-
APPS.OZF_REQUEST_STATUS_PVT dependencies on OZF_APPROVAL_ACCESS
12.1.1
-
APPS.OZF_APPROVAL_PVT dependencies on OZF_APPROVAL_ACCESS
12.1.1
-
APPS.OZF_BUDGETAPPROVAL_PVT dependencies on OZF_APPROVAL_ACCESS
12.1.1
-
APPS.OZF_REQUEST_STATUS_PVT dependencies on OZF_APPROVAL_ACCESS
12.2.2
-
APPS.OZF_APPROVAL_PVT dependencies on OZF_APPROVAL_ACCESS
12.2.2
-
APPS.OZF_APPROVAL_PVT SQL Statements
12.2.2
-
APPS.OZF_APPROVAL_PVT SQL Statements
12.1.1
-
VIEW: OZF.OZF_APPROVAL_ACCESS#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_APPROVAL_ACCESS#, status:VALID,
-
SYNONYM: APPS.OZF_APPROVAL_ACCESS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_APPROVAL_ACCESS, status:VALID,
-
VIEW: OZF.OZF_APPROVAL_ACCESS#
12.2.2
-
SYNONYM: APPS.OZF_APPROVAL_ACCESS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_APPROVAL_ACCESS, status:VALID,
-
APPS.OZF_REQUEST_STATUS_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.OZF_REQUEST_STATUS_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
TABLE: OZF.OZF_APPROVAL_ACCESS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_APPROVAL_ACCESS, object_name:OZF_APPROVAL_ACCESS, status:VALID,
-
TABLE: OZF.OZF_APPROVAL_ACCESS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_APPROVAL_ACCESS, object_name:OZF_APPROVAL_ACCESS, status:VALID,
-
APPS.OZF_OFFER_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
Table: OZF_REQUEST_HEADERS_ALL_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_REQUEST_HEADERS_ALL_B, object_name:OZF_REQUEST_HEADERS_ALL_B, status:VALID, product: OZF - Trade Management , description: This table stores the request headers information for soft fund and special pricing , implementation_dba_data: OZF.OZF_REQUEST_HEADERS_ALL_B ,
-
APPS.OZF_OFFER_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
Table: OZF_REQUEST_HEADERS_ALL_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_REQUEST_HEADERS_ALL_B, object_name:OZF_REQUEST_HEADERS_ALL_B, status:VALID, product: OZF - Trade Management , description: This table stores the request headers information for soft fund and special pricing , implementation_dba_data: OZF.OZF_REQUEST_HEADERS_ALL_B ,
-
PACKAGE BODY: APPS.OZF_REQUEST_STATUS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_REQUEST_STATUS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_APPROVAL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_APPROVAL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_BUDGETAPPROVAL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_BUDGETAPPROVAL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_REQUEST_STATUS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_REQUEST_STATUS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_APPROVAL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_APPROVAL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_BUDGETAPPROVAL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_BUDGETAPPROVAL_PVT, status:VALID,
-
APPS.OZF_OFFER_PVT dependencies on OZF_REQUEST_HEADERS_ALL_B
12.1.1
-
APPS.OZF_OFFER_PVT dependencies on OZF_REQUEST_HEADERS_ALL_B
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.OZF_REQUEST_STATUS_PVT SQL Statements
12.1.1
-
APPS.OZF_APPROVAL_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.OZF_APPROVAL_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.OZF_REQUEST_STATUS_PVT SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.OZF_OFFER_PVT dependencies on FND_GLOBAL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.OZF_OFFER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_OFFER_PVT, status:VALID,
-
APPS.OZF_OFFER_PVT dependencies on FND_GLOBAL
12.1.1
-
PACKAGE BODY: APPS.OZF_OFFER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_OFFER_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.OZF_APPROVAL_PVT dependencies on FND_USER
12.1.1