Search Results gme_reserve_conc
Overview
GME_RESERVE_CONC is an Oracle E-Business Suite PL/SQL package owned by the APPS schema that supports reservation processing within the Process Manufacturing (OPM) and Order Management integration flow. Its name and documented dependencies indicate that it serves as a concurrent-oriented utility for driving reservation logic against sales order and delivery inventory. In Oracle EBS 12.1.1 and 12.2.2, the package is registered as a VALID database object and is classified under the ETRM API taxonomy as OTHER, meaning it is not a published open interface or public API but an internal supporting package invoked by other application components.
The documented dependency on APPS.OE_ORDER_PUB establishes the package's role in the order management domain. The presence of a documented procedure named MAKE_TO_ORDER further indicates its involvement in make-to-order supply scenarios, where reservations are applied against specific demand rather than generic stock. The package is self-referencing in the dependency report, which is consistent with internal calls between its own procedures and a concurrent-program entry point.
Key Procedures and Functions
The ETRM metadata documents three procedures and functions within this package:
- MAKE_TO_ORDER — Handles reservation activity associated with make-to-order demand. Based on the package's dependency on OE_ORDER_PUB, this procedure is understood to process order lines flagged for make-to-order supply so that the corresponding inventory is reserved or linked to the originating sales order.
- RESERVE_ELIGIBLE — Determines and processes reservation-eligible records. This procedure is the core filtering routine that identifies which demand or delivery records qualify for reservation before reservation records are written to the inventory tables.
- SET_PARAMETER_FOR_WF — Configures parameters for workflow processing. This procedure supports the Oracle Workflow integration associated with the reservation concurrent flow, allowing runtime parameters to be passed into the workflow-driven reservation logic.
Parameter lists for these routines are not published in the supplied metadata and should not be assumed. Consumers should interrogate the package specification in the target instance before calling any routine directly.
Tables Accessed
The documented table references, resolved through APPS synonyms, are:
- MTL_RESERVATIONS — The core inventory reservation table. GME_RESERVE_CONC reads and writes reservation records here to create, update, or release reservations against eligible demand.
- WSH_DELIVERY_DETAILS — Shipping execution delivery detail records. The package references this table to associate reservations with specific delivery lines, linking order demand to outbound shipment activity.
- DBMS_SQL — The Oracle-supplied dynamic SQL built-in, indicating that portions of the package construct and execute SQL statements dynamically at runtime.
- DUAL — The standard single-row utility table, typically used for parameter validation or single-value lookups.
Usage Notes
GME_RESERVE_CONC is an internal APPS-level package rather than a public API. It is most commonly invoked through a concurrent program that drives the reservation batch, and its SET_PARAMETER_FOR_WF routine confirms a Workflow-backed execution path. Because the package depends on OE_ORDER_PUB, it is expected to operate within order management and process manufacturing flows where reservations must be synchronized with sales order and delivery data.
Custom code should avoid direct invocation unless the target procedure signature has been validated in the specific instance. In 12.1.1 and 12.2.2, no other packages are documented as referencing GME_RESERVE_CONC, indicating a narrow consumption footprint. Any modification or extension should be performed on a copy, and the package should be recompiled after dependency changes to MTL_RESERVATIONS or WSH_DELIVERY_DETAILS structures.
-
PACKAGE: APPS.GME_RESERVE_CONC
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GME_RESERVE_CONC, status:VALID,
-
PACKAGE: APPS.GME_RESERVE_CONC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GME_RESERVE_CONC, status:VALID,
-
PACKAGE BODY: APPS.GME_RESERVE_CONC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GME_RESERVE_CONC, status:VALID,
-
PACKAGE BODY: APPS.GME_RESERVE_CONC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GME_RESERVE_CONC, status:VALID,
-
PACKAGE: APPS.GME_MAKE_TO_ORDER_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GME_MAKE_TO_ORDER_PVT, status:VALID,
-
PACKAGE: APPS.GME_MAKE_TO_ORDER_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GME_MAKE_TO_ORDER_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.GME_RESERVE_CONC
12.2.2
-
PACKAGE: APPS.OE_SCHEDULE_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_SCHEDULE_UTIL, status:VALID,
-
PACKAGE: APPS.GME_RESERVE_CONC
12.1.1
-
PACKAGE: APPS.CTO_MSG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CTO_MSG_PUB, status:VALID,
-
PACKAGE: APPS.CTO_MSG_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CTO_MSG_PUB, status:VALID,
-
PACKAGE: APPS.OE_SCHEDULE_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_SCHEDULE_UTIL, status:VALID,
-
PACKAGE: APPS.OE_STANDARD_WF
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_STANDARD_WF, status:VALID,
-
PACKAGE: APPS.OE_STANDARD_WF
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_STANDARD_WF, status:VALID,
-
PACKAGE: APPS.INV_RESERVATION_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:INV_RESERVATION_PUB, status:VALID,
-
PACKAGE: APPS.INV_RESERVATION_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:INV_RESERVATION_PUB, status:VALID,
-
PACKAGE: APPS.GME_DEBUG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GME_DEBUG, status:VALID,
-
PACKAGE: APPS.GME_DEBUG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GME_DEBUG, status:VALID,
-
SYNONYM: APPS.MTL_RESERVATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_RESERVATIONS, status:VALID,
-
PACKAGE: APPS.OE_LINE_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_LINE_UTIL, status:VALID,
-
PACKAGE: APPS.OE_LINE_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_LINE_UTIL, status:VALID,
-
PACKAGE: APPS.INV_RESERVATION_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:INV_RESERVATION_GLOBAL, status:VALID,
-
SYNONYM: APPS.MTL_RESERVATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_RESERVATIONS, status:VALID,
-
PACKAGE: APPS.INV_RESERVATION_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:INV_RESERVATION_GLOBAL, status:VALID,
-
PACKAGE: APPS.OE_ORDER_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_ORDER_PUB, status:VALID,
-
PACKAGE: APPS.OE_ORDER_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_ORDER_PUB, status:VALID,
-
APPS.GME_RESERVE_CONC dependencies on GME_RESERVE_CONC
12.1.1
-
APPS.GME_RESERVE_CONC dependencies on GME_RESERVE_CONC
12.2.2
-
PACKAGE BODY: APPS.GME_RESERVE_CONC
12.1.1
-
PACKAGE BODY: APPS.GME_RESERVE_CONC
12.2.2
-
SYNONYM: APPS.WSH_DELIVERY_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_DETAILS, status:VALID,
-
SYNONYM: APPS.WSH_DELIVERY_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_DETAILS, status:VALID,
-
PACKAGE: APPS.OE_MSG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_MSG_PUB, status:VALID,
-
PACKAGE: APPS.OE_MSG_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_MSG_PUB, status:VALID,
-
PACKAGE: APPS.OE_DEBUG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_DEBUG_PUB, status:VALID,
-
PACKAGE: APPS.OE_DEBUG_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_DEBUG_PUB, status:VALID,
-
APPS.GME_RESERVE_CONC dependencies on FND_PROFILE
12.2.2
-
PACKAGE: APPS.WF_CORE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_CORE, status:VALID,
-
PACKAGE: APPS.WF_CORE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WF_CORE, status:VALID,
-
APPS.GME_RESERVE_CONC dependencies on FND_PROFILE
12.1.1
-
PACKAGE: APPS.MO_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:MO_GLOBAL, status:VALID,
-
PACKAGE: APPS.WF_ENGINE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_ENGINE, status:VALID,
-
PACKAGE: APPS.WF_ENGINE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WF_ENGINE, status:VALID,
-
PACKAGE: APPS.MO_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:MO_GLOBAL, status:VALID,
-
SYNONYM: PUBLIC.DBMS_SQL
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_SQL, status:VALID,
-
PACKAGE: APPS.FND_DATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_DATE, status:VALID,