[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_LANGUAGE_CD_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_PE_LANGUAGE_CD_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Valid values for person_statistics home_language_codes
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HOME_LANGUAGE_CD | VARCHAR2 | (30) | Name of a type of calendar used within the organization. For example, ACAD-YR, standard academic year, SEM-1, semester 1 teaching period, TRI-2, trimester 2 teaching period, and ENROL-1, enrollment period 1. | |
| DESCRIPTION | VARCHAR2 | (80) | Name of a type of calendar used within the organization.For example, ACAD-YR, standard academic year, SEM-1, semester 1 teaching period, TRI-2, trimester 2 teaching period, and ENROL-1, enrollment period 1. | |
| CLOSED_IND | VARCHAR2 | (1) | The name of a type of calendar used within the organization. For example, ACAD-YR, standard academic year, SEM-1, semester 1 teaching period, TRI-2, trimester 2 teaching period, and ENROL-1, enrollment period 1. | |
| SOURCE | VARCHAR2 | (13) | The name of a type of calendar used within the organization.For example, are ACAD-YR standard academic year, SEM-1 semester 1 teaching period, TRI-2, trimester 2 teaching period & ENROL-1enrollment period 1. | |
| CREATED_BY | NUMBER | Standard WHO column | ||
| CREATION_DATE | DATE | Standard WHO column | ||
| LAST_UPDATED_BY | NUMBER | Standard WHO column | ||
| LAST_UPDATE_DATE | DATE | Standard WHO column | ||
| LAST_UPDATE_LOGIN | NUMBER | Standard WHO column |
Cut, paste (and edit) the following text to query this object:
SELECT HOME_LANGUAGE_CD
, DESCRIPTION
, CLOSED_IND
, SOURCE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_PE_LANGUAGE_CD_V;
APPS
IGS_LOOKUP_VALUES
IGS_PE_LANGUAGE_CD
APPS.IGS_PE_LANGUAGE_CD_V is not referenced by any database object
|
|
|
|