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


TABLE: IMC.IMC_CSV_FILES

Object Details
Object Name: IMC_CSV_FILES
Object Type: TABLE
Owner: IMC
Subobject Name:
Status: VALID


This table stores the CSV file content for a batch being processed by File Load feature.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000327936C00002$$ LOB UNIQUE TablespaceAPPS_TS_INTERFACE
Columns
Name Datatype Length Mandatory Comments
LOAD_ID NUMBER (15) Yes Number that uniquely identifies the Load Batch
FILE_DATA CLOB (4000) Yes Number that uniquely identifies this adapter log.
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT LOAD_ID
,      FILE_DATA
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM IMC.IMC_CSV_FILES;

Dependencies

[top of page]

IMC.IMC_CSV_FILES does not reference any database object

IMC.IMC_CSV_FILES is referenced by following:

SchemaAPPS
SynonymIMC_CSV_FILES