Oracle eBusiness Suite Technical Reference

Release 11i - Copyright (c) 2001 - 2005 Oracle

This Technical Reference Manual (TRM) in any form, software or printed matter, contains proprietary information of Oracle ; it is provided under an Oracle agreement containing restrictions on use and disclosure and is also protected by copyright, patent, and other intellectual property law. Restrictions applicable to this TRM include, but are not limited to: (a) exercising either the same degree of care to safeguard the confidentiality of this TRM as you exercise to safeguard the confidentiality of your own most important Confidential Information or a reasonable degree of care, whichever is greater; (b) maintaining agreements with your employees and agents that protect the Confidential Information of third parties such as Oracle and instructing such employees and agents of these requirements for this TRM; (c) restricting disclosure of this TRM to those of your employees who have a 'need to know' consistent with the purposes for which this TRM was disclosed to you; (d) maintaining this TRM at all times on your premises; (e) not removing or destroying any proprietary or confidential legends or markings placed upon this TRM in whatever form, software or printed matter; and (f) not reproducing or transmitting this TRM in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of Oracle. You should not use this TRM in any form, software or printed matter, to create software that performs the same or similar functions as any Oracle products.

The information in this TRM is subject to change without notice. If you find any problems in the TRM in any form, software or printed matter, please report them to us in writing. Oracle does not warrant that this TRM is error free. This TRM is provided to customer 'as is' with no warranty of any kind. This TRM does not constitute Documentation as that term is defined in Oracle's agreements. Reverse engineering of the Programs (software and documentation) associated with this TRM are prohibited. The Programs associated with this TRM are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be licensee's responsibility to take all appropriate fail safe, backup, redundancy and other measures to ensure the safe use of such applications if the Programs are used for such purposes, and Oracle disclaims liability for any damages caused by such use of the Programs. Program Documentation is licensed for use solely to support the deployment of the Programs and not for any other any other purpose. Restricted Rights Legend

This TRM and the Programs associated with this TRM delivered subject to the DOD FAR Supplement are 'commercial computer software' and use, duplication and disclosure of the TRM and the Programs associated with this TRM shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement. Otherwise, this TRM and the Programs associated with this TRM delivered subject to the Federal Acquisition Regulations are 'restricted computer software' and use, duplication and disclosure of the TRM and the Programs associated with this TRM shall be subject to the restrictions in FAR 52.227-14, Rights in Data General, including Alternate III (June 1987). Oracle, 500 Oracle Parkway, Redwood City, CA 94065.

Oracle is a registered trademark. AIM Advantage™, Big Business. Small Business. All Business.™, CDM Advantage™, .comference™, ConText®, Des40®, Easy*Query™, Easy*SQL®, Education Objects™, EMM Advantage™, Enabling the Information Age®, ExpertDetectSM, Express®, FastForwardSM, GEMMS®, Gist™, Hyper*SQL™, instantOracle™, "Internet Business Intelligence - Insight for Everyone"™, iSQL*Plus™, JInitiator™, NLS*Workbench®, Object Marketplace™, ODP Pulse™, ODP Techwire™, OLA™, On Oracle™, Oracle®, Oracle Book®, Oracle Bookbatch®, Oracle BookBuilder®, OracleBRONZE®, Oracle Business OnLine®, OracleDevConnectSM, Oracle® Discoverer™, Oracle® Expert™, Oracle Financials®, OracleGOLDSM, OracleIncidentSM, OracleJSP™, OracleLifeCycleSM, Oracle Media Objects®, OracleMERCURYSM, OracleMetaLinkSM, OraclemetalsSM, OracleMobile™, Oracle Names®, Oracle NetSolutions®, Oracle® One™, Oracle Open Gateways®, Oracle OpenWorld®, OraclePLATINUMSM, Oracle Power Objects®, Oracle Press®, Oracle Procedural Gateway®, Oracle Quality®, Oracle Secure Network Services®, OracleSILVERSM, Oracle® SQL/Services™, Oracle® SQL*TutorSM, OracleSTERLINGSM, Oracle Store®, Oracle Transparent Gateway®, OracleWare®, Oracle8i™, Oracle9i™, PC Express®, Personal Express®, PJM Advantage™, PL/SQL™, Pro*Ada®, Pro*C™, Pro*C/C++™, Pro*COBOL®, Pro*FORTRAN®, Pro*Pascal®, Pro*PL/1®, Pro*REXX®, Profit™, ProREXX™, Report Card™, Secure Access 2.0™, Secure Network Services®, Security Without Compromise™, SellingPoint®, SQL*Plus®, Tutor™ are trademarks or registered trademarks of Oracle. Other names may be trademarks of their respective owners. The absence of a product or service name, slogan, or logo from this list does not constitute a waiver of Oracle's trademark or other intellectual property rights concerning that name, slogan, or logo.

eTRM - DOM Tables and Views

TABLE - DOM.DOM_ATTACHMENT_ENTITIES
TABLE - DOM.DOM_FILE_EXT
TABLE - DOM.DOM_FOLDER_ATTACHMENTS
TABLE - DOM.DOM_FOLDER_FILE_MEMBERSHIPS
TABLE - DOM.DOM_FOLDER_FILE_ROLE_MAP
TABLE - DOM.DOM_OCS_SYNC_PENDING_DATA
TABLE - DOM.DOM_REPOSITORIES
TABLE - DOM.DOM_REPOSITORIES_TL
VIEW - APPS.DOM_REPOSITORIES_VL

Table: DOM_ATTACHMENT_ENTITIES

Description: This table holds the security and where-used related apis/sqls for the business entity
Comments

This table stores the security and where-used related apis/sqls for the business entity.

Indexes
Index Type Tablespace Column
DOM_ATTACHMENT_ENTITIES_U1 UNIQUE APPS_TS_TX_IDX ENTITY_NAME
ZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
ENTITY_NAME VARCHAR2 (30) Y Business entity Identifier
GET_ROLE_NAMES_SQL VARCHAR2 (2000)
Query that returns the roles associated to the business entity
GET_USERS_PLSQL_API VARCHAR2 (255)
Additional security API for users
GET_ROLE_USERS_PLSQL_API VARCHAR2 (255)
Additional security API for user roles
GET_ATTACH_ACCESS_PLSQL_API VARCHAR2 (255)
API that returns the access on the given attachment for this user.
GET_INSTANCE_NAME_SQL VARCHAR2 (2000)
Business Entity Instance name
INSTANCE_DETAIL_PAGE_URL VARCHAR2 (2000)
Business Entity detail page URL
INSTANCE_WHEREUSED_PAGE_URL VARCHAR2 (2000)
Business Entity where-used page URL
GET_INSTANCE_DESCRIPTION_SQL VARCHAR2 (2000)
Query that returns the description of the associated business entity
ZD_EDITION_NAME VARCHAR2 (30) Y

[top of page]

DOM.DOM_ATTACHMENT_ENTITIES does not reference any database object

DOM.DOM_ATTACHMENT_ENTITIES is referenced by following:

DOM
VIEW - DOM_ATTACHMENT_ENTITIES#

[top of page]

Table: DOM_FILE_EXT

Description: Stores the status of webservices document
Comments

This table stores information and status about the attachment from an external repository.

Indexes
Index Type Tablespace Column
DOM_FILE_EXT_U1 UNIQUE APPS_TS_TX_IDX VERSION_ID
REPOSITORY_ID
Columns
Name Datatype Length Mandatory Comments
REPOSITORY_ID NUMBER (15)
Repository id
VERSION_ID NUMBER (15)
Version id of the document
STATUS VARCHAR2 (30)
Status of the document

[top of page]

DOM.DOM_FILE_EXT does not reference any database object

DOM.DOM_FILE_EXT is referenced by following:

DOM
VIEW - DOM_FILE_EXT#

[top of page]

Table: DOM_FOLDER_ATTACHMENTS

Description: This table specifies whether the attached folder is the default folder
Comments

This table specifies whether the attached folder is the default folder.

Indexes
Index Type Tablespace Column
DOM_FOLDER_ATTACHMENTS_U1 UNIQUE APPS_TS_TX_IDX ATTACHMENT_ID
Columns
Name Datatype Length Mandatory Comments
ATTACHMENT_ID NUMBER (15) Y Attachment Identifier
DEFAULT_FOLDER VARCHAR2 (1)
Flag indicating whether this is the default folder

[top of page]

DOM.DOM_FOLDER_ATTACHMENTS does not reference any database object

DOM.DOM_FOLDER_ATTACHMENTS is referenced by following:

DOM
VIEW - DOM_FOLDER_ATTACHMENTS#

[top of page]

Table: DOM_FOLDER_FILE_MEMBERSHIPS

Description: Stores the folder and file memberships
Comments

This table stores information about groups (which contains roles, permissions) created in OCS for files and folders, related to attachments

Columns
Name Datatype Length Mandatory Comments
REPOSITORY_ID NUMBER

Repository identifier
REPOSITORY_ITEM_ID NUMBER (15) Y Repository item id
REPOSITORY_ITEM_TYPE VARCHAR2 (15)
Type of the item
ENTITY_NAME VARCHAR2 (30) Y Entity name
PK1_VALUE VARCHAR2 (255) Y Primary key of the entity
PK2_VALUE VARCHAR2 (255)
Primary key of the entity
PK3_VALUE VARCHAR2 (255)
Primary key of the entity
PK4_VALUE VARCHAR2 (255)
Primary key of the entity
PK5_VALUE VARCHAR2 (255)
Primary key of the entity
PARTY_TYPE VARCHAR2 (15)
Party type
PARTY_ID NUMBER (15)
Party identifier
EBS_ROLE VARCHAR2 (30)
EBS Role
OFO_ROLE VARCHAR2 (30)
OFO role
CREATED_BY NUMBER (15) Y Standard WHO column
CREATION_DATE DATE
Y Standard WHO column
LAST_UPDATED_BY NUMBER (15) Y Standard WHO column
LAST_UPDATE_DATE DATE
Y Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15) Y Standard WHO column

[top of page]

DOM.DOM_FOLDER_FILE_MEMBERSHIPS does not reference any database object

DOM.DOM_FOLDER_FILE_MEMBERSHIPS is referenced by following:

DOM
VIEW - DOM_FOLDER_FILE_MEMBERSHIPS#

[top of page]

Table: DOM_FOLDER_FILE_ROLE_MAP

Description: Stores mapping information about folder and files
Comments

This table store mapping information about folder and file attachments

Columns
Name Datatype Length Mandatory Comments
REPOSITORY_ID NUMBER

Repository identifier
REPOSITORY_ITEM_ID NUMBER (15) Y Repository item id
REPOSITORY_ITEM_TYPE VARCHAR2 (15)
Repository item type
ENTITY_NAME VARCHAR2 (30) Y Entity Name
PK1_VALUE VARCHAR2 (255) Y Primary key of the entity
PK2_VALUE VARCHAR2 (255)
Primary key of the entity
PK3_VALUE VARCHAR2 (255)
Primary key of the entity
PK4_VALUE VARCHAR2 (255)
Primary key of the entity
PK5_VALUE VARCHAR2 (255)
Primary key of the entity
EBS_ROLE VARCHAR2 (30)
EBS Role
OFO_ROLE VARCHAR2 (30)
OFO Role
CREATED_BY NUMBER (15) Y Standard WHO column
CREATION_DATE DATE
Y Standard WHO column
LAST_UPDATED_BY NUMBER (15) Y Standard WHO column
LAST_UPDATE_DATE DATE
Y Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15) Y Standard WHO column

[top of page]

DOM.DOM_FOLDER_FILE_ROLE_MAP does not reference any database object

DOM.DOM_FOLDER_FILE_ROLE_MAP is referenced by following:

DOM
VIEW - DOM_FOLDER_FILE_ROLE_MAP#

[top of page]

Table: DOM_OCS_SYNC_PENDING_DATA

Description: DOM_OCS_SYNC_PENDING_DATA
Comments

This table is obsoleted, because it belongs to Document Management which is not supported in 12.2

Columns
Name Datatype Length Mandatory Comments
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
LAST_UPDATED_BY NUMBER (15)
Standard WHO column
CREATED_BY NUMBER (15)
Standard WHO column
PROCESS_ID NUMBER (15) Y Process internal id
CAT_ID NUMBER (15)
Category id
DOC_ID NUMBER (15)
Document id
REV_ID NUMBER (15)
Revision id
CHANGE_ID NUMBER (15)
Change Id
USER_ID NUMBER (15)
User id
GRP_ID NUMBER (15)
Group id
EBS_ROLE NUMBER (15)
EBS Role id
OCS_ROLE VARCHAR2 (30)
OCS Role id
ST_DATE DATE

Start date
ED_DATE DATE

End Date
REP_ID NUMBER (15)
REp_ID
PROCESS_FLAG VARCHAR2 (30)
Flag to indicate if the data has been processed or approved
CREATION_DATE DATE

Standard WHO column
LAST_UPDATE_DATE DATE

Standard WHO column

[top of page]

DOM.DOM_OCS_SYNC_PENDING_DATA does not reference any database object

DOM.DOM_OCS_SYNC_PENDING_DATA is referenced by following:

DOM
VIEW - DOM_OCS_SYNC_PENDING_DATA#

[top of page]

Table: DOM_REPOSITORIES

Description: DOM_REPOSITORIES stores information about the Document Management repository that is used to integrate with EBS. Each row contains the name and description of the node, and the physical URL link information for the repository.
Comments

It stores information about the Document Management repository that is used to integrate with EBS. Each row contains the name and description of the node, and the physical URL link information for the repository.

Indexes
Index Type Tablespace Column
DOM_REPOSITORIES_U1 UNIQUE APPS_TS_TX_IDX ID
DOM_REPOSITORIES_U2 UNIQUE APPS_TS_TX_IDX SHORT_NAME
DOM_REPOSITORIES_N1 NONUNIQUE APPS_TS_TX_IDX SERVICE_URL
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Y Repository internal id
SHORT_NAME VARCHAR2 (10) Y Short name for the repository.
NAME VARCHAR2 (80) Y Name of the repository.
DESCRIPTION VARCHAR2 (240)
Description of the repository.
PROTOCOL VARCHAR2 (30)
The protocol used to integrate with EBS. Can be WebDAV or WebServices.
SERVICE_URL VARCHAR2 (240)
URL pointing to the WebService servlet.
DAV_URL VARCHAR2 (240) Y Content URL. URL that is used to open an WebDAV (Http) connection with the repository.
SEQUENCE NUMBER

Sequence in which this repository will show up in the user inteface.
CERTIFICATE_PATH VARCHAR2 (256)
In case the repository is SSL enabled, the full path to the digital certificate in the E-Business Suite middle tier.
CREATED_BY NUMBER (15) Y Standard WHO column
CREATION_DATE DATE
Y Standard WHO column
LAST_UPDATED_BY NUMBER (15) Y Standard WHO column
LAST_UPDATE_DATE DATE
Y Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15) Y Standard WHO column

[top of page]

DOM.DOM_REPOSITORIES does not reference any database object

DOM.DOM_REPOSITORIES is referenced by following:

DOM
VIEW - DOM_REPOSITORIES#

[top of page]

Table: DOM_REPOSITORIES_TL

Description: This table holds the translated name of the repository.
Comments

This table stores translated name and description of the Document Repository.

Indexes
Index Type Tablespace Column
DOM_REPOSITORIES_TL_U1 UNIQUE APPS_TS_TX_IDX ID
LANGUAGE
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Y Repository identifier
NAME VARCHAR2 (80) Y Repository Name
DESCRIPTION VARCHAR2 (240)
Description of the repository
LANGUAGE VARCHAR2 (30) Y Language
SOURCE_LANG VARCHAR2 (4) Y Base language
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y Standard Who column
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Y Standard Who column

[top of page]

DOM.DOM_REPOSITORIES_TL does not reference any database object

DOM.DOM_REPOSITORIES_TL is referenced by following:

DOM
VIEW - DOM_REPOSITORIES_TL#

[top of page]

View: DOM_REPOSITORIES_VL

Comments
View Type

MultiLingual view (a language resolved view of the data.)

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier
ID NUMBER
Y Repository id
SHORT_NAME VARCHAR2 (10) Y Repository short name
NAME VARCHAR2 (80) Y Translated name
DESCRIPTION VARCHAR2 (240)
Description
PROTOCOL VARCHAR2 (30)
Protocol used
SERVICE_URL VARCHAR2 (240)
Service URL
DAV_URL VARCHAR2 (240) Y WebDAV URL
SEQUENCE NUMBER

Sequence number
CERTIFICATE_PATH VARCHAR2 (256)
Ceritificate path
CREATED_BY NUMBER (15) Y Standard WHO column
CREATION_DATE DATE
Y Standard WHO column
LAST_UPDATED_BY NUMBER (15) Y Standard WHO column
LAST_UPDATE_DATE DATE
Y Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15) Y Standard WHO column

[top of page]

APPS.DOM_REPOSITORIES_VL references the following:

APPS
SYNONYM - DOM_REPOSITORIES
SYNONYM - DOM_REPOSITORIES_TL

APPS.DOM_REPOSITORIES_VL is not referenced by any database object

[top of page]



Copyright (c) 2001 - 2005, Oracle - Use Restricted by Contract