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


TABLE: APPLSYS.FND_DM_PRODUCT_PARM_SYNTAX

Object Details
Object Name: FND_DM_PRODUCT_PARM_SYNTAX
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_DM_PRODUCT_PARM_SYNTAX
Subobject Name:
Status: VALID


FND_DM_PRODUCT_PARM_SYNTAX stores information about the URL syntaxes for function
parameters of document management (DM) system products. Each row includes the identifier
for a parameter and the parameter's syntax and format mask. Each row also includes the identifier
of the function-product combination. If a particular vendor implementation of
particular function does not require a parameter then there will not be a row in this table for that particular combination. The format mask is necessary if there are string or date parameters
that need to be in a particular format.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 25
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_DM_PRODUCT_PARM_SYNTAX_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPRODUCT_PARAMETER_ID
Columns
Name Datatype Length Mandatory Comments
PRODUCT_PARAMETER_ID NUMBER
Yes Product parameter identifier
PRODUCT_FUNCTION_ID NUMBER
Yes Identifier for product-function combination
PARAMETER_ID NUMBER
Yes Parameter identifier
PARAMETER_SYNTAX VARCHAR2 (240) Yes URL parameter syntax for the function in the product
FORMAT VARCHAR2 (40)
Format mask for the URL parameter component
Query Text

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


SELECT PRODUCT_PARAMETER_ID
,      PRODUCT_FUNCTION_ID
,      PARAMETER_ID
,      PARAMETER_SYNTAX
,      FORMAT
FROM APPLSYS.FND_DM_PRODUCT_PARM_SYNTAX;

Dependencies

[top of page]

APPLSYS.FND_DM_PRODUCT_PARM_SYNTAX does not reference any database object

APPLSYS.FND_DM_PRODUCT_PARM_SYNTAX is referenced by following:

SchemaAPPS
SynonymFND_DM_PRODUCT_PARM_SYNTAX