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


TABLE: EGO.EGO_UOM_MAPPING_MASTER

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


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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_UOM_MAPPING_MASTER_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUOM_MAPPING_ID
Columns
Name Datatype Length Mandatory Comments
UOM_MAPPING_ID NUMBER
Yes Unique identifier for each UOM Mapping
UOM_MAPPING_NAME VARCHAR2 (50) Yes Name of the mapping
UOM_MAPPING_DESCRIPTION VARCHAR2 (150)
Description of the 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
Query Text

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


SELECT UOM_MAPPING_ID
,      UOM_MAPPING_NAME
,      UOM_MAPPING_DESCRIPTION
,      SOURCE_SYSTEM_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM EGO.EGO_UOM_MAPPING_MASTER;

Dependencies

[top of page]

EGO.EGO_UOM_MAPPING_MASTER does not reference any database object

EGO.EGO_UOM_MAPPING_MASTER is referenced by following:

SchemaAPPS
SynonymEGO_UOM_MAPPING_MASTER