[Home] [Help]
[Dependency Information]
| Object Name: | CLN_CH_XMLGTXN_MAPPING |
|---|---|
| Object Type: | TABLE |
| Owner: | CLN |
| FND Design Data: | CLN.CLN_CH_XMLGTXN_MAPPING
|
| Subobject Name: | |
| Status: | VALID |
This table recognises the Application ID, Document Type and Collaboration Type for on the basis of the XML setup.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CLN_CH_XMLGTXN_MAPPING_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
MAPPING_ID
ZD_EDITION_NAME
|
| CLN_CH_XMLGTXN_MAPPING_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
XMLG_TRANSACTION_TYPE
XMLG_TRANSACTION_SUBTYPE
DOCUMENT_DIRECTION
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MAPPING_ID | NUMBER | Standard who column | ||
| XMLG_TRANSACTION_TYPE | VARCHAR2 | (100) | External Transaction Type for the Document | |
| XMLG_TRANSACTION_SUBTYPE | VARCHAR2 | (100) | External Transaction Sub Type for the Document | |
| DOCUMENT_DIRECTION | VARCHAR2 | (3) | Document Direction | |
| APPLICATION_ID | NUMBER | Application ID of the product | ||
| DOCUMENT_TYPE | VARCHAR2 | (100) | Document Type | |
| COLLABORATION_TYPE | VARCHAR2 | (30) | Collaboration Type for the document | |
| CREATION_DATE | DATE | Standard who column | ||
| CREATED_BY | NUMBER | (15) | Standard who column | |
| LAST_UPDATE_DATE | DATE | Standard who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT MAPPING_ID
, XMLG_TRANSACTION_TYPE
, XMLG_TRANSACTION_SUBTYPE
, DOCUMENT_DIRECTION
, APPLICATION_ID
, DOCUMENT_TYPE
, COLLABORATION_TYPE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM CLN.CLN_CH_XMLGTXN_MAPPING;
CLN.CLN_CH_XMLGTXN_MAPPING does not reference any database object
CLN.CLN_CH_XMLGTXN_MAPPING is referenced by following:
CLN
CLN_CH_XMLGTXN_MAPPING#
|
|
|
|