[Home] [Help]
[Dependency Information]
| Object Name: | DOM_FILE_EXT |
|---|---|
| Object Type: | TABLE |
| Owner: | DOM |
| FND Design Data: | DOM.DOM_FILE_EXT
|
| Subobject Name: | |
| Status: | VALID |
This table stores information and status about the attachment from an external repository.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| DOM_FILE_EXT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
VERSION_ID
REPOSITORY_ID
|
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT REPOSITORY_ID
, VERSION_ID
, STATUS
FROM DOM.DOM_FILE_EXT;
DOM.DOM_FILE_EXT does not reference any database object
DOM.DOM_FILE_EXT is referenced by following:
DOM
DOM_FILE_EXT#
|
|
|
|