[Home] [Help]
[Dependency Information]
Object Name: | FND_DM_PRODUCT_FUNCTION_SYNTAX |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
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.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 25 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_DM_PROD_FUNCTION_SYNTAX_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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;
APPLSYS.FND_DM_PRODUCT_FUNCTION_SYNTAX does not reference any database object
APPLSYS.FND_DM_PRODUCT_FUNCTION_SYNTAX is referenced by following:
|
|
|