[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_PERSON_LANGUAGE |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_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 |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for this person |
| PERSON_NAME | VARCHAR2 | (360) | Yes | Name of this person |
| 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) | Indicates if this language is the person'S declared native language. Y for a declared native language, N for all other languages. | |
| 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 | |
| LANGUAGE_DESC | VARCHAR2 | (30) | Yes | The standard name for a language. For example, Spanish, Mandarin, or American English. Foreign key to the FND_LANGUAGES table. |
| 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
, PERSON_NUMBER
, PERSON_NAME
, LANGUAGE_NAME
, _LA:NATIVE_LANGUAGE
, PRIMARY_LANG_INDICATOR
, READS_LEVEL
, SPEAKS_LEVEL
, WRITES_LEVEL
, LANGUAGE_DESC
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGSFV_PERSON_LANGUAGE;
APPS
FND_LANGUAGES
HZ_PARTIES
HZ_PERSON_LANGUAGE
APPS.IGSFV_PERSON_LANGUAGE is not referenced by any database object
|
|
|
|