[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_LANGUAGE_CD |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PE_LANGUAGE_CD
|
| Subobject Name: | |
| Status: | VALID |
IGS_PE_LANGUAGE_CD describes the available list of user defined language codes.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PE_LANGUAGE_CD_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
LANGUAGE_CD
|
| IGS_PE_LANGUAGE_CD_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
GOVT_LANGUAGE_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LANGUAGE_CD | VARCHAR2 | (10) | Yes | An institution-defined language code. Language codes are used for languages other than English when entering student statistical details. Each language code must map to one of the set ofGovernment-defined language codes. See Appendix F Higher Education Student Data Collection Documentation, DETYA. |
| GOVT_LANGUAGE_CD | NUMBER | (2) | Yes | A Government language code to that the institution-defined language code is mapped. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | A description of the language code. Language codes are used for languages other than English when recording student statistical details. Each language code must map to one of the set ofGovernment-defined language codes. See Appendix F Higher Education Student Data Collection Documentation, DETYA. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Specifies whether the language code is open or closed. If closed, the code cannot be linked to any further person statistics records. |
| NOTES | VARCHAR2 | (2000) | A text-based facility for entering additional details or comments about the language code. Up to 2000 characters are allowed. | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT LANGUAGE_CD
, GOVT_LANGUAGE_CD
, DESCRIPTION
, CLOSED_IND
, NOTES
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PE_LANGUAGE_CD;
IGS.IGS_PE_LANGUAGE_CD does not reference any database object
IGS.IGS_PE_LANGUAGE_CD is referenced by following:
APPS
IGS_PE_LANGUAGE_CD
|
|
|
|