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


TABLE: APPLSYS.FND_DM_PRODUCT_FUNCTION_SYNTAX

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


FND_DM_PRODUCT_FUNCTION_SYNTAX stores information about the
URL syntax for a given Document Management (DM) function for
each DM product. Each row includess the name of the function, the name of the
product that implements the function, and the URL syntax for the
function. If a particular vendor does not
support a particular DM function then there will be no row in
this table for that particular combination. The URL syntax
is only for the function name and not any of the function parameters.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 25
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_DM_PROD_FUNCTION_SYNTAX_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPRODUCT_FUNCTION_ID
Columns
Name Datatype Length Mandatory Comments
PRODUCT_FUNCTION_ID NUMBER
Yes Identifier for a function for a specific product
PRODUCT_ID NUMBER
Yes Identifier for document management product that implements the function
FUNCTION_ID NUMBER
Yes Function identifier
FUNCTION_SYNTAX VARCHAR2 (4000) Yes URL function syntax required by the DM product
Query Text

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


SELECT PRODUCT_FUNCTION_ID
,      PRODUCT_ID
,      FUNCTION_ID
,      FUNCTION_SYNTAX
FROM APPLSYS.FND_DM_PRODUCT_FUNCTION_SYNTAX;

Dependencies

[top of page]

APPLSYS.FND_DM_PRODUCT_FUNCTION_SYNTAX does not reference any database object

APPLSYS.FND_DM_PRODUCT_FUNCTION_SYNTAX is referenced by following:

SchemaAPPLSYS
ViewFND_DM_PRODUCT_FUNCTION_SYNTA#