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


TABLE: EGO.EGO_ATTR_MAPPING_MASTER

Object Details
Object Name: EGO_ATTR_MAPPING_MASTER
Object Type: TABLE
Owner: EGO
FND Design Data: TableEGO.EGO_ATTR_MAPPING_MASTER
Subobject Name:
Status: VALID


This table is used to store Mapping master information for a given Source System.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_ATTR_MAPPING_MASTER_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTR_MAPPING_ID
SYS_IL0000396713C00011$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000396713C00012$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000396713C00013$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
ATTR_MAPPING_ID NUMBER
Yes Unique identifier for each mapping row.
ATTR_MAPPING_NAME VARCHAR2 (50) Yes Name of Attribute Mapping
ATTR_MAPPING_DESCRIPTION VARCHAR2 (150)
Description of the Attribute Mapping
SOURCE_SYSTEM_ID NUMBER
Yes Foreign key to HZ_ORIG_SYSTEMS_VL
LAST_UPDATE_DATE DATE
Yes Date record was last modified
LAST_UPDATED_BY NUMBER
Yes User id of last person modifying the record
CREATION_DATE DATE
Yes Date record was created
CREATED_BY NUMBER
Yes User id of Person who created record
LAST_UPDATE_LOGIN NUMBER

Login of last person who updated record
MAPPING_PROCESS NUMBER
Yes Field to indicate which mapping process to follow
PDH_TRANSFORMATION_XSLT CLOB (4000)
XSLT formed based on the mapping
EXTERNAL_SYSTEM_XSD CLOB (4000)
External XSD of the External System
PDH_EXTERNAL_XSLT CLOB (4000)
External XSLT used in PDH for Transformation
Query Text

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


SELECT ATTR_MAPPING_ID
,      ATTR_MAPPING_NAME
,      ATTR_MAPPING_DESCRIPTION
,      SOURCE_SYSTEM_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      MAPPING_PROCESS
,      PDH_TRANSFORMATION_XSLT
,      EXTERNAL_SYSTEM_XSD
,      PDH_EXTERNAL_XSLT
FROM EGO.EGO_ATTR_MAPPING_MASTER;

Dependencies

[top of page]

EGO.EGO_ATTR_MAPPING_MASTER does not reference any database object

EGO.EGO_ATTR_MAPPING_MASTER is referenced by following:

SchemaAPPS
SynonymEGO_ATTR_MAPPING_MASTER