[Home] [Help]
[Dependency Information]
| Object Name: | FF_ROUTE_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | FF.FF_ROUTE_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
FF_ROUTE_PARAMETERS holds the parameters that can be passed to a
route and their sequence number when used by the route. These
restrict the number of rows returned by the route.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
ROUTE_PARAMETER_ID
ROUTE_ID
SEQUENCE_NO
PARAMETER_NAME
ROUTE_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FF_ROUTE_PARAMETERS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
ROUTE_PARAMETER_ID
|
| FF_ROUTE_PARAMETERS_UK2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ROUTE_ID
SEQUENCE_NO
|
| FF_ROUTE_PARAMETERS_UK3 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PARAMETER_NAME
ROUTE_ID
|
| Table | |
Foreign Table | Foreign Key Column | FF_ROUTE_PARAMETERS | ![]() |
FF_ROUTES
|
FF_ROUTE_PARAMETERS ROUTE_ID |
FF_ROUTE_PARAMETER_VALUES
|
![]() |
FF_ROUTE_PARAMETERS | FF_ROUTE_PARAMETER_VALUES ROUTE_PARAMETER_ID |
|---|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROUTE_PARAMETER_ID | NUMBER | (9) | Yes | Unique identifier for a route parameter. |
| ROUTE_ID | NUMBER | (9) | Yes | Foreign key to FF_ROUTES. |
| DATA_TYPE | VARCHAR2 | (1) | Yes | Data type of the parameter. N for number, T for text, D for date. |
| PARAMETER_NAME | VARCHAR2 | (40) | Yes | Name of the parameter, for information only. |
| SEQUENCE_NO | NUMBER | (9) | Yes | Number of the parameter as used in the route text. |
Cut, paste (and edit) the following text to query this object:
SELECT ROUTE_PARAMETER_ID
, ROUTE_ID
, DATA_TYPE
, PARAMETER_NAME
, SEQUENCE_NO
FROM HR.FF_ROUTE_PARAMETERS;
HR.FF_ROUTE_PARAMETERS does not reference any database object
HR.FF_ROUTE_PARAMETERS is referenced by following:
APPS
FF_ROUTE_PARAMETERS
FF_ROUTE_PARAMETERS_BRI
FF_ROUTE_PARAMETERS_BRUD
PUBLIC
FF_ROUTE_PARAMETERS
|
|
|
|