[Home] [Help]
[Dependency Information]
| Object Name: | GR_REGIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_REGIONS
|
| Subobject Name: | |
| Status: | VALID |
Stores the region code and its description. Each record represents a geographic region.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_REGIONS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
REGION_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REGION_CODE | VARCHAR2 | (4) | Yes | The four-character code to be assigned for geographic regions in which one or more languages are spoken. Regions can be areas within one country or areas covering several countries. |
| REGION_DESCRIPTION | VARCHAR2 | (240) | Yes | The actual name of the region to which the four character code has been assigned. Regions can be areas within one country or areas covering several countries. |
| 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 REGION_CODE
, REGION_DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GR.GR_REGIONS;
GR.GR_REGIONS does not reference any database object
GR.GR_REGIONS is referenced by following:
GR
GR_REGIONS#
|
|
|
|