Search Results ff_route_parameter_values
Overview
The FF_ROUTE_PARAMETER_VALUES table is a core data object within the Oracle E-Business Suite (EBS) FastFormula (FF) module. It functions as a critical junction table that defines the linkage between user-defined database items and the parameters required by formula routes. In the FastFormula architecture, a route is a mechanism to call a specific formula, and its parameters define the data inputs. This table stores the specific values, provided by database items, that are supplied to those parameters at runtime. Its primary role is to enable the dynamic and configurable execution of formulas by mapping the source of a data value (a user entity) to a specific input parameter of a formula route.
Key Information Stored
The table's structure is defined by its composite primary key, which enforces the unique relationship between a route parameter and the database item providing its value. The key columns are ROUTE_PARAMETER_ID and USER_ENTITY_ID. The ROUTE_PARAMETER_ID is a foreign key to the FF_ROUTE_PARAMETERS table, identifying the specific input parameter for a formula. The USER_ENTITY_ID is a foreign key to the FF_USER_ENTITIES table, identifying the specific database item that holds the value to be passed to the parameter. This simple but powerful structure allows administrators to configure which piece of data populates which formula input without modifying the formula code itself.
Common Use Cases and Queries
A primary use case is troubleshooting formula execution or auditing formula configuration. A developer or functional consultant can query this table to understand all data sources for a specific route's parameters or to see all parameters a particular database item serves. A common diagnostic query would join to FF_ROUTE_PARAMETERS and FF_USER_ENTITIES to get descriptive names. For example:
SELECT rpv.*, rp.parameter_name, ue.user_entity_name FROM ff_route_parameter_values rpv, ff_route_parameters rp, ff_user_entities ue WHERE rpv.route_parameter_id = rp.route_parameter_id AND rpv.user_entity_id = ue.user_entity_id AND rp.route_id = <specific_route_id>;
This is essential when debugging why a formula is receiving unexpected input data, as it traces the configured data mapping from source to parameter.
Related Objects
The FF_ROUTE_PARAMETER_VALUES table has defined foreign key relationships with two fundamental FastFormula metadata tables, as documented in the ETRM.
- FF_ROUTE_PARAMETERS: This table defines the parameters for a formula route. The relationship is established via
FF_ROUTE_PARAMETER_VALUES.ROUTE_PARAMETER_ID → FF_ROUTE_PARAMETERS. This links a provided value to the specific parameter definition. - FF_USER_ENTITIES: This table stores the definition of database items (user entities). The relationship is established via
FF_ROUTE_PARAMETER_VALUES.USER_ENTITY_ID → FF_USER_ENTITIES. This links the parameter value to the actual source database item that supplies the data.
These relationships are critical for maintaining referential integrity and for constructing meaningful joins in queries to retrieve descriptive information about the configured parameter mappings.
-
Table: FF_ROUTE_PARAMETER_VALUES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:FF.FF_ROUTE_PARAMETER_VALUES, object_name:FF_ROUTE_PARAMETER_VALUES, status:VALID, product: FF - FastFormula , description: Values provided for route parameters by a database item. , implementation_dba_data: HR.FF_ROUTE_PARAMETER_VALUES ,
-
Table: FF_ROUTE_PARAMETER_VALUES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:FF.FF_ROUTE_PARAMETER_VALUES, object_name:FF_ROUTE_PARAMETER_VALUES, status:VALID, product: FF - FastFormula , description: Values provided for route parameters by a database item. , implementation_dba_data: HR.FF_ROUTE_PARAMETER_VALUES ,
-
APPS.FF_DATA_DICT dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PQP_NL_PENSION_TEMPLATE dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PAY_CA_DBI_ROE dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PQP_NL_ABP_TEMPLATE dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.FF_GLOBALS_F_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PQP_NL_PENSION_TEMPLATE dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.HRDYNDBI dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_BALANCE_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_ARCHIVE dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PAY_ZA_ARCHIVE_DBITEMS_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PAY_ARCHIVE_UTILS dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.FFDICT dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PAY_BALANCE_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.HRDYNDBI dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PQP_NL_ABP_TEMPLATE dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.HRSTRDBI dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_MX_ARCHIVE_DBI_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.BEN_US_DATABASE_ITEMS_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_RULES_DBI_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PY_W2_DBITEMS dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PQP_NL_SAVINGS_TEMPLATE dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PAY_CA_DBI_ROE dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PAY_US_DATABASE_ITEMS_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.FFDBITEM dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PAY_NL_LIFE_SAVINGS_TEMPLATE dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_MX_ARCHIVE_DBI_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PAY_RULES_DBI_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_CA_DATABASE_ITEMS_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.FF_DATA_DICT dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_ARCHIVE dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_US_SQWL_ARCHIVE dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.FF_GLOBALS_F_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_US_DATABASE_ITEMS_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_US_SQWL_ARCHIVE dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PQP_NL_PGGM_TEMPLATE dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PAY_DATABASE_ITEMS_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.PAY_DATABASE_ITEMS_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_ZA_ARCHIVE_DBITEMS_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PQP_NL_PGGM_TEMPLATE dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PY_W2_DBITEMS dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.FFDICT dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_ARCHIVE_UTILS dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_CA_DATABASE_ITEMS_PKG dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PQP_NL_SAVINGS_TEMPLATE dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.FFDBITEM dependencies on FF_ROUTE_PARAMETER_VALUES
12.1.1
-
APPS.PAY_NL_LIFE_SAVINGS_TEMPLATE dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2
-
APPS.HRSTRDBI dependencies on FF_ROUTE_PARAMETER_VALUES
12.2.2