[Home] [Help]
[Dependency Information]
| Object Name: | GR_TOXIC_SPECIES_TL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GR.GR_TOXIC_SPECIES_TL_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | ||
| TOXIC_SPECIES_CODE | VARCHAR2 | (3) | Yes | |
| LANGUAGE | VARCHAR2 | (4) | Yes | |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | |
| TOXIC_SPECIES_DESC | VARCHAR2 | (240) | Yes | |
| CREATED_BY | NUMBER | (15) | Yes | |
| CREATION_DATE | DATE | Yes | ||
| LAST_UPDATED_BY | NUMBER | (15) | Yes | |
| LAST_UPDATE_DATE | DATE | Yes | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | ||
| LANGUAGE_DESCRIPTION | VARCHAR2 | (255) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, TOXIC_SPECIES_CODE
, LANGUAGE
, SOURCE_LANG
, TOXIC_SPECIES_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, LANGUAGE_DESCRIPTION
FROM APPS.GR_TOXIC_SPECIES_TL_V;
APPS
FND_LANGUAGES_VL
GR_TOXIC_SPECIES_TL
APPS.GR_TOXIC_SPECIES_TL_V is not referenced by any database object
|
|
|
|