Search Results pa_burden_cmts
Overview
PA_BURDEN_CMTS is a PL/SQL package body owned by the APPS schema in Oracle E-Business Suite, and it belongs to the Oracle Projects (PA) module. Its name — "CMTS" likely referring to cost multipliers / burden comment or costing method structures — places it within the burdening and costing engine that calculates fully burdened costs on project expenditures. The package is documented in ETRM (12.2.2) with an API classification of OTHER, meaning it is primarily an internal, supporting package rather than a public, published application programming interface.
The business function of PA_BURDEN_CMTS is to resolve and compile the cost multiplier and burden structure definitions that Oracle Projects applies when deriving burdened cost from raw expenditure items. It bridges the cost base, cost plus (rate) schedules, and cost plus structures, together with expenditure types, so that the burden engine can apply the correct multipliers for a given set of project expenditures. It is a dependency of several other packages rather than a user-facing entry point.
Key Procedures and Functions
The documented package exposes two procedures/functions:
- GET_CMT_COMPILED_SET_ID — Returns the compiled set identifier for cost multipliers. This identifies the pre-compiled collection of cost multiplier definitions that the burden engine should use, allowing callers to resolve which compiled costing set is applicable rather than re-deriving it each time.
- GET_CMT_BURDENED_COST — Returns the burdened cost value derived from the applicable cost multipliers for the given context. This is the core computation routine that yields the fully burdened figure used in project costing.
The package is referenced by six other packages, indicating it serves as a shared internal utility within the Oracle Projects burdening code path. The metadata does not document individual parameter lists, so parameter details are not reproduced here.
Tables Accessed
PA_BURDEN_CMTS references the following tables through APPS synonyms:
- PA_EXPENDITURE_TYPES — Defines the expenditure categories (e.g., labor, expense) to which multipliers apply. The package reads this to determine which cost multipliers are relevant to a given expenditure type.
- PA_COST_BASES — Defines the cost bases on which multipliers operate, used to identify the underlying base amounts for burdening.
- PA_COST_PLUS_STRUCTURES — Defines the structure that organizes cost plus (rate) schedules, queried to resolve the compiled burdening structure.
It also shows a dependency on PA_COST_PLUS and on the package itself (PA_BURDEN_CMTS). No tables are documented as being written by this package; it is primarily read-oriented.
Usage Notes
PA_BURDEN_CMTS is an internal Oracle Projects burdening component. It is typically invoked by other Oracle Projects packages during burden cost calculation, particularly those handling cost multiplier compilation and burdened cost derivation. It is not intended as a standalone public API and is not exposed through Oracle Projects forms or standard concurrent programs directly.
Because it is referenced by six other packages, changes to this package can affect the broader burdening flow in both 12.1.1 and 12.2.2. Custom code should avoid calling its internal procedures directly unless the documented signatures are validated against the specific release. When troubleshooting burdening discrepancies, this object is one point of investigation for how compiled multiplier sets and burdened costs are resolved.
-
PACKAGE BODY: APPS.PA_BURDEN_CMTS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_BURDEN_CMTS, status:VALID,
-
PACKAGE: APPS.PA_BURDEN_CMTS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_BURDEN_CMTS, status:VALID,
-
PACKAGE: APPS.PA_BURDEN_CMTS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_BURDEN_CMTS, status:VALID,
-
PACKAGE BODY: APPS.PA_BURDEN_CMTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_BURDEN_CMTS, status:VALID,
-
PACKAGE: APPS.PA_BURDEN_CMTS
12.1.1
-
PACKAGE: APPS.PA_BURDEN_CMTS
12.2.2
-
SYNONYM: APPS.PA_COST_PLUS_STRUCTURES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_COST_PLUS_STRUCTURES, status:VALID,
-
SYNONYM: APPS.PA_COST_PLUS_STRUCTURES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_COST_PLUS_STRUCTURES, status:VALID,
-
PACKAGE BODY: APPS.PA_CHECK_COMMITMENTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CHECK_COMMITMENTS, status:VALID,
-
SYNONYM: APPS.PA_COST_BASES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_COST_BASES, status:VALID,
-
SYNONYM: APPS.PA_COST_BASES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_COST_BASES, status:VALID,
-
PACKAGE BODY: APPS.PA_BURDEN_CMTS
12.2.2
-
PACKAGE BODY: APPS.PA_CHECK_COMMITMENTS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CHECK_COMMITMENTS, status:VALID,
-
PACKAGE: APPS.PA_COST_PLUS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_COST_PLUS, status:VALID,
-
PACKAGE: APPS.PA_COST_PLUS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_COST_PLUS, status:VALID,
-
SYNONYM: APPS.PA_EXPENDITURE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURE_TYPES, status:VALID,
-
PACKAGE BODY: APPS.PA_BURDEN_CMTS
12.1.1
-
SYNONYM: APPS.PA_EXPENDITURE_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURE_TYPES, status:VALID,
-
VIEW: APPS.GMS_COMMITMENTS_OVERRIDE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENTS_OVERRIDE_V, object_name:GMS_COMMITMENTS_OVERRIDE_V, status:VALID,
-
VIEW: APPS.GMS_COMMITMENTS_OVERRIDE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENTS_OVERRIDE_V, object_name:GMS_COMMITMENTS_OVERRIDE_V, status:VALID,
-
VIEW: APPS.PA_COMMITMENTS_V1
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_COMMITMENTS_V1, status:VALID,
-
VIEW: APPS.GMS_COMMITMENT_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENT_TXNS_V, object_name:GMS_COMMITMENT_TXNS_V, status:VALID,
-
VIEW: APPS.GMS_COMMITMENT_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENT_TXNS_V, object_name:GMS_COMMITMENT_TXNS_V, status:VALID,
-
VIEW: APPS.PA_COMMITMENT_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENT_TXNS_V PA.PA_COMMITMENT_TXNS_V, object_name:PA_COMMITMENT_TXNS_V, status:VALID,
-
VIEW: APPS.PA_COMMITMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENTS_V PA.PA_COMMITMENTS_V, object_name:PA_COMMITMENTS_V, status:VALID,
-
VIEW: APPS.PA_COMMITMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PA_COMMITMENTS_V, status:VALID,
-
VIEW: APPS.PA_COMMITMENT_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENT_TXNS_V PA.PA_COMMITMENT_TXNS_V, object_name:PA_COMMITMENT_TXNS_V, 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
-
APPS.PA_COMMITMENT_TXNS_V dependencies on PA_BURDEN_CMTS
12.2.2
-
APPS.GMS_COMMITMENT_TXNS_V dependencies on PA_BURDEN_CMTS
12.2.2
-
APPS.GMS_COMMITMENTS_OVERRIDE_V dependencies on PA_BURDEN_CMTS
12.1.1
-
APPS.PA_BURDEN_CMTS dependencies on PA_BURDEN_CMTS
12.1.1
-
APPS.GMS_COMMITMENT_TXNS_V dependencies on PA_BURDEN_CMTS
12.1.1
-
APPS.PA_BURDEN_CMTS dependencies on PA_BURDEN_CMTS
12.2.2
-
APPS.PA_COMMITMENTS_V dependencies on PA_BURDEN_CMTS
12.2.2
-
APPS.PA_COMMITMENT_TXNS_V dependencies on PA_BURDEN_CMTS
12.1.1
-
APPS.PA_COMMITMENTS_V1 dependencies on PA_BURDEN_CMTS
12.2.2
-
APPS.PA_CHECK_COMMITMENTS dependencies on PA_BURDEN_CMTS
12.2.2
-
APPS.PA_COMMITMENTS_V dependencies on PA_BURDEN_CMTS
12.1.1
-
APPS.GMS_COMMITMENTS_OVERRIDE_V dependencies on PA_BURDEN_CMTS
12.2.2
-
APPS.PA_CHECK_COMMITMENTS dependencies on PA_BURDEN_CMTS
12.1.1
-
eTRM - GMS Tables and Views
12.1.1
description: Versions of award and budget workflows. There can be many workflows for an award or budget. ,
-
eTRM - GMS Tables and Views
12.2.2
description: Versions of award and budget workflows. There can be many workflows for an award or budget. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,
-
eTRM - GMS Tables and Views
12.1.1
description: Versions of award and budget workflows. There can be many workflows for an award or budget. ,
-
eTRM - GMS Tables and Views
12.2.2
description: Versions of award and budget workflows. There can be many workflows for an award or budget. ,
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,