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


VIEW: APPS.IGSBV_PERSON_LANGUAGE

Object Details
Object Name: IGSBV_PERSON_LANGUAGE
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSBV_PERSON_LANGUAGE
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


Language that person speaks , read and write


[View Source]

Columns
Name Datatype Length Mandatory Comments
LANGUAGE_USE_REFERENCE_ID NUMBER (15) Yes Unique identifer of the language use reference
PERSON_IDENTIFIER NUMBER (15) Yes Person identifier
LANGUAGE_NAME VARCHAR2 (4) Yes The standard name for a language. For example, Spanish, Mandarin, or American English. Foreign key to the FND_LANGUAGES table.
_LA:NATIVE_LANGUAGE CHAR (56)
Native Language of the person
PRIMARY_LANG_INDICATOR CHAR (67)
Indicates if this is the primary language used by a person in day-to-day transactions. Y for the primary language, N for other languages.
READS_LEVEL VARCHAR2 (30)
User-defined level number or name to indicate the ability to read a language
SPEAKS_LEVEL VARCHAR2 (30)
User-defined level number or name to indicate the ability to speak a language
WRITES_LEVEL VARCHAR2 (30)
User-defined level number or name to indicate the ability to write in a language
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Column
CREATED_BY NUMBER (15) Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
Query Text

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


SELECT LANGUAGE_USE_REFERENCE_ID
,      PERSON_IDENTIFIER
,      LANGUAGE_NAME
,      _LA:NATIVE_LANGUAGE
,      PRIMARY_LANG_INDICATOR
,      READS_LEVEL
,      SPEAKS_LEVEL
,      WRITES_LEVEL
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGSBV_PERSON_LANGUAGE;

Dependencies

[top of page]

APPS.IGSBV_PERSON_LANGUAGE references the following:

SchemaAPPS
SynonymHZ_PERSON_LANGUAGE

APPS.IGSBV_PERSON_LANGUAGE is not referenced by any database object