[Home] [Help]
[Dependency Information]
| Object Name: | CLN_XMLG_TXN_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CLN.CLN_XMLG_TXN_TYPES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View showing distinct combinations of XML Gateway Transactions Setup
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRANSACTION_TYPE | VARCHAR2 | (80) | Yes | XML Gateway External Transaction Type |
| TRANSACTION_SUBTYPE | VARCHAR2 | (80) | Yes | XML Gateway External Transaction Subtype |
| DIRECTION | VARCHAR2 | (20) | Yes | Direction of the Document |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_TYPE
, TRANSACTION_SUBTYPE
, DIRECTION
FROM APPS.CLN_XMLG_TXN_TYPES_V;
APPS
ECX_EXT_PROCESSES
APPS.CLN_XMLG_TXN_TYPES_V is not referenced by any database object
|
|
|
|