[Home] [Help]
[Dependency Information]
| Object Name: | FND_DM_FUNCTION_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_DM_FUNCTION_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
FND_DM_FUNCTION_PARAMETERS stores information about the possible parameters for
all Document Management (DM) products that are supported for a given DM function.
There is one row in this table for each function parameter that is accepted for a given function in
Oracle Applications Object Library document management open API. Each row contains
the parameter name and identifier, and the identifier of the function to which the parameter belongs.
.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 25 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_DM_FUNCTION_PARAMETERS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PARAMETER_ID
|
| FND_DM_FUNCTION_PARAMETERS_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
FUNCTION_ID
PARAMETER_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_ID | NUMBER | Yes | Parameter identifier | |
| PARAMETER_NAME | VARCHAR2 | (80) | Yes | Name of parameter |
| FUNCTION_ID | NUMBER | Yes | Identifier for DM function that the parameter relates to |
Cut, paste (and edit) the following text to query this object:
SELECT PARAMETER_ID
, PARAMETER_NAME
, FUNCTION_ID
FROM APPLSYS.FND_DM_FUNCTION_PARAMETERS;
APPLSYS.FND_DM_FUNCTION_PARAMETERS does not reference any database object
APPLSYS.FND_DM_FUNCTION_PARAMETERS is referenced by following:
APPLSYS
FND_DM_FUNCTION_PARAMETERS#
|
|
|
|