DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.FND_DM_FUNCTION_PARAMETERS

Object Details
Object Name: FND_DM_FUNCTION_PARAMETERS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.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.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 25
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_DM_FUNCTION_PARAMETERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPARAMETER_ID
FND_DM_FUNCTION_PARAMETERS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnFUNCTION_ID
ColumnPARAMETER_NAME
Columns
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PARAMETER_ID
,      PARAMETER_NAME
,      FUNCTION_ID
FROM APPLSYS.FND_DM_FUNCTION_PARAMETERS;

Dependencies

[top of page]

APPLSYS.FND_DM_FUNCTION_PARAMETERS does not reference any database object

APPLSYS.FND_DM_FUNCTION_PARAMETERS is referenced by following:

SchemaAPPS
SynonymFND_DM_FUNCTION_PARAMETERS