[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_OS_SEC_EDU |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_OS_SEC_EDU
|
| Subobject Name: | |
| Status: | VALID |
IGS_AD_OS_SEC_EDU describes secondary education details that are required for assessment of an admissions application.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_OS_SEC_EDU_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
SEQUENCE_NUMBER
|
| IGS_AD_OS_SEC_EDU_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COUNTRY_CD
|
| IGS_AD_OS_SEC_EDU_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OS_SCNDRY_EDU_QUALIFICATION
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | Contains the institution-defined number that uniquely identifies a person |
| SEQUENCE_NUMBER | NUMBER | (6) | Yes | Uniquely identifies an Overseas Secondary Education record for a person |
| RESULT_OBTAINED_YR | NUMBER | (4) | The year in which the Overseas Secondary Education result was obtained by the applicant. | |
| CANDIDATE_NUMBER | NUMBER | (12) | Contains the candidate number associated with the applicant's Overseas Secondary Education attempt | |
| SCHOOL_NAME | VARCHAR2 | (60) | Name of the school where the Overseas Secondary Education was undertaken | |
| COUNTRY_CD | VARCHAR2 | (10) | Yes | Identifies the institution-defined code for a country. These must be mapped to a Government country code - DETYA element reference 346. |
| COMMENTS | VARCHAR2 | (2000) | A text-based facility for recording and maintaining notes of up to 2,000 characters regarding the Overseas Secondary Education record. | |
| 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 | |
| RESULT | VARCHAR2 | (20) | Contains the result obtained in the applicant's Overseas Secondary Education Qualification attempt. | |
| OS_SCNDRY_EDU_QUALIFICATION | VARCHAR2 | (10) | Contains a code that identifies the type of Overseas Secondary Education Qualification |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, SEQUENCE_NUMBER
, RESULT_OBTAINED_YR
, CANDIDATE_NUMBER
, SCHOOL_NAME
, COUNTRY_CD
, COMMENTS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, RESULT
, OS_SCNDRY_EDU_QUALIFICATION
FROM IGS.IGS_AD_OS_SEC_EDU;
IGS.IGS_AD_OS_SEC_EDU does not reference any database object
IGS.IGS_AD_OS_SEC_EDU is referenced by following:
APPS
IGS_AD_OS_SEC_EDU
|
|
|
|