[Home] [Help]
[Dependency Information]
Object Name: | SY_UOMS_STD |
---|---|
Object Type: | TABLE |
Owner: | GMA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Table for associating Units of Measure and UOM Types. Not yet used.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SY_UOMS_STD_PK | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
UM_TYPE | VARCHAR2 | (4) | Yes | The Unit of Measure Type associated with each Unit of Measure |
UM_CODE | VARCHAR2 | (4) | Yes | Unit of Measure code for which the conversion is defined. |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
CREATION_DATE | DATE | Yes | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT UM_TYPE
, UM_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GMA.SY_UOMS_STD;
GMA.SY_UOMS_STD does not reference any database object
GMA.SY_UOMS_STD is referenced by following:
|
|
|