[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_PERSON_LANGUAGE |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_PERSON_LANGUAGE
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Language that person speaks , read and write
| 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 |
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;
APPS
HZ_PERSON_LANGUAGE
APPS.IGSBV_PERSON_LANGUAGE is not referenced by any database object
|
|
|
|