Search Results cst_eam_workorders_pvt
Overview
APPS.CST_EAM_WORKORDERS_PVT is a private PL/SQL package within the Oracle E-Business Suite Cost Management (CST) application module. Its name associates it with Enterprise Asset Management (EAM) work orders, and its API classification as PVT indicates that it is a private utility package rather than a public, supported application programming interface. In Oracle EBS, private packages are generally invoked by other internal modules within the same product rather than by external callers or customer extensions.
Based on the EAM work order context and the documented procedures, the package appears to support the generation and reporting of estimated versus actual cost detail for EAM work orders. It assembles cost information into XML form, likely to feed reporting, printing, or cost inquiry output. The package is documented in ETRM 12.2.2 with a status of VALID and is owned by the APPS schema, which is the standard installation owner for shared Oracle EBS application code.
Key Procedures and Functions
The ETRM metadata documents three procedures or functions within this package:
- EAM_EST_ACTUAL_DETAILS — The principal business procedure implied by its name. It addresses estimated versus actual cost details for EAM work orders, providing the data foundation from which cost comparisons are derived. This is the procedure most closely aligned with the package's stated business purpose.
- GENERATE_XMLDATA — Produces XML-formatted output, consistent with the package's dependency on DBMS_XMLGEN and DBMS_LOB. It transforms the underlying cost query results into an XML data stream suitable for reporting or downstream consumption.
- DISPLAY_PARAMETERS — A diagnostic or utility routine used to display the parameters associated with the package's operations. Such procedures are commonly used for debugging, tracing, and confirming input values during execution.
Parameter lists are not documented in the available metadata and are therefore not reproduced here.
Tables Accessed
The package accesses the following tables via APPS synonyms, according to documented metadata:
- CST_COST_GROUPS — Stores cost group definitions. Cost groups classify inventory and work-in-process costs by organization and category, and are required to resolve the correct costing context for an EAM work order.
- CST_COST_TYPES — Defines cost types such as standard, average, or actual. Cost type selection is essential when comparing estimated costs against actual costs, which is the core function suggested by EAM_EST_ACTUAL_DETAILS.
- WIP_ENTITIES — The central work-in-process entity table that holds work order and job definitions. For EAM work orders, this table supplies the work order identity and hierarchy that the cost detail report is built around.
- DBMS_LOB — An Oracle supplied package for large object manipulation, used to handle the XML output produced by GENERATE_XMLDATA.
- DBMS_XMLGEN — An Oracle supplied package that generates XML from SQL query results, the mechanism underlying the XML data production procedure.
Usage Notes
CST_EAM_WORKORDERS_PVT is a private package and is not intended for direct invocation by customer code, concurrent programs, or Oracle Forms outside its owning module. It is referenced by the APPS.CST_EAM_WORKORDERS_PVT package itself and by no other documented packages, confirming its role as an internal building block. Typical invocation occurs from higher-level Cost Management or EAM components that need EAM work order estimated-to-actual cost detail rendered as XML, commonly in support of cost inquiry screens or report output.
Because the package status is VALID and it depends only on standard Oracle supplied utilities and core cost tables, it is expected to function across both Oracle EBS 12.1.1 and 12.2.2. Integrators and developers should treat this package as read-only reference material, and should rely on published public APIs rather than calling CST_EAM_WORKORDERS_PVT directly, since private packages may change without notice across patches and releases.
-
PACKAGE: APPS.CST_EAM_WORKORDERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CST_EAM_WORKORDERS_PVT, status:VALID,
-
PACKAGE: APPS.CST_EAM_WORKORDERS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CST_EAM_WORKORDERS_PVT, status:VALID,
-
PACKAGE BODY: APPS.CST_EAM_WORKORDERS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CST_EAM_WORKORDERS_PVT, status:VALID,
-
PACKAGE BODY: APPS.CST_EAM_WORKORDERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CST_EAM_WORKORDERS_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.CST_EAM_WORKORDERS_PVT
12.1.1
-
PACKAGE: APPS.CST_EAM_WORKORDERS_PVT
12.2.2
-
SYNONYM: PUBLIC.DBMS_XMLGEN
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_XMLGEN, status:VALID,
-
PACKAGE BODY: APPS.CST_EAM_WORKORDERS_PVT
12.2.2
-
PACKAGE BODY: APPS.CST_EAM_WORKORDERS_PVT
12.1.1
-
SYNONYM: APPS.CST_COST_GROUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_COST_GROUPS, status:VALID,
-
SYNONYM: APPS.CST_COST_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_COST_TYPES, status:VALID,
-
SYNONYM: APPS.CST_COST_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_COST_TYPES, status:VALID,
-
SYNONYM: PUBLIC.DBMS_XMLGEN
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_XMLGEN, status:VALID,
-
SYNONYM: APPS.CST_COST_GROUPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_COST_GROUPS, status:VALID,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
APPS.CST_EAM_WORKORDERS_PVT dependencies on CST_EAM_WORKORDERS_PVT
12.2.2
-
APPS.CST_EAM_WORKORDERS_PVT dependencies on CST_EAM_WORKORDERS_PVT
12.1.1
-
SYNONYM: APPS.WIP_ENTITIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_ENTITIES, status:VALID,
-
SYNONYM: APPS.WIP_ENTITIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_ENTITIES, status:VALID,
-
eTRM - XLE Tables and Views
12.1.1
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
PACKAGE: APPS.FND_CONCURRENT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_CONCURRENT, status:VALID,
-
APPS.CST_EAM_WORKORDERS_PVT dependencies on FND_MSG_PUB
12.1.1
-
APPS.CST_EAM_WORKORDERS_PVT dependencies on FND_MSG_PUB
12.2.2
-
PACKAGE: APPS.FND_CONCURRENT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_CONCURRENT, status:VALID,
-
SYNONYM: PUBLIC.DBMS_LOB
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_LOB, status:VALID,
-
APPS.CST_EAM_WORKORDERS_PVT dependencies on FND_CONCURRENT
12.2.2
-
SYNONYM: PUBLIC.DBMS_LOB
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_LOB, status:VALID,
-
APPS.CST_EAM_WORKORDERS_PVT dependencies on FND_CONCURRENT
12.1.1
-
APPS.CST_EAM_WORKORDERS_PVT dependencies on FND_API
12.1.1
-
APPS.CST_EAM_WORKORDERS_PVT dependencies on FND_API
12.2.2
-
APPS.CST_EAM_WORKORDERS_PVT dependencies on FND_LOG
12.1.1
-
APPS.CST_EAM_WORKORDERS_PVT dependencies on FND_LOG
12.2.2
-
eTRM - XLE Tables and Views
12.1.1
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_LOG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_LOG, status:VALID,
-
PACKAGE: APPS.FND_LOG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_LOG, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_MSG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_MSG_PUB, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_MSG_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MSG_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1