Search Results offer_date_changed




Overview

APPS.OE_NEGOTIATE_WF is the Oracle Order Management negotiation workflow PL/SQL package responsible for driving and servicing the Oracle Workflow processes associated with quote and blanket sales agreement negotiation. In Oracle EBS 12.1.1 and 12.2.2, it acts as the bridge between the transactional negotiation entities (quotes and blankets) held in the ordering tables and the Workflow engine that governs the negotiation lifecycle: submission of a draft, internal and customer review, acceptance or rejection, update of negotiated status, and handling of expiration dates. The package exposes a combination of Workflow activity callback procedures — the standard itemtype, itemkey, actid, funcmode, resultout signature used by Workflow function activities — and business-level PL/SQL APIs used to advance or terminate a negotiation.

Its source header identifies the package as an internal, non-shipped ("noship") component, indicating it is intended for use by the EBS application rather than as a supported public API surface.

Key Procedures and Functions

The package contains 18 documented procedures, divided between Workflow activity callbacks and business operations.

Tables Accessed

The package reads and writes through APPS synonyms of the following tables:

Usage Notes

OE_NEGOTIATE_WF is invoked primarily by Oracle Workflow as the implementation of negotiation workflow activities, and secondarily by Order Management forms and concurrent programs that submit drafts, record customer acceptance or rejection, or expire offers. It is referenced by three other packages within the APPS schema. Because the header classifies it as an internal component and it exposes the standard Workflow callback signatures, it should not be treated as a supported public API; customizations should avoid direct calls and instead rely on the documented negotiation APIs and workflow configuration.