[Home] [Help]
[Dependency Information]
| Object Name: | ECX_ATTACHMENT_MAPS |
|---|---|
| Object Type: | TABLE |
| Owner: | ECX |
| FND Design Data: | ECX.ECX_ATTACHMENT_MAPS
|
| Subobject Name: | |
| Status: | VALID |
The table records correlation mappings between main business documents and their assciated attachments. It is used by the OTA and XML-Gateway engine.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ECX_ATTACHMENT_MAPS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MSGID
CID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MSGID | RAW | (16) | Yes | This is the message id |
| CID | VARCHAR2 | (256) | Yes | Content Id through whic user uniquely identifies the attachment |
| FID | NUMBER | Yes | File Id of attachment | |
| DATATYPE | NUMBER | Yes | This type of attachment files | |
| ORDERINDEX | NUMBER | This is the order index of attachments | ||
| NESTPARENTINDEX | NUMBER | This is nest parent index |
Cut, paste (and edit) the following text to query this object:
SELECT MSGID
, CID
, FID
, DATATYPE
, ORDERINDEX
, NESTPARENTINDEX
FROM ECX.ECX_ATTACHMENT_MAPS;
ECX.ECX_ATTACHMENT_MAPS does not reference any database object
ECX.ECX_ATTACHMENT_MAPS is referenced by following:
ECX
ECX_ATTACHMENT_MAPS#
|
|
|
|