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


VIEW: APPS.GR_TOXIC_SPECIES_VL

Object Details
Object Name: GR_TOXIC_SPECIES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGR.GR_TOXIC_SPECIES_VL
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

MultiLingual view (a language resolved view of the data.)


Contains the rows that have a language dependent description for the toxic species code where the language is equal to the user environment variable LANG.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
TOXIC_SPECIES_CODE VARCHAR2 (3) Yes
HIEARCHY_SEQ NUMBER (4)
Sequence order for Toxic Species Code
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)
TOXIC_SPECIES_DESC VARCHAR2 (240) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      TOXIC_SPECIES_CODE
,      HIEARCHY_SEQ
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      TOXIC_SPECIES_DESC
FROM APPS.GR_TOXIC_SPECIES_VL;

Dependencies

[top of page]

APPS.GR_TOXIC_SPECIES_VL references the following:

SchemaAPPS
SynonymGR_TOXIC_SPECIES_B
SynonymGR_TOXIC_SPECIES_TL

APPS.GR_TOXIC_SPECIES_VL is not referenced by any database object