Search Results cst_job_sm_processor
Overview
The APPS.CST_JOB_SM_PROCESSOR package is a cost management utility within the Oracle E-Business Suite (EBS) Cost Management (CST) module. Its naming convention — combining "JOB," "SM," and "PROCESSOR" — indicates its role in the processing of job-related cost information, most commonly associated with Work in Process (WIP) job costing and the Cost Management "SLA (Subledger Accounting) Management" or "Standard/Streamlined" cost processor routines. The package operates in the APPS schema and is classified as an "OTHER" API, meaning it is not a formally published public interface but is used internally by concurrent programs or supporting cost routines.
In the context of Oracle EBS 12.1.1 and 12.2.2, this package supports the calculation, validation, and updating of cost data for discrete or repetitive manufacturing jobs. It exists as both a package specification and package body (both shown as VALID), and depends on the standard SYS.STANDARD package, confirming it is a self-contained PL/SQL unit with no external schema object dependencies beyond the Oracle-supplied STANDARD library.
Key Procedures and Functions
The documented metadata identifies two public subprograms exposed by this package:
- COST_PROCESSOR — The primary processing routine. It drives the cost calculation and validation logic for the job cost records, orchestrating the retrieval, evaluation, and staging of cost information prior to finalization.
- COST_UPDATE — Handles the persistence phase, updating the relevant cost tables with the processed results produced by COST_PROCESSOR.
Because the ETRM documentation does not publish parameter signatures, parameter lists are intentionally omitted here. In practice, such routines typically receive a job or group identifier and a processing mode flag, but the exact interface should be confirmed against the deployed package specification.
Tables Accessed
The documented metadata does not enumerate specific base tables referenced through APPS synonyms; the dependency list shows only the SYS.STANDARD package. Given its stated business purpose, the package logically operates against WIP and Cost Management tables such as WIP_DISCRETE_JOBS, WIP_ENTITIES, CST_TRANSACTIONS, and the cost interface tables. Any custom report or wrapper should not assume fixed table access without inspecting the package body directly.
Usage Notes
This package is a private/internal API — the documented metadata shows it references no other APPS packages and is referenced by no other packages. It is therefore not intended as a general integration point. It is typically invoked indirectly by Cost Management concurrent programs (job cost processing and period-close cost routines) rather than from Oracle Forms. Developers extending EBS should treat it as a black-box utility and avoid direct invocation in custom code unless the interface has been independently verified against the package specification. No public API documentation is provided, so any use in customizations should be validated in a non-production environment first.
-
PACKAGE: APPS.CST_JOB_SM_PROCESSOR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CST_JOB_SM_PROCESSOR, status:VALID,
-
PACKAGE: APPS.CST_JOB_SM_PROCESSOR
12.2.2
-
PACKAGE: APPS.CST_JOB_SM_PROCESSOR
12.1.1
-
PACKAGE BODY: APPS.CST_JOB_SM_PROCESSOR
12.2.2
-
PACKAGE: APPS.CST_JOB_SM_PROCESSOR
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CST_JOB_SM_PROCESSOR, status:VALID,
-
PACKAGE BODY: APPS.CST_JOB_SM_PROCESSOR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CST_JOB_SM_PROCESSOR, status:VALID,
-
PACKAGE BODY: APPS.CST_JOB_SM_PROCESSOR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CST_JOB_SM_PROCESSOR, status:VALID,
-
PACKAGE BODY: APPS.CST_JOB_SM_PROCESSOR
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.CST_JOB_SM_PROCESSOR dependencies on CST_JOB_SM_PROCESSOR
12.2.2
-
APPS.CST_JOB_SM_PROCESSOR dependencies on CST_JOB_SM_PROCESSOR
12.1.1
-
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
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,