Search Results bom_bom_copyorg_imp
Overview
BOM_BOM_COPYORG_IMP is a PL/SQL package owned by the APPS schema in Oracle E-Business Suite, classified under the ETRM metadata as an "OTHER" API. Its name reflects its function: it supports the Copy Bill of Materials From Template and cross-organization copy operations within Oracle Bills of Material. In EBS 12.1.1 and 12.2.2, the package provides the import-side logic used when BOM structures are copied from a source organization (or a template bill) into a destination organization. The "IMP" suffix indicates it is the import routine invoked after source data has been staged, extracting component, substitute, reference designator, and routing information and writing it into the target organization's engineering or manufacturing bill of materials. The ETRM record notes a Status of VALID and documents a dependency on SYS.STANDARD, confirming it is a supported, active object in the APPS schema.
Key Procedures and Functions
ETRM documents a single public procedure for this package:
- IMPORT_BOM — the entry point that performs the import of a bill of materials into the destination organization. It orchestrates the reading of staged source data and the insertion of the corresponding BOM records, drawing on the tables listed below to resolve the target organization parameters and item identifiers before populating component-level structures. No parameter list is documented in the ETRM metadata, so signature details should be confirmed against the live package specification in the target environment.
The package body also appears in the ETRM record under "Package Body," and the object is self-referenced in the dependency listing, which is consistent with typical BOM copy packages that call internal helper routines not exposed as public APIs.
Tables Accessed
The documented table references, resolved through APPS synonyms, define the data footprint of the import operation:
- BOM_COMPONENT_OPERATIONS — routing/operation associations for components in the copied bill, written when the source BOM carries operation assignments.
- BOM_REFERENCE_DESIGNATORS — reference designator details for components, preserved during the copy.
- BOM_SUBSTITUTE_COMPONENTS — substitute component records, copied so that approved alternates carry over to the destination organization.
- MTL_PARAMETERS — organization-level parameters used to validate the destination organization and determine default behavior for the import.
- MTL_SYSTEM_ITEMS_KFV — the item key flexfield view, used to resolve and validate item identifiers in the destination organization.
- PLITBLM — a standard Oracle PL/SQL table type used for in-memory collections during processing.
Usage Notes
BOM_BOM_COPYORG_IMP is not intended for direct invocation by end users. In practice it is called by the Oracle Bills of Material forms and concurrent programs that implement "Copy Bill from Template" and cross-organization BOM copy, including the standard copy concurrent request. Custom or extension code should invoke the supported public API surface rather than the internal routines, and only after validating that the destination organization, item, and bill parameters are correctly set up, since the procedure relies on MTL_PARAMETERS and MTL_SYSTEM_ITEMS_KFV for resolution. Because ETRM records it with an "OTHER" API classification and zero referencing packages, it should be treated as an internal implementation package; Oracle does not publish a formal parameter contract for it, and its signature may change between patch levels. Integrations requiring BOM copy should use the documented open interfaces or the standard concurrent program instead.
-
PACKAGE: APPS.BOM_BOM_COPYORG_IMP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:BOM_BOM_COPYORG_IMP, status:VALID,
-
PACKAGE: APPS.BOM_BOM_COPYORG_IMP
12.1.1
-
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: APPS.BOM_BOM_COPYORG_IMP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BOM_BOM_COPYORG_IMP, status:VALID,
-
PACKAGE: APPS.BOM_BOM_COPYORG_IMP
12.2.2
-
PACKAGE BODY: APPS.BOM_BOM_COPYORG_IMP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BOM_COPYORG_IMP, status:VALID,
-
SYNONYM: APPS.BOM_COMPONENT_OPERATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_COMPONENT_OPERATIONS, status:VALID,
-
SYNONYM: APPS.BOM_COMPONENT_OPERATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_COMPONENT_OPERATIONS, status:VALID,
-
SYNONYM: APPS.BOM_SUBSTITUTE_COMPONENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_SUBSTITUTE_COMPONENTS, 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
-
SYNONYM: APPS.BOM_REFERENCE_DESIGNATORS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_REFERENCE_DESIGNATORS, status:VALID,
-
SYNONYM: APPS.BOM_SUBSTITUTE_COMPONENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_SUBSTITUTE_COMPONENTS, status:VALID,
-
SYNONYM: APPS.BOM_REFERENCE_DESIGNATORS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_REFERENCE_DESIGNATORS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.BOM_GLOBALS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:BOM_GLOBALS, status:VALID,
-
PACKAGE: APPS.BOM_GLOBALS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BOM_GLOBALS, status:VALID,
-
PACKAGE: APPS.BOM_BO_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BOM_BO_PUB, status:VALID,
-
PACKAGE: APPS.BOM_BO_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:BOM_BO_PUB, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOM_COPYORG_IMP
12.2.2
-
PACKAGE BODY: APPS.BOM_BOM_COPYORG_IMP
12.1.1
-
PACKAGE: APPS.ERROR_HANDLER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ERROR_HANDLER, status:VALID,
-
APPS.BOM_BOM_COPYORG_IMP dependencies on BOM_BOM_COPYORG_IMP
12.1.1
-
APPS.BOM_BOM_COPYORG_IMP dependencies on BOM_BOM_COPYORG_IMP
12.2.2
-
VIEW: APPS.BOM_BILL_OF_MATERIALS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS, object_name:BOM_BILL_OF_MATERIALS, status:VALID,
-
VIEW: APPS.BOM_BILL_OF_MATERIALS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS, object_name:BOM_BILL_OF_MATERIALS, status:VALID,
-
PACKAGE: APPS.ERROR_HANDLER
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ERROR_HANDLER, status:VALID,
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS, object_name:BOM_INVENTORY_COMPONENTS, status:VALID,
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS, object_name:BOM_INVENTORY_COMPONENTS, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
APPS.BOM_BOM_COPYORG_IMP dependencies on FND_PROFILE
12.1.1
-
APPS.BOM_BOM_COPYORG_IMP dependencies on FND_PROFILE
12.2.2
-
SYNONYM: APPS.MTL_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
PACKAGE: APPS.FND_LOG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_LOG, status:VALID,
-
PACKAGE: APPS.FND_LOG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_LOG, status:VALID,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
SYNONYM: PUBLIC.PLITBLM
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:PLITBLM, status:VALID,
-
SYNONYM: PUBLIC.PLITBLM
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PLITBLM, 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
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,