[Home] [Help]
[Dependency Information]
| Object Name: | MST_MD_NAMES |
|---|---|
| Object Type: | TABLE |
| Owner: | MST |
| Subobject Name: | |
| Status: | VALID |
N
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME_ID | NUMBER | The NAME ID defines the unique identifier of the name. | ||
| NAME_TYPE | VARCHAR2 | (2) | The NAME TYPE defines if the name is an official name, stale name, vanity name. etc. | |
| FEATURE_ID | NUMBER | The FEATURE ID defines the mapping between name and geographic entities. | ||
| NAME | VARCHAR2 | (200) | The full name of the entity. |
Cut, paste (and edit) the following text to query this object:
SELECT NAME_ID
, NAME_TYPE
, FEATURE_ID
, NAME
FROM MST.MST_MD_NAMES;
MST.MST_MD_NAMES does not reference any database object
MST.MST_MD_NAMES is referenced by following:
APPS
MST_MD_NAMES
|
|
|
|