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


VIEW: APPS.GR_DOCUMENT_CODES_TL_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


Contains the Document Code Description in Multiple Languages


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Unique Identifier
DOCUMENT_CODE VARCHAR2 (10) Yes Type the Document Code for the Document.
LANGUAGE VARCHAR2 (4) Yes Language Code
DESCRIPTION VARCHAR2 (240) Yes Type the Document Code Description for the document in the languages required
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If the text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
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
LANGUAGE_DESCRIPTION VARCHAR2 (255) Yes Description of the Language
Query Text

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


SELECT ROW_ID
,      DOCUMENT_CODE
,      LANGUAGE
,      DESCRIPTION
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LANGUAGE_DESCRIPTION
FROM APPS.GR_DOCUMENT_CODES_TL_V;

Dependencies

[top of page]

APPS.GR_DOCUMENT_CODES_TL_V references the following:

SchemaAPPS
ViewFND_LANGUAGES_VL
SynonymGR_DOCUMENT_CODES_TL

APPS.GR_DOCUMENT_CODES_TL_V is not referenced by any database object