[Home] [Help]
[Dependency Information]
| Object Name: | GR_TOXIC_SPECIES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_TOXIC_SPECIES_B
|
| Subobject Name: | |
| Status: | VALID |
This entity stores, by language, the standard codes and descriptions for animal species used in testing. The 3 character code is based on those used in Sax's Properties of Dangerous Goods. The table is seeded with the standard codes.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_TOXIC_SPECIES_B_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
TOXIC_SPECIES_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TOXIC_SPECIES_CODE | VARCHAR2 | (3) | Yes | The three character code referring to the species used in the toxicity testing. A typical example would be CHK for Chicken. |
| 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 | |
| HIERARCHY_SEQ | NUMBER | (4) | Sequence order for Toxic Species Code |
Cut, paste (and edit) the following text to query this object:
SELECT TOXIC_SPECIES_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, HIERARCHY_SEQ
FROM GR.GR_TOXIC_SPECIES_B;
GR.GR_TOXIC_SPECIES_B does not reference any database object
GR.GR_TOXIC_SPECIES_B is referenced by following:
GR
GR_TOXIC_SPECIES_B#
|
|
|
|