Search Results publish_order_forecast_wf




Overview

MSC_X_CP_FLOW is a collaborative planning integration package in the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) and Supply Chain Event Management (SCEM) modules. It is owned by the APPS schema and is defined with the AUTHID CURRENT_USER privilege, meaning its SQL executes under the privileges of the calling user rather than the package owner. The package header is versioned as MSCXCPFS.pls 115.7, with the last check-in dated 2003/08/05, reflecting the long-standing and stable nature of this integration code across the 12.1.1 and 12.2.2 releases.

The package's core purpose is to bridge Oracle Workflow with the SCEM and ASCP planning engines and with external trading partners. It provides thin wrapper procedures that launch the SCEM and ASCP engines, receive forecast and supplier capacity data from external partners, and publish supply commits and order forecasts back to partners. These wrappers are invoked as Workflow function activities, which is why the majority of the documented procedures share the standard Workflow callback signature (itemtype, itemkey, actid, funcmode, resultout).

Key Procedures and Functions

The package exposes fifteen documented procedures and functions, organized into several functional groupings.

Tables Accessed

The package references the following tables via APPS synonyms:

Usage Notes

MSC_X_CP_FLOW is not intended for direct invocation by end users. Its procedures are registered as Workflow function activities within the collaborative planning Workflow processes, and they are triggered when those processes execute, for example when a planner chooses to launch the ASCP or SCEM engine from the planning application, or when a scheduled collaborative planning process exchanges data with a trading partner. LAUNCH_ASCP_ENGINE in particular is called by the Workflow engine with the standard activity parameters and returns a result code that directs the Workflow branch.

Because the package is referenced by five other packages, extensions or customizations that call these procedures should preserve the documented signatures to avoid invalidating dependent Workflow definitions. The package is a stable, long-lived component of the ASCP collaborative planning infrastructure, and its diagnostic procedures PRINT_DEBUG_INFO and PRINT_USER_INFO can be used when investigating Workflow or integration failures.