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


TABLE: GR.GR_CONC_RANGES

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


One record for each organization code


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_CONC_RANGES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONCENTRATION_SEQNO
Columns
Name Datatype Length Mandatory Comments
CONCENTRATION_SEQNO NUMBER (8) Yes The Concentration Sequence Number for the order that the concentration is displayed or printed on the document.
CONCENTRATION_LOW NUMBER (15) Yes The range of the concentration for which information should be printed on the document.
CONCENTRATION_HIGH NUMBER (15) Yes The highest value of the Concentration Range for which information should be displayed or printed on the document.
CONCENTRATION_DISPLAY VARCHAR2 (16)
The information displayed or printed on the document based on the Concentration To and From Range values.
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 CONCENTRATION_SEQNO
,      CONCENTRATION_LOW
,      CONCENTRATION_HIGH
,      CONCENTRATION_DISPLAY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM GR.GR_CONC_RANGES;

Dependencies

[top of page]

GR.GR_CONC_RANGES does not reference any database object

GR.GR_CONC_RANGES is referenced by following:

SchemaAPPS
SynonymGR_CONC_RANGES