Search Results bom_globals
Overview
APPS.BOM_GLOBALS is a foundational PL/SQL package body in the Oracle E-Business Suite Bills of Material module. Its principal design objective is to provide a session-level repository of global context information — organization, user, login, request, and program identifiers — together with controlled accessors that other Bill of Materials packages, forms, and concurrent programs use throughout a transaction. Rather than requiring each dependent program to query FND_GLOBAL, FND_PROFILE, and related sources independently, BOM_GLOBALS centralizes the retrieval, storage, and retrieval of these values in a single package-level state area. In the ETRM metadata for Release 12.2.2 the package is classified as OTHER and is recorded as VALID in the APPS schema. It exposes 124 documented procedures and functions and is referenced by 78 other database objects, confirming its role as a widely shared utility rather than an end-user-facing API. The package body additionally contains logic that traverses Bill of Materials, engineering change, and item attribute structures, and it depends on a broad set of APPS tables, FND utilities, and EGO (Application Object Library Attribute) constructs.
Key Procedures and Functions
The documented entry points follow a consistent getter/setter pattern that establishes and retrieves the global context for a session or concurrent request:
- INIT_SYSTEM_INFO_REC — Initializes the package-level system information record, priming the global context before other accessors are used.
- GET_SYSTEM_INFORMATION / SET_SYSTEM_INFORMATION — Retrieve and assign the aggregate system information structure held by the package.
- SET_BILL_SEQUENCE_ID / GET_BILL_SEQUENCE_ID — Store and return the bill sequence identifier used when processing bill of material structures.
- SET_ENTITY / GET_ENTITY — Maintain the current entity context relevant to the operation in progress.
- SET_ORG_ID / GET_ORG_ID — Maintain the inventory organization identifier, essential for multi-organization BOM processing.
- SET_ECO_NAME / GET_ECO_NAME — Hold the engineering change order name associated with the current context.
- SET_USER_ID / GET_USER_ID — Maintain the executing application user identifier.
- SET_LOGIN_ID / GET_LOGIN_ID — Maintain the login identifier for the current session.
- SET_PROG_APPID / GET_PROG_APPID — Store and return the application identifier of the calling program.
- SET_PROG_ID / GET_PROG_ID — Store and return the concurrent program or form identifier.
- SET_REQUEST_ID / GET_REQUEST_ID — Maintain the concurrent request identifier so that downstream logic and error handling can attribute activity to the correct request.
These accessors shield callers from the mechanics of how context is obtained and persisted, allowing consistent behavior across forms, concurrent managers, and custom extensions.
Tables Accessed
The package body references a wide spectrum of APPS synonyms reflecting its supporting role for BOM, engineering, and item processing. Bill of material structures and components are represented through BOM_STRUCTURES_B, BOM_COMPONENTS_B, BOM_INVENTORY_COMPONENTS_S, BOM_COMPONENT_OPERATIONS, BOM_COMPONENT_OPERATIONS_S, BOM_SUBSTITUTE_COMPONENTS, and BOM_REFERENCE_DESIGNATORS. Structure classification and bill header data are drawn from BOM_STRUCTURE_TYPES_B and BOM_STRUCTURE_TYPES_VL, while BOM_BILL_OF_MATERIALS and BOM_REVISIONS supply bill and revision information. Engineering change context is obtained from ENG_ENGINEERING_CHANGES, ENG_CHANGE_TYPE_PROCESSES, and ENG_REVISED_ITEMS. Item and revision data come from MTL_SYSTEM_ITEMS, MTL_SYSTEM_ITEMS_B, MTL_SYSTEM_ITEMS_KFV, and MTL_ITEM_REVISIONS_B, with catalog grouping from MTL_ITEM_CATALOG_GROUPS and MTL_ITEM_CATALOG_GROUPS_B. Attribute security and lifecycle handling use EGO_DATA_LEVEL_B and EGO_OBJ_TYPE_LIFECYCLES. Reference and setup data are read from FND_LOOKUP_VALUES, FND_OBJECTS, and MFG_LOOKUPS. The package also relies heavily on FND utilities such as FND_API, FND_GLOBAL, FND_PROFILE, FND_MESSAGE, FND_MSG_PUB, FND_LOG, FND_FILE, FND_FLEX_EXT, FND_FLEX_SERVER, and FND_INSTALLATION, along with ERROR_HANDLER, BOM_BO_PUB, BOM_UDA_OVERRIDES_PVT, EGO_USER_ATTRS_DATA_PVT, INV_ORGHIERARCHY_PVT, and EGO_DATA_SECURITY.
Usage Notes
BOM_GLOBALS is typically invoked indirectly. Oracle Bills of Material forms and concurrent programs call the setter procedures early in their execution to establish organization, user, request, and program context, then reference the corresponding getters during subsequent processing. Because it is referenced by 78 other packages and references no fewer than fifteen documented base tables, it functions as an internal plumbing layer for the module rather than a public integration API. Custom code extending Bills of Material functionality may call the getter procedures to obtain the current organization or request identifier without re-deriving those values, but developers should treat the package as Oracle-owned and avoid modifying it. The metadata records no dependent objects referencing BOM_GLOBALS directly from outside the APPS schema beyond the listed package references, reinforcing its role as an internal utility. On upgrade between 12.1.1 and 12.2.2, the object is expected to remain VALID; any invalidation after patching should be resolved by recompiling the package body.
-
SYNONYM: APPS.NUM_VARRAY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:NUM_VARRAY, status:VALID,
-
SYNONYM: APPS.VARCHAR2_VARRAY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:VARCHAR2_VARRAY, status:VALID,
-
TYPE: APPS.NUM_VARRAY
12.2.2
owner:APPS, object_type:TYPE, object_name:NUM_VARRAY, status:VALID,
-
TYPE: APPS.VARCHAR2_VARRAY
12.2.2
owner:APPS, object_type:TYPE, object_name:VARCHAR2_VARRAY, status:VALID,
-
PACKAGE BODY: APPS.BOM_GLOBALS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_GLOBALS, status:VALID,
-
PACKAGE BODY: APPS.BOM_GLOBALS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_GLOBALS, status:VALID,
-
TRIGGER: APPS.BOMTBICX
12.2.2
owner:APPS, object_type:TRIGGER, object_name:BOMTBICX, status:VALID,
-
PACKAGE BODY: APPS.ENG_DEFAULT_CHANGE_LINE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_DEFAULT_CHANGE_LINE, status:VALID,
-
PACKAGE BODY: APPS.ENG_DEFAULT_CHANGE_LINE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_DEFAULT_CHANGE_LINE, status:VALID,
-
PACKAGE BODY: APPS.BOM_DEFAULT_COMP_OPERATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_DEFAULT_COMP_OPERATION, status:VALID,
-
PACKAGE BODY: APPS.ENG_REF_DESIGNATOR_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_REF_DESIGNATOR_UTIL, status:VALID,
-
SYNONYM: APPS.BOM_COMPONENT_OPERATIONS_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_COMPONENT_OPERATIONS_S, status:VALID,
-
TRIGGER: APPS.BOMTBICX
12.1.1
owner:APPS, object_type:TRIGGER, object_name:BOMTBICX, status:VALID,
-
PACKAGE: APPS.BOM_UDA_OVERRIDES_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:BOM_UDA_OVERRIDES_PVT, status:VALID,
-
PACKAGE BODY: APPS.BOM_VALIDATE_BOM_REVISION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_VALIDATE_BOM_REVISION, status:VALID,
-
PACKAGE BODY: APPS.ENG_DEFAULT_REV_COMPONENT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_DEFAULT_REV_COMPONENT, status:VALID,
-
PACKAGE BODY: APPS.ENG_OPS_CONTROLLER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_OPS_CONTROLLER, status:VALID,
-
PACKAGE BODY: APPS.BOM_DEFAULT_SUB_COMPONENT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_DEFAULT_SUB_COMPONENT, status:VALID,
-
PACKAGE BODY: APPS.BOM_DEFAULT_COMP_OPERATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_DEFAULT_COMP_OPERATION, status:VALID,
-
SYNONYM: APPS.BOM_COMPONENT_OPERATIONS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_COMPONENT_OPERATIONS_S, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOM_REVISION_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BOM_REVISION_UTIL, status:VALID,
-
PACKAGE BODY: APPS.ENG_VALIDATE_REF_DESIGNATOR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_VALIDATE_REF_DESIGNATOR, status:VALID,
-
SYNONYM: APPS.ENG_CHANGE_TYPE_PROCESSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ENG_CHANGE_TYPE_PROCESSES, status:VALID,
-
PACKAGE BODY: APPS.BOM_DEFAULT_BOM_HEADER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_DEFAULT_BOM_HEADER, status:VALID,
-
SYNONYM: APPS.MTL_ITEM_CATALOG_GROUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_CATALOG_GROUPS, status:VALID,
-
PACKAGE BODY: APPS.ENG_RIT_CONTROLLER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_RIT_CONTROLLER, status:VALID,
-
PACKAGE BODY: APPS.BOM_RTG_HEADER_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_RTG_HEADER_UTIL, status:VALID,
-
PACKAGE BODY: APPS.BOM_SUB_COMPONENT_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_SUB_COMPONENT_UTIL, status:VALID,
-
PACKAGE BODY: APPS.ENG_RES_CONTROLLER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_RES_CONTROLLER, status:VALID,
-
PACKAGE BODY: APPS.BOM_VALIDATE_COMP_OPERATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_VALIDATE_COMP_OPERATION, status:VALID,
-
PACKAGE BODY: APPS.BOM_VAL_TO_ID
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_VAL_TO_ID, status:VALID,
-
PACKAGE BODY: APPS.ENG_REV_COMPONENT_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_REV_COMPONENT_UTIL, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOM_ISETUP_IMP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BOM_ISETUP_IMP, status:VALID,
-
PACKAGE BODY: APPS.BOM_VAL_TO_ID
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_VAL_TO_ID, status:VALID,
-
PACKAGE BODY: APPS.BOM_COMP_OPERATION_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_COMP_OPERATION_UTIL, status:VALID,
-
PACKAGE BODY: APPS.BOM_RTG_HEADER_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_RTG_HEADER_UTIL, status:VALID,
-
PACKAGE BODY: APPS.BOM_OPEN_INTERFACE_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_OPEN_INTERFACE_API, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOM_HEADER_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BOM_HEADER_UTIL, status:VALID,
-
PACKAGE BODY: APPS.BOM_OPEN_INTERFACE_API
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_OPEN_INTERFACE_API, status:VALID,
-
PACKAGE BODY: APPS.ENG_SUB_COMPONENT_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_SUB_COMPONENT_UTIL, status:VALID,
-
SYNONYM: APPS.ENG_CHANGE_TYPE_PROCESSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ENG_CHANGE_TYPE_PROCESSES, status:VALID,
-
PACKAGE BODY: APPS.BOM_DEFAULT_BOM_HEADER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_DEFAULT_BOM_HEADER, status:VALID,
-
PACKAGE BODY: APPS.BOM_COMP_OPERATION_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_COMP_OPERATION_UTIL, status:VALID,
-
PACKAGE BODY: APPS.BOM_BO_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BO_PUB, status:VALID,
-
PACKAGE BODY: APPS.ENG_VALIDATE_REF_DESIGNATOR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_VALIDATE_REF_DESIGNATOR, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOM_COPYORG_IMP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BOM_COPYORG_IMP, status:VALID,
-
PACKAGE BODY: APPS.BOM_BO_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BO_PUB, status:VALID,
-
PACKAGE BODY: APPS.BOM_REF_DESIGNATOR_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_REF_DESIGNATOR_UTIL, status:VALID,
-
PACKAGE BODY: APPS.ENG_OPS_CONTROLLER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_OPS_CONTROLLER, status:VALID,
-
PACKAGE BODY: APPS.ENG_SUB_COMPONENT_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_SUB_COMPONENT_UTIL, status:VALID,