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


TABLE: IMC.IMC_CSV_MAPPINGS

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


This table stores basic mapping information e.g. mapping name, description.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
MAPPING_ID NUMBER (15) Yes Number that uniquely identifies a mapping
MAPPING_NAME VARCHAR2 (100)
Name of the mapping provided by user
DESCRIPTION VARCHAR2 (255)
Description of the mapping provided by user
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 MAPPING_ID
,      MAPPING_NAME
,      DESCRIPTION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM IMC.IMC_CSV_MAPPINGS;

Dependencies

[top of page]

IMC.IMC_CSV_MAPPINGS does not reference any database object

IMC.IMC_CSV_MAPPINGS is referenced by following:

SchemaIMC
ViewIMC_CSV_MAPPINGS#