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


VIEW: APPS.GR_ITEM_GROUPS_VL

Object Details
Object Name: GR_ITEM_GROUPS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGR.GR_ITEM_GROUPS_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 item group code where the language is equal to the user environment variable LANG.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
ITEM_GROUP_CODE VARCHAR2 (10) Yes
CONSOLIDATE_TOXICITY_DATA VARCHAR2 (1) Yes
CONSOLIDATE_EXPOSURE_DATA VARCHAR2 (1) 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)
DESCRIPTION VARCHAR2 (240) Yes
Query Text

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


SELECT ROW_ID
,      ITEM_GROUP_CODE
,      CONSOLIDATE_TOXICITY_DATA
,      CONSOLIDATE_EXPOSURE_DATA
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
FROM APPS.GR_ITEM_GROUPS_VL;

Dependencies

[top of page]

APPS.GR_ITEM_GROUPS_VL references the following:

SchemaAPPS
SynonymGR_ITEM_GROUPS_B
SynonymGR_ITEM_GROUPS_TL

APPS.GR_ITEM_GROUPS_VL is not referenced by any database object