[Home] [Help]
[Dependency Information]
| Object Name: | GR_CONC_RANGES |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_CONC_RANGES
|
| Subobject Name: | |
| Status: | VALID |
One record for each organization code
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_CONC_RANGES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CONCENTRATION_SEQNO
|
| 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 |
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;
GR.GR_CONC_RANGES does not reference any database object
GR.GR_CONC_RANGES is referenced by following:
APPS
GR_CONC_RANGES
|
|
|
|