Search Results msc_analysis_budget
Overview
MSC_ANALYSIS_BUDGET is a PL/SQL package owned by the APPS schema that forms part of the Oracle Advanced Supply Chain Planning (ASCP) analytical infrastructure within Oracle E-Business Suite 12.1.1 and 12.2.2. The package is classified as an OTHER API, indicating that it is a supporting utility rather than a public, officially supported extension interface. Its role is to consolidate planning data into a budget-versus-target analysis format, drawing together supply chain plan outputs, demand information, and customer trading partner attributes so that planners and business analysts can compare planned activity against defined budget targets.
The package is designated VALID in the ETRM repository, confirming that its compiled state is consistent with the APPS schema dependencies recorded at the time of documentation. A notable structural characteristic is that the package is self-referencing in the dependency tree — APPS.MSC_ANALYSIS_BUDGET appears in both its own dependency list and its referencing list — which is typical of packages that expose public wrapper specifications over an internal implementation body.
Key Procedures and Functions
The documented interface exposes two program units:
- GET_CUSTOMER_TARGET_SL — Retrieves target values associated with customers at a summary level. Given its naming convention, this routine is expected to resolve customer-level target data for use in comparative budget analysis, supplying the customer dimension of the target side of the analysis.
- SCHEDULE_RETRIEVE — Controls or performs the retrieval of scheduled planning data. It is the mechanism by which the package gathers the periodic plan and budget records required for downstream reporting, likely invoked as part of a submission or refresh cycle.
No parameter signatures are documented in the ETRM record; consumers should resolve the exact signatures from the package specification in the database before invoking these units directly.
Tables Accessed
The package references a broad set of MSC planning tables through APPS synonyms:
- MSC_PLANS, MSC_PLAN_BUCKETS, MSC_PLAN_ORGANIZATIONS, MSC_PERIOD_START_DATES — supply the plan definition, time-bucket granularity, organization scope, and period boundaries that frame the analysis.
- MSC_DEMANDS, MSC_BIS_INV_DETAIL, MSC_ITEM_CATEGORIES, MSC_SYSTEM_ITEMS, MSC_TRADING_PARTNERS — provide the demand stream, inventory detail, item categorization, item master, and customer/supplier attributes used to build the comparative measures.
- MSC_BIS_PERIODS — supports period alignment for the business intelligence summary layer.
- MSC_FORM_QUERY and MSC_FORM_QUERY_S — hold saved form query definitions, indicating that the package participates in form-driven query retrieval.
- DUAL, DBMS_OUTPUT, PLITBLM — utility and diagnostic references used for control flow and debug output.
Usage Notes
Because the package is internally referenced only by itself and is not referenced by any other documented package, it should be treated as an internal worker rather than a supported integration point. It is typically reached indirectly through ASCP analytical forms, concurrent program submission of planning and budget comparison reports, or wrappers that call SCHEDULE_RETRIEVE to populate the analysis tables prior to reporting. Custom code should avoid direct invocation unless the package specification is inspected in the target environment, since Oracle does not document these routines as public APIs and signatures may change between 12.1.1 and 12.2.2. Where customization is required, wrapping the call in a defensive exception handler and validating against the specific patch level is recommended.
-
PACKAGE: APPS.MSC_ANALYSIS_BUDGET
12.2.2
owner:APPS, object_type:PACKAGE, object_name:MSC_ANALYSIS_BUDGET, status:VALID,
-
PACKAGE BODY: APPS.MSC_ANALYSIS_BUDGET
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ANALYSIS_BUDGET, status:VALID,
-
PACKAGE: APPS.MSC_ANALYSIS_BUDGET
12.1.1
owner:APPS, object_type:PACKAGE, object_name:MSC_ANALYSIS_BUDGET, status:VALID,
-
PACKAGE BODY: APPS.MSC_ANALYSIS_BUDGET
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ANALYSIS_BUDGET, status:VALID,
-
PACKAGE: APPS.MSC_ANALYSIS_BUDGET
12.2.2
-
PACKAGE: APPS.MSC_ANALYSIS_BUDGET
12.1.1
-
PACKAGE: APPS.MSC_GET_BIS_VALUES
12.2.2
owner:APPS, object_type:PACKAGE, object_name:MSC_GET_BIS_VALUES, status:VALID,
-
SYNONYM: APPS.MSC_BIS_PERIODS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_BIS_PERIODS, status:VALID,
-
SYNONYM: APPS.MSC_BIS_PERIODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_BIS_PERIODS, status:VALID,
-
SYNONYM: APPS.MSC_FORM_QUERY_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_FORM_QUERY_S, status:VALID,
-
PACKAGE: APPS.MSC_GET_BIS_VALUES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:MSC_GET_BIS_VALUES, status:VALID,
-
SYNONYM: APPS.MSC_BIS_INV_DETAIL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_BIS_INV_DETAIL, status:VALID,
-
SYNONYM: APPS.MSC_FORM_QUERY_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_FORM_QUERY_S, status:VALID,
-
SYNONYM: APPS.MSC_BIS_INV_DETAIL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_BIS_INV_DETAIL, status:VALID,
-
SYNONYM: APPS.MSC_PLAN_BUCKETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_PLAN_BUCKETS, status:VALID,
-
SYNONYM: APPS.MSC_PERIOD_START_DATES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_PERIOD_START_DATES, status:VALID,
-
SYNONYM: APPS.MSC_PLAN_BUCKETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_PLAN_BUCKETS, status:VALID,
-
SYNONYM: APPS.MSC_PERIOD_START_DATES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_PERIOD_START_DATES, status:VALID,
-
SYNONYM: APPS.MSC_PLAN_ORGANIZATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_PLAN_ORGANIZATIONS, status:VALID,
-
VIEW: APPS.MSC_PLANS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLANS_TREE_V, object_name:MSC_PLANS_TREE_V, status:VALID,
-
SYNONYM: APPS.MSC_PLAN_ORGANIZATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_PLAN_ORGANIZATIONS, status:VALID,
-
SYNONYM: APPS.MSC_ITEM_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_ITEM_CATEGORIES, status:VALID,
-
SYNONYM: APPS.MSC_FORM_QUERY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_FORM_QUERY, status:VALID,
-
SYNONYM: APPS.MSC_FORM_QUERY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_FORM_QUERY, status:VALID,
-
VIEW: APPS.MSC_PLANS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLANS_TREE_V, object_name:MSC_PLANS_TREE_V, status:VALID,
-
SYNONYM: APPS.MSC_ITEM_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_ITEM_CATEGORIES, status:VALID,
-
12.1.1 DBA Data
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
-
SYNONYM: APPS.MSC_DEMANDS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_DEMANDS, status:VALID,
-
SYNONYM: APPS.MSC_DEMANDS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_DEMANDS, status:VALID,
-
PACKAGE: APPS.MSC_GET_NAME
12.1.1
owner:APPS, object_type:PACKAGE, object_name:MSC_GET_NAME, status:VALID,
-
PACKAGE: APPS.MSC_GET_NAME
12.2.2
owner:APPS, object_type:PACKAGE, object_name:MSC_GET_NAME, status:VALID,
-
SYNONYM: APPS.MSC_PLANS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_PLANS, status:VALID,
-
SYNONYM: APPS.MSC_SYSTEM_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_SYSTEM_ITEMS, status:VALID,
-
SYNONYM: APPS.MSC_TRADING_PARTNERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_TRADING_PARTNERS, status:VALID,
-
SYNONYM: APPS.MSC_PLANS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_PLANS, status:VALID,
-
SYNONYM: PUBLIC.DBMS_OUTPUT
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_OUTPUT, status:VALID,
-
SYNONYM: APPS.MSC_SYSTEM_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_SYSTEM_ITEMS, status:VALID,
-
SYNONYM: APPS.MSC_TRADING_PARTNERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_TRADING_PARTNERS, status:VALID,
-
SYNONYM: PUBLIC.DBMS_OUTPUT
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_OUTPUT, status:VALID,
-
APPS.MSC_ANALYSIS_BUDGET dependencies on MSC_ANALYSIS_BUDGET
12.1.1
-
APPS.MSC_ANALYSIS_BUDGET dependencies on MSC_ANALYSIS_BUDGET
12.2.2
-
PACKAGE BODY: APPS.MSC_ANALYSIS_BUDGET
12.1.1
-
PACKAGE BODY: APPS.MSC_ANALYSIS_BUDGET
12.2.2
-
SYNONYM: PUBLIC.DUAL
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
eTRM - MSC Tables and Views
12.1.1
description: This table contains the mapping between user-defined zone and included regions ,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,