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


TABLE: IMC.IMC_CSV_LOAD_PREVIEW

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


This table stores the load preview information for a subset of records


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
LOAD_ID NUMBER (15) Yes Number that uniquely identifies the Load Batch
ATTRIBUTE_NAME VARCHAR2 (30)
Target attribute to which the source attribute maps to
PARTY1 VARCHAR2 (1996)
Value for the first party
PARTY2 VARCHAR2 (1996)
Value for the second party
PARTY3 VARCHAR2 (1996)
Value for the third party
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
,      ATTRIBUTE_NAME
,      PARTY1
,      PARTY2
,      PARTY3
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM IMC.IMC_CSV_LOAD_PREVIEW;

Dependencies

[top of page]

IMC.IMC_CSV_LOAD_PREVIEW does not reference any database object

IMC.IMC_CSV_LOAD_PREVIEW is referenced by following:

SchemaAPPS
SynonymIMC_CSV_LOAD_PREVIEW