DBA Data[Home] [Help] [Dependency Information]


TABLE: EC.ECE_OUTPUT

Object Details
Object Name: ECE_OUTPUT
Object Type: TABLE
Owner: EC
FND Design Data: TableEC.ECE_OUTPUT
Subobject Name:
Status: VALID


ECE_OUTPUT contains the contents of the data file to be created by the
e-Commerce Gateway extract program. You need one row for each
row of the data file.

Data from the transaction specific interface tables is moved to
ECE_OUTPUT so that it may be spooled to the data file. Once the
data file is created, ECE_OUTPUT is purged.

The data in ECE_OUTPUT is sorted by RUN_ID representing the
transaction request ID and LINE_ID representing the data file line
number.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ECE_OUTPUT_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnRUN_ID
ColumnLINE_ID
Columns
Name Datatype Length Mandatory Comments
RUN_ID NUMBER
Yes Run ID
LINE_ID NUMBER
Yes Line ID
TEXT VARCHAR2 (4000)
Output Text
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
REQUEST_ID NUMBER

Standard Who column
PROGRAM_APPLICATION_ID NUMBER

Standard Who column
PROGRAM_ID NUMBER

Standard Who column
PROGRAM_UPDATE_DATE DATE

Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RUN_ID
,      LINE_ID
,      TEXT
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM EC.ECE_OUTPUT;

Dependencies

[top of page]

EC.ECE_OUTPUT does not reference any database object

EC.ECE_OUTPUT is referenced by following:

SchemaAPPS
SynonymECE_OUTPUT