Search Results cse_asset_move_pkg
Overview
The APPS.CSE_ASSET_MOVE_PKG package is a server-side PL/SQL construct within the Oracle E-Business Suite Enterprise Asset Management (EAM) and Oracle Assets integration landscape. It functions as a transactional utility for processing movement activity associated with asset instances tracked in Oracle's Install Base (CSI) and fixed asset registries. In EBS release 12.1.1 and 12.2.2, this package operates within the APPS schema and maintains a VALID status, indicating it is a compiled, active object in the database. The package is classified under ETRM as OTHER, meaning it is not exposed as a formal public API with guaranteed signature stability across releases, but rather is an internal implementation object invoked by enterprise asset workflows. Its principal business purpose is to bridge Install Base transaction processing with Oracle Assets movement records — ensuring that when an asset instance is relocated, the associated fixed asset additions, distributions, and transaction history remain consistent across the two subsystems.
Key Procedures and Functions
The ETRM metadata documents a single procedure for this package:
PROCESS_MOVE_TRANSACTIONS— The sole documented entry point. This procedure drives the movement processing logic for asset instances, coordinating the creation and validation of Install Base transactions and their corresponding Oracle Assets impacts. It is responsible for orchestrating the write operations across the transaction, distribution history, and asset additions tables referenced below. No parameter list is documented in the ETRM metadata; consumers invoking this procedure directly must derive the signature from the package specification at runtime.
Tables Accessed
The package references a broad set of tables through APPS synonyms, reflecting its dual role across Install Base and Oracle Assets:
- Install Base transaction tables —
CSI_TRANSACTIONS,CSI_T_TRANSACTION_LINES,CSI_T_TXN_LINE_DETAILS, andCSI_TXN_ERRORScapture the movement transaction header, line-level detail, and any validation errors encountered during processing. - Install Base instance and type tables —
CSI_ITEM_INSTANCES,CSI_ITEM_INSTANCES_H,CSI_I_ASSETS,CSI_IB_TXN_TYPES,CSI_SOURCE_IB_TYPES, andCSI_TXN_TYPESprovide the instance records, movement type definitions, and source context required to interpret and route a movement. - Oracle Assets tables —
FA_ADDITIONS,FA_ADDITIONS_B,FA_BOOKS,FA_CATEGORY_BOOK_DEFAULTS, andFA_DISTRIBUTION_HISTORYhold the fixed asset records, book assignments, category defaults, and distribution history that must be updated to keep asset location data synchronized with Install Base movement activity.
Usage Notes
CSE_ASSET_MOVE_PKG is referenced by no other packages according to ETRM metadata, and it carries no formal API classification. In practice, it is invoked from EAM and Install Base asset movement workflows — typically triggered through the Enterprise Asset Management forms or via concurrent programs that batch-process asset relocations. Because the package writes to both CSI and FA tables and logs errors into CSI_TXN_ERRORS, any direct invocation from custom code must respect transaction boundaries and commit strategy carefully: partial processing can leave Install Base and Oracle Assets out of synchronization. Customizations should prefer documented public APIs where available and treat this package as an internal implementation detail that may change between 12.1.1 and 12.2.2 without notice.
-
PACKAGE: APPS.CSE_ASSET_MOVE_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_ASSET_MOVE_PKG, status:VALID,
-
PACKAGE: APPS.CSE_ASSET_MOVE_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_ASSET_MOVE_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSE_ASSET_MOVE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSE_ASSET_MOVE_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSE_ASSET_MOVE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSE_ASSET_MOVE_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.CSE_ASSET_CREATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_ASSET_CREATION_PKG, status:VALID,
-
PACKAGE: APPS.CSE_FA_TXN_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_FA_TXN_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.FA_MASS_EXT_RETIREMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_MASS_EXT_RETIREMENTS, status:VALID,
-
SYNONYM: APPS.CSI_SOURCE_IB_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_SOURCE_IB_TYPES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.CSE_FA_TXN_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_FA_TXN_PKG, status:VALID,
-
PACKAGE: APPS.CSE_ASSET_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_ASSET_UTIL_PKG, status:VALID,
-
SYNONYM: APPS.FA_MASS_EXT_RETIREMENTS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_MASS_EXT_RETIREMENTS_S, status:VALID,
-
SYNONYM: APPS.FA_MASS_EXT_RETIREMENTS_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_MASS_EXT_RETIREMENTS_S, status:VALID,
-
PACKAGE: APPS.CSE_ASSET_CREATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_ASSET_CREATION_PKG, status:VALID,
-
SYNONYM: APPS.CSI_TXN_ERRORS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_TXN_ERRORS, status:VALID,
-
PACKAGE: APPS.FA_RECLASS_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FA_RECLASS_PUB, status:VALID,
-
PACKAGE: APPS.CSE_ASSET_ADJUST_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_ASSET_ADJUST_PKG, status:VALID,
-
PACKAGE: APPS.CSE_ASSET_ADJUST_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_ASSET_ADJUST_PKG, status:VALID,
-
PACKAGE: APPS.CSE_ASSET_CLIENT_EXT_STUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_ASSET_CLIENT_EXT_STUB, status:VALID,
-
SYNONYM: APPS.CSI_IB_TXN_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_IB_TXN_TYPES, status:VALID,
-
PACKAGE: APPS.CSE_ASSET_CLIENT_EXT_STUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_ASSET_CLIENT_EXT_STUB, status:VALID,
-
SYNONYM: APPS.FA_MASS_EXT_RETIREMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_MASS_EXT_RETIREMENTS, status:VALID,
-
PACKAGE: APPS.FA_RECLASS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FA_RECLASS_PUB, status:VALID,
-
SYNONYM: APPS.CSI_IB_TXN_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_IB_TXN_TYPES, status:VALID,
-
SYNONYM: APPS.CSI_SOURCE_IB_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_SOURCE_IB_TYPES, status:VALID,
-
SYNONYM: APPS.CSI_TXN_ERRORS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_TXN_ERRORS, status:VALID,
-
PACKAGE: APPS.FA_TRANSFER_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FA_TRANSFER_PUB, status:VALID,
-
PACKAGE: APPS.CSE_ASSET_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_ASSET_UTIL_PKG, status:VALID,
-
PACKAGE: APPS.CSI_ASSET_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSI_ASSET_PVT, status:VALID,
-
PACKAGE: APPS.FA_TRANSFER_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FA_TRANSFER_PUB, status:VALID,
-
SYNONYM: APPS.CSI_I_ASSETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_I_ASSETS, status:VALID,
-
PACKAGE: APPS.CSI_ASSET_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSI_ASSET_PVT, status:VALID,
-
SYNONYM: APPS.CSI_ITEM_INSTANCES_H
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_ITEM_INSTANCES_H, status:VALID,
-
PACKAGE: APPS.CSE_DEBUG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_DEBUG_PUB, status:VALID,
-
PACKAGE: APPS.CSE_DEBUG_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_DEBUG_PUB, status:VALID,
-
SYNONYM: APPS.CSI_ITEM_INSTANCES_H
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_ITEM_INSTANCES_H, status:VALID,
-
SYNONYM: APPS.CSI_I_ASSETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_I_ASSETS, status:VALID,
-
PACKAGE: APPS.CSE_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_UTIL_PKG, status:VALID,
-
SYNONYM: APPS.CSI_TXN_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_TXN_TYPES, status:VALID,
-
SYNONYM: APPS.CSI_T_TRANSACTION_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_T_TRANSACTION_LINES, status:VALID,
-
PACKAGE: APPS.CSE_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_UTIL_PKG, status:VALID,
-
PACKAGE: APPS.CSE_ASSET_MOVE_PKG
12.1.1
-
PACKAGE: APPS.CSI_TRANSACTIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSI_TRANSACTIONS_PVT, status:VALID,
-
PACKAGE: APPS.CSE_ASSET_MOVE_PKG
12.2.2
-
SYNONYM: APPS.CSI_T_TXN_LINE_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_T_TXN_LINE_DETAILS, status:VALID,
-
SYNONYM: APPS.FA_MASS_ADDITIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_MASS_ADDITIONS, status:VALID,
-
SYNONYM: APPS.CSI_TXN_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_TXN_TYPES, status:VALID,