[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: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FF_ROUTE_PARAMETERS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
ROUTE_PARAMETER_ID
ZD_EDITION_NAME
|
| FF_ROUTE_PARAMETERS_UK2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ROUTE_ID
SEQUENCE_NO
ZD_EDITION_NAME
|
| FF_ROUTE_PARAMETERS_UK3 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PARAMETER_NAME
ROUTE_ID
ZD_EDITION_NAME
|
| 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. |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ROUTE_PARAMETER_ID
, ROUTE_ID
, DATA_TYPE
, PARAMETER_NAME
, SEQUENCE_NO
, ZD_EDITION_NAME
FROM HR.FF_ROUTE_PARAMETERS;
HR.FF_ROUTE_PARAMETERS does not reference any database object
HR.FF_ROUTE_PARAMETERS is referenced by following:
HR
FF_ROUTE_PARAMETERS#
|
|
|
|