[Home] [Help]
[Dependency Information]
Object Name: | FND_DM_FUNCTIONS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_DM_FUNCTIONS stores information about the functions that are supported
through Oracle Applications Object Library Open Interface. There will be one
row in this table for each function that is supported in AOL's document
management open API.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 25 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_DM_FUNCTIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
FND_DM_FUNCTIONS_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FUNCTION_ID | NUMBER | Yes | Function identifier | |
FUNCTION_NAME | VARCHAR2 | (80) | Yes | Function name |
SEQUENCE | NUMBER | The order in which the function should be displayed when presented to the user. "1" is first, "100N" is last. | ||
NEW_DOCUMENT_FUNCTION | VARCHAR2 | (1) | Flag (Y|N) that indicates whether the function is available only when a new document is being created | |
EXISTING_DOCUMENT_FUNCTION | VARCHAR2 | (1) | Flag (Y|N) that indicates whether the function is available only when a document has already been declared | |
RESOURCE_NAME | VARCHAR2 | (30) | Name of function as it is stored in the wf_resources table. | |
ICON_NAME | VARCHAR2 | (30) | File name of icon that represents the function |
Cut, paste (and edit) the following text to query this object:
SELECT FUNCTION_ID
, FUNCTION_NAME
, SEQUENCE
, NEW_DOCUMENT_FUNCTION
, EXISTING_DOCUMENT_FUNCTION
, RESOURCE_NAME
, ICON_NAME
FROM APPLSYS.FND_DM_FUNCTIONS;
APPLSYS.FND_DM_FUNCTIONS does not reference any database object
APPLSYS.FND_DM_FUNCTIONS is referenced by following:
|
|
|