Search Results po_position_controls
Overview
PACKAGE BODY APPS.POREQ is a private implementation unit within the Oracle E-Business Suite Purchasing module that encapsulates the approval routing logic used by the Requisition Approval workflow. The package resolves how a requisition should be routed through the approval hierarchy and determines which employee currently owns a requisition at any point in its lifecycle. It is classified in ETRM as an "OTHER" API, meaning it is not a formally published public interface but rather an internal engine consumed by Oracle's seeded workflow and approval processes.
The body originates from an early Purchasing code line, as indicated by its header comment (ICXPORQB.pls 115.1) and the presence of $Header versioning, and it remains functionally intact through Oracle EBS 12.1.1 and 12.2.2. Its responsibilities centre on requisition approval authority, approval path determination, and ownership resolution, drawing on Purchasing control tables and Financials system parameters.
Key Procedures and Functions
- GETREQINFO — Returns a
ReqInfoTyperecord describing the requisition: the preparer, the document type literal ('REQUISITION'), the requisition type lookup code, the forwarding mode, the default approval path identifier (defaulted to zero when null), and the preparer-approval flag (defaulted to 'N'). It joinsPO_REQUISITION_HEADERStoPO_DOCUMENT_TYPESto obtain document-type configuration. - GETCURRENTOWNER — Determines the current owner of a requisition by reading the latest open action-history row for the requisition and falling back to the preparer when no active owner exists. It handles
NO_DATA_FOUNDby returning null. - GETAPPROVER — Resolves the approver for a requisition, using the direct and hierarchical approver lookup logic declared internally (
GetApproverDirectandGetApproverHier) together with the approval path. - VERIFYAUTHORITY — Validates that a given approver holds the authority required to approve the requisition, consulting the Purchasing control functions, control groups, control rules, and position controls.
Tables Accessed
PO_REQUISITION_HEADERS— primary source of requisition attributes and preparer identity.PO_DOCUMENT_TYPES— supplies document-type configuration such as forwarding mode and default approval path.PO_ACTION_HISTORY— used to identify the current owner and prior approval actions.FINANCIALS_SYSTEM_PARAMETERS— provides global Purchasing and Financials defaults held in the package-levelfsprecord.PO_CONTROL_FUNCTIONS,PO_CONTROL_GROUPS,PO_CONTROL_RULES,PO_POSITION_CONTROLS— support authority verification and approval routing rules.
All tables are referenced through APPS synonyms, consistent with standard EBS schema access conventions.
Usage Notes
POREQ is not intended for direct invocation by external code and ETRM records no other packages referencing it. It is invoked indirectly by the Oracle Requisition Approval workflow, which calls these routines during the routing and authority-checking phases of requisition approval processing. Because the procedures and functions are defined without a public specification beyond the package interface, customizations that need approval-routing behaviour should rely on the supported PO approval APIs rather than calling POREQ directly. The package depends on the Purchasing control hierarchy being correctly configured; missing rows in the control tables or in PO_DOCUMENT_TYPES will cause the internal queries to fail or return incomplete routing data.
-
SYNONYM: APPS.PO_POSITION_CONTROLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_POSITION_CONTROLS, status:VALID,
-
PACKAGE BODY: APPS.POREQ
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:POREQ, status:VALID,
-
SYNONYM: APPS.PO_POSITION_CONTROLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_POSITION_CONTROLS, status:VALID,
-
APPS.PO_DOCUMENT_ACTION_CHECK SQL Statements
12.1.1
-
APPS.POREQ SQL Statements
12.2.2
-
PACKAGE BODY: APPS.POREQ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:POREQ, status:VALID,
-
PACKAGE BODY: APPS.PO_DOCUMENT_ACTION_CHECK
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PO_DOCUMENT_ACTION_CHECK, status:VALID,
-
APPS.POREQ SQL Statements
12.1.1
-
APPS.PO_DOCUMENT_ACTION_CHECK SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PO_DOCUMENT_ACTION_CHECK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PO_DOCUMENT_ACTION_CHECK, status:VALID,
-
VIEW: PO.PO_POSITION_CONTROLS_ALL#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_POSITION_CONTROLS_ALL#, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.POREQ
12.2.2
-
PACKAGE BODY: APPS.POREQ
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.PER_JOB_BUS SQL Statements
12.1.1
-
TABLE: PO.PO_POSITION_CONTROLS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_POSITION_CONTROLS_ALL, object_name:PO_POSITION_CONTROLS_ALL, status:VALID,
-
APPS.PER_JOBS_PKG SQL Statements
12.2.2
-
APPS.PER_JOBS_PKG SQL Statements
12.1.1
-
APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_POSITION_CONTROLS
12.2.2
-
APPS.POREQ dependencies on PO_POSITION_CONTROLS
12.1.1
-
APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_POSITION_CONTROLS
12.1.1
-
APPS.POREQ dependencies on PO_POSITION_CONTROLS
12.2.2
-
PACKAGE BODY: APPS.PO_DOCUMENT_ACTION_CHECK
12.1.1
-
PACKAGE BODY: APPS.PER_JOBS_PKG
12.2.2
-
PACKAGE BODY: APPS.PER_JOBS_PKG
12.1.1
-
PACKAGE BODY: APPS.PO_DOCUMENT_ACTION_CHECK
12.2.2
-
APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_CONTROL_GROUPS
12.1.1
-
APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_CONTROL_GROUPS
12.2.2
-
APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_CONTROL_RULES
12.1.1
-
APPS.POREQ dependencies on PO_CONTROL_GROUPS
12.1.1
-
APPS.POREQ dependencies on PO_CONTROL_GROUPS
12.2.2
-
APPS.POREQ dependencies on PO_CONTROL_RULES
12.2.2
-
APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_CONTROL_RULES
12.2.2
-
APPS.POREQ dependencies on PO_CONTROL_RULES
12.1.1
-
APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_SESSION_GT
12.1.1
-
APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_SESSION_GT
12.2.2
-
APPS.PER_JOBS_PKG dependencies on DUAL
12.2.2
-
APPS.PER_JOBS_PKG dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.PER_JOB_BUS
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.2.2
-
12.2.2 DBA Data
12.2.2
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,