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


TABLE: APPLSYS.FND_DM_PRODUCTS

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


FND_DM_PRODUCTS stores information about the Document Management software
products that are supported by Oracle Applications Object Library through its Open
Interface. Each row contains the name, vendor and version of the DM software product.
Different versions of the same product can be supported within a single DM
community by having a separate row in this table for each version.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 25
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_DM_PRODUCTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPRODUCT_ID
Columns
Name Datatype Length Mandatory Comments
PRODUCT_ID NUMBER
Yes Identifier for the Document Management software product
PRODUCT_NAME VARCHAR2 (80) Yes Name of document management system product
VENDOR_NAME VARCHAR2 (80) Yes Name of software vendor who created the product
VERSION VARCHAR2 (20)
Version of the software that is supported
PROTOCOL VARCHAR2 (30)
PROTOCOL
Query Text

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


SELECT PRODUCT_ID
,      PRODUCT_NAME
,      VENDOR_NAME
,      VERSION
,      PROTOCOL
FROM APPLSYS.FND_DM_PRODUCTS;

Dependencies

[top of page]

APPLSYS.FND_DM_PRODUCTS does not reference any database object

APPLSYS.FND_DM_PRODUCTS is referenced by following:

SchemaAPPS
SynonymFND_DM_PRODUCTS