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


TABLE: GR.GR_REGIONS

Object Details
Object Name: GR_REGIONS
Object Type: TABLE
Owner: GR
FND Design Data: TableGR.GR_REGIONS
Subobject Name:
Status: VALID


Stores the region code and its description. Each record represents a geographic region.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_REGIONS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnREGION_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

GR.GR_REGIONS does not reference any database object

GR.GR_REGIONS is referenced by following:

SchemaAPPS
SynonymGR_REGIONS