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


TABLE: APPLSYS.FND_DM_FUNCTIONS

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


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

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;

Dependencies

[top of page]

APPLSYS.FND_DM_FUNCTIONS does not reference any database object

APPLSYS.FND_DM_FUNCTIONS is referenced by following:

SchemaAPPS
SynonymFND_DM_FUNCTIONS