[Home] [Help]
[Dependency Information]
Object Name: | EGO_UOM_MAPPING_MASTER |
---|---|
Object Type: | TABLE |
Owner: | EGO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is used to store UOM Mapping for a given Source System.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EGO_UOM_MAPPING_MASTER_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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;
EGO.EGO_UOM_MAPPING_MASTER does not reference any database object
EGO.EGO_UOM_MAPPING_MASTER is referenced by following:
|
|
|