Search Results farx_c_rp
Overview
FARX_C_RP is a PL/SQL package owned by the APPS schema in Oracle E-Business Suite. Its designation within the Oracle Assets (FA) module and the "RP" suffix in its name indicate its role as a report-logic or processing package used in support of the Fixed Assets mass reclassification functionality. In Oracle EBS 12.1.1 and 12.2.2 the Fixed Assets module provides a Mass Reclassification feature that allows a user to reassign a group of assets from one asset category, account, or book combination to another without editing each asset individually. The FARX_C_RP package encapsulates server-side processing routines that support this operation, in particular the generation of a preview of the reclassification before it is committed. The package is classified in the ETRM repository with an API classification of OTHER, reflecting that it is an internal, Oracle-owned implementation package rather than a published public API. Its status is VALID, confirming that it compiles and is available in the referenced release.
Key Procedures and Functions
ETRM documents a single procedure or function within the package:
- MASS_RECLASS_PREVIEW — As the name indicates, this routine produces a preview of a mass reclassification. It allows the application to show the user the effects of a proposed reclassification across a set of assets before the change is committed to the database. This preview capability supports user verification and auditability, enabling review of the resulting category and account assignments prior to executing the actual reclassification.
No additional documented procedures or functions are recorded, and parameter lists are not published in the ETRM metadata; implementers should not assume public parameter signatures.
Tables Accessed
The package references the following table through an APPS synonym:
- FA_MASS_RECLASS — The core Fixed Assets table that stores mass reclassification definitions and pending reclassification data. FARX_C_RP accesses this table to read the selected reclassification criteria and asset groupings and to derive the preview results presented to the user.
The ETRM dependency listing further shows that the package references the SYS.STANDARD package, a standard PL/SQL dependency, and that no other application packages are recorded as referencing FARX_C_RP (referenced by 0 packages), indicating it is invoked directly rather than through dependent PL/SQL callers.
Usage Notes
Because FARX_C_RP is an internal Oracle-supplied package with no downstream package dependencies, it is not intended for direct invocation by customer-written code. It is typically driven by the standard Fixed Assets mass reclassification user interface and associated concurrent processing flow. When a user defines a mass reclassification in the Assets workbench, the preview logic exercised through MASS_RECLASS_PREVIEW is called to render the projected outcome before the user submits the reclassification for processing.
From a customization and support perspective, the package should be treated as Oracle proprietary implementation code. Modifications are not supported and would be overwritten by patching. Customers extending mass reclassification should do so through supported APIs or by building custom concurrent programs that operate on FA_MASS_RECLASS and related FA tables, rather than by wrapping this package. When diagnosing mass reclassification issues in 12.1.1 or 12.2.2, DBAs and technical consultants can inspect FARX_C_RP to confirm the validity and compilation state of the preview logic, but should rely on Oracle Support for any change to its contents.
-
PACKAGE: APPS.FARX_C_RP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FARX_C_RP, status:VALID,
-
PACKAGE BODY: APPS.FARX_C_RP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FARX_C_RP, status:VALID,
-
PACKAGE BODY: APPS.FARX_C_RP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FARX_C_RP, status:VALID,
-
PACKAGE: APPS.FARX_C_RP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FARX_C_RP, status:VALID,
-
PACKAGE: APPS.FARX_RP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FARX_RP, status:VALID,
-
PACKAGE: APPS.FARX_RP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FARX_RP, status:VALID,
-
SYNONYM: APPS.FA_MASS_RECLASS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_MASS_RECLASS, status:VALID,
-
SYNONYM: APPS.FA_MASS_RECLASS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_MASS_RECLASS, status:VALID,
-
PACKAGE: APPS.FA_RX_CONC_MESG_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FA_RX_CONC_MESG_PKG, status:VALID,
-
PACKAGE: APPS.FARX_C_RP
12.1.1
-
PACKAGE: APPS.FARX_C_RP
12.2.2
-
PACKAGE: APPS.FA_RX_CONC_MESG_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FA_RX_CONC_MESG_PKG, status:VALID,
-
PACKAGE BODY: APPS.FARX_C_RP
12.1.1
-
PACKAGE BODY: APPS.FARX_C_RP
12.2.2
-
APPS.FARX_C_RP dependencies on FARX_C_RP
12.1.1
-
APPS.FARX_C_RP dependencies on FARX_C_RP
12.2.2
-
APPS.FARX_C_RP dependencies on FARX_RP
12.1.1
-
APPS.FARX_C_RP dependencies on FARX_RP
12.2.2
-
APPS.FARX_C_RP dependencies on FA_RX_CONC_MESG_PKG
12.1.1
-
APPS.FARX_C_RP dependencies on FA_RX_CONC_MESG_PKG
12.2.2
-
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
-
PACKAGE: APPS.FND_MESSAGE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,