[Home] [Help]
[Dependency Information]
Object Name: | ECE_MAPPINGS |
---|---|
Object Type: | TABLE |
Owner: | EC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The ECE_MAPPINGS table is used to store information
regarding the input/output map of the transaction. This
table stores information that indicates the map name
as well as map type.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
ECE_MAPPINGS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MAP_CODE | VARCHAR2 | (20) | Yes | Map Code |
MAP_ID | NUMBER | (15) | Yes | Map ID |
DESCRIPTION | VARCHAR2 | (250) | Map Description | |
MAP_TYPE | VARCHAR2 | (40) | Yes | Map Type |
TRANSACTION_TYPE | VARCHAR2 | (30) | Transaction Type | |
ROOT_ELEMENT | VARCHAR2 | (80) | Root Element | |
ENABLED | VARCHAR2 | (1) | Map Enabled Flag |
Cut, paste (and edit) the following text to query this object:
SELECT MAP_CODE
, MAP_ID
, DESCRIPTION
, MAP_TYPE
, TRANSACTION_TYPE
, ROOT_ELEMENT
, ENABLED
FROM EC.ECE_MAPPINGS;
EC.ECE_MAPPINGS does not reference any database object
EC.ECE_MAPPINGS is referenced by following:
|
|
|