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


TABLE: CN.CN_COLUMN_MAPS_ALL

Object Details
Object Name: CN_COLUMN_MAPS_ALL
Object Type: TABLE
Owner: CN
FND Design Data: TableCN.CN_COLUMN_MAPS_ALL
Subobject Name:
Status: VALID


CN_COLUMN_MAPS contains the mapping information between columns in the
Sales Compensation tables and columns in the AR tables. These columns
maps are used by the Collection code generator to import transaction
data into the Sales Compensation system from the AR system.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CN_COLUMN_MAPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOLUMN_MAP_ID
ColumnORG_ID
CN_COLUMN_MAPS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDESTINATION_COLUMN_ID
ColumnTABLE_MAP_ID
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
COLUMN_MAP_ID NUMBER (15) Yes Primary key
DESTINATION_COLUMN_ID NUMBER (15) Yes Foreign key to CN_COLUMNS - the destination column for this column mapping
TABLE_MAP_ID NUMBER (15) Yes Foreign key to CN_TABLE_MAPS - the source and destination table for this column mapping
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
SOURCE_COLUMN_ID NUMBER (15)
Foreign key to CN_OBJECTS - the source column for this column mapping. If this is null then the source column is an expression.
DRIVING_COLUMN_ID NUMBER (15)
Foreign key to CN_OBJECTS.
EXPRESSION VARCHAR2 (1900)
A destination column value may be derived by means of an expression
AGGREGATE_FUNCTION VARCHAR2 (10)
Not currently used
SEED_COLUMN_MAP_ID NUMBER (15)
Foreign Key to CN_COLUMN_MAPS referencing the row which holds the original seeded values of a default mapping.
GROUP_BY_FLAG VARCHAR2 (1)
Not currently used.
UNIQUE_FLAG VARCHAR2 (1)
Not currently used
ORG_ID NUMBER (15)
Organization identifier
UPDATE_CLAUSE VARCHAR2 (1900)
Free-form SQL statement defining the join/restriction criteria for an Indirect Mapping.
MODIFIED VARCHAR2 (1) Yes For default mappings, 'Y' if the mapping has been changed from the original seeded values.
EDITABLE VARCHAR2 (1)
'Y' if the user is allowed to update the mapping.
CALC_EXT_TABLE_ID NUMBER (15)
Foreign Key to CN_CALC_EXT_TABLES referencing a relationship which defines the join criteria for an Indirect Mapping
OBJECT_VERSION_NUMBER NUMBER (15) Yes This column is used for locking purposes
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT COLUMN_MAP_ID
,      DESTINATION_COLUMN_ID
,      TABLE_MAP_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SOURCE_COLUMN_ID
,      DRIVING_COLUMN_ID
,      EXPRESSION
,      AGGREGATE_FUNCTION
,      SEED_COLUMN_MAP_ID
,      GROUP_BY_FLAG
,      UNIQUE_FLAG
,      ORG_ID
,      UPDATE_CLAUSE
,      MODIFIED
,      EDITABLE
,      CALC_EXT_TABLE_ID
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM CN.CN_COLUMN_MAPS_ALL;

Dependencies

[top of page]

CN.CN_COLUMN_MAPS_ALL does not reference any database object

CN.CN_COLUMN_MAPS_ALL is referenced by following:

SchemaAPPS
SynonymCN_COLUMN_MAPS
SynonymCN_COLUMN_MAPS_ALL