[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_OS_SEC_EDU_QF |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_OS_SEC_EDU_QF
|
| Subobject Name: | |
| Status: | VALID |
IGS_AD_OS_SEC_EDU_QF describes secondary education qualifications.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_OS_SEC_EDU_QF_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
OS_SCNDRY_EDU_QUALIFICATION
|
| IGS_AD_OS_SEC_EDU_QF_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COUNTRY_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OS_SCNDRY_EDU_QUALIFICATION | VARCHAR2 | (10) | Yes | Contains a code that identifies the type of overseas secondary education qualification |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Provides an explanation of the overseas secondary education qualification |
| COUNTRY_CD | VARCHAR2 | (10) | Contains a code that identifies which countries award this particular overseas secondary education qualification. This is an optional requirement for overseas secondary education qualifications. However, once codes are recorded in this field, the list of values available for overseas secondary education records citing this qualification will be limited to these entries. | |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Specifies if the overseas secondary education qualification code is opened or closed. Setting the indicator to 'closed' prevents use of the code in new or modified secondary education records. |
| 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 OS_SCNDRY_EDU_QUALIFICATION
, DESCRIPTION
, COUNTRY_CD
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_OS_SEC_EDU_QF;
IGS.IGS_AD_OS_SEC_EDU_QF does not reference any database object
IGS.IGS_AD_OS_SEC_EDU_QF is referenced by following:
APPS
IGS_AD_OS_SEC_EDU_QF
|
|
|
|