[Home] [Help]
[Dependency Information]
| Object Name: | ECE_TRAN_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | EC |
| FND Design Data: | EC.ECE_TRAN_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
This table is used to store information about the parameters
used in the generic inbound and outbound execution engines.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_ID | NUMBER | Yes | Parameter ID | |
| TRANSACTION_TYPE | VARCHAR2 | (30) | Yes | Transaction Type |
| SEQUENCE_NUMBER | NUMBER | Yes | Sequence Number | |
| NAME | VARCHAR2 | (30) | Name | |
| DATATYPE | VARCHAR2 | (30) | Data Type | |
| DESCRIPTION | VARCHAR2 | (30) | Description | |
| DEFAULT_VALUE | VARCHAR2 | (30) | Default Value |
Cut, paste (and edit) the following text to query this object:
SELECT PARAMETER_ID
, TRANSACTION_TYPE
, SEQUENCE_NUMBER
, NAME
, DATATYPE
, DESCRIPTION
, DEFAULT_VALUE
FROM EC.ECE_TRAN_PARAMETERS;
EC.ECE_TRAN_PARAMETERS does not reference any database object
EC.ECE_TRAN_PARAMETERS is referenced by following:
EC
ECE_TRAN_PARAMETERS#
|
|
|
|