Search Results cse_ipv_fa_pkg
Overview
CSE_IPV_FA_PKG is an Oracle E-Business Suite PL/SQL package owned by the APPS schema that supports the integration between Oracle Payables (AP) and Oracle Assets (FA) within a capitalized asset workflow. The name itself reflects its purpose: CSE typically denotes the Enterprise Asset Management / asset tracking product family (as seen in the accompanying CSI_Interface, CSI_Item_Instances, and CSI_Transactions server-side tables), IPV indicates Invoice Price Variance processing, and FA confirms the Oracle Assets destination. Functionally, the package serves as a bridge that converts invoice-related cost adjustments — including invoice price variances and self-assessed tax distributions — into financial adjustments applied against asset records in Oracle Assets.
The package carries a status of VALID in the ETRM 12.2.2 metadata and is classified under API type OTHER, indicating it is not a public, signed API but rather an internal utility package intended for use by related Oracle processes. It is not referenced by any other package in the APPS schema (referenced by 0 other packages), which confirms its role as a leaf-level, purpose-built module.
Key Procedures and Functions
The ETRM metadata documents a single procedure in the package specification and body:
- PROCESS_IPV_TO_FA — The core entry point. It drives the transfer of invoice price variance amounts, and by extension related invoice cost adjustments, from the Payables side into Oracle Assets. It builds or updates mass addition and asset invoice records so that capitalized assets reflect subsequent invoice true-ups. The procedure is the only documented executable unit and forms the entire public interface of the package; no parameter list is enumerated in the ETRM excerpt, and none should be assumed.
Tables Accessed
The dependency list reveals a broad read/write footprint spanning Payables, Assets, and asset tracking schemas, all accessed through APPS synonyms:
- Payables tables — AP_INVOICES_ALL, AP_INVOICE_LINES_ALL, AP_INVOICE_DISTRIBUTIONS_ALL, AP_CHRG_ALLOCATIONS_ALL, and AP_SELF_ASSESSED_TAX_DIST_ALL supply invoice headers, lines, distributions, charge allocations, and self-assessed tax data that comprise the source cost adjustments.
- Assets tables — FA_ADDITIONS, FA_ASSET_INVOICES, FA_BOOKS, FA_MASS_ADDITIONS, and FA_MASSADD_DISTRIBUTIONS are the target structures, holding asset definitions, the asset-to-invoice linkage, book assignments, and mass addition/interface rows into which the IPV adjustments are written.
- Asset tracking tables — CSI_ITEM_INSTANCES_H, CSI_I_ASSETS, CSI_TRANSACTIONS, and CSI_TXN_ERRORS support item instance history, the asset-instance relationship, and transaction/error tracking for the interface.
- Inventory — MTL_SYSTEM_ITEMS provides item master validation.
Usage Notes
Because CSE_IPV_FA_PKG is an internal utility with no external referencing packages, it is typically invoked indirectly rather than called directly by custom code. In practice its PROCESS_IPV_TO_FA procedure is triggered as part of the Payables-to-Assets capital cost adjustment flow — for example, when an invoice price variance is identified after an asset has already been capitalized and that variance must be pushed into a mass addition for the affected asset. Invocation would normally occur through a concurrent program or a calling Oracle process within the Assets/Payables integration, and in some deployments it is exposed through a form action. Customizations should treat this package as internal and unsupported for direct modification; any extension should wrap or trigger the standard flow rather than alter the package body, particularly across the 12.1.1 and 12.2.2 releases where the documented metadata shows only the single PROCESS_IPV_TO_FA entry point.
-
PACKAGE: APPS.CSE_IPV_FA_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_IPV_FA_PKG, status:VALID,
-
PACKAGE: APPS.CSE_IPV_FA_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_IPV_FA_PKG, status:VALID,
-
PACKAGE: APPS.CSE_IPV_FA_PKG
12.2.2
-
PACKAGE: APPS.CSE_IPV_FA_PKG
12.1.1
-
PACKAGE BODY: APPS.CSE_IPV_FA_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSE_IPV_FA_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSE_IPV_FA_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSE_IPV_FA_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.AP_CHRG_ALLOCATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_CHRG_ALLOCATIONS_ALL, status:VALID,
-
SYNONYM: APPS.CSI_TXN_ERRORS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_TXN_ERRORS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.AP_CHRG_ALLOCATIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_CHRG_ALLOCATIONS_ALL, 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_MASSADD_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_MASSADD_DISTRIBUTIONS, 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_TXN_ERRORS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_TXN_ERRORS, status:VALID,
-
PACKAGE: APPS.CSE_DEBUG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_DEBUG_PUB, status:VALID,
-
SYNONYM: APPS.FA_MASSADD_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_MASSADD_DISTRIBUTIONS, status:VALID,
-
PACKAGE: APPS.CSE_ASSET_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_ASSET_UTIL_PKG, status:VALID,
-
SYNONYM: APPS.CSI_I_ASSETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_I_ASSETS, status:VALID,
-
SYNONYM: APPS.CSI_I_ASSETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_I_ASSETS, status:VALID,
-
PACKAGE: APPS.CSE_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_UTIL_PKG, 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.CSI_TRANSACTIONS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSI_TRANSACTIONS_PVT, status:VALID,
-
PACKAGE: APPS.CSE_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_UTIL_PKG, status:VALID,
-
PACKAGE: APPS.CSE_DEBUG_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_DEBUG_PUB, status:VALID,
-
PACKAGE: APPS.CSE_DATASTRUCTURES_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSE_DATASTRUCTURES_PUB, status:VALID,
-
SYNONYM: APPS.FA_MASS_ADDITIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_MASS_ADDITIONS, status:VALID,
-
SYNONYM: APPS.CSI_ITEM_INSTANCES_H
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_ITEM_INSTANCES_H, status:VALID,
-
PACKAGE: APPS.CSI_TRANSACTIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSI_TRANSACTIONS_PVT, status:VALID,
-
SYNONYM: APPS.FA_ASSET_INVOICES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_ASSET_INVOICES, status:VALID,
-
SYNONYM: APPS.FA_ASSET_INVOICES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_ASSET_INVOICES, status:VALID,
-
SYNONYM: APPS.CSI_TRANSACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_TRANSACTIONS, status:VALID,
-
SYNONYM: APPS.FA_MASS_ADDITIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_MASS_ADDITIONS, status:VALID,
-
SYNONYM: APPS.AP_SELF_ASSESSED_TAX_DIST_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_SELF_ASSESSED_TAX_DIST_ALL, status:VALID,
-
SYNONYM: APPS.CSI_TRANSACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_TRANSACTIONS, status:VALID,
-
PACKAGE: APPS.CSE_DATASTRUCTURES_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSE_DATASTRUCTURES_PUB, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_LINES_ALL, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_LINES_ALL, status:VALID,
-
SYNONYM: APPS.FA_ADDITIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS, status:VALID,
-
SYNONYM: APPS.FA_ADDITIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID,
-
APPS.CSE_IPV_FA_PKG dependencies on CSE_IPV_FA_PKG
12.1.1
-
SYNONYM: APPS.FA_BOOKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_BOOKS, status:VALID,
-
APPS.CSE_IPV_FA_PKG dependencies on CSE_IPV_FA_PKG
12.2.2
-
PACKAGE: APPS.CSI_DATASTRUCTURES_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSI_DATASTRUCTURES_PUB, status:VALID,
-
SYNONYM: APPS.FA_BOOKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_BOOKS, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_DISTRIBUTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.AP_INVOICES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICES_ALL, status:VALID,