[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_TAC_LV_OF_COM |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_TAC_LV_OF_COM
|
| Subobject Name: | |
| Status: | VALID |
IGS_AD_TAC_LV_OF_COM describes levels of completion recognized by relevant TAC.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_TAC_LV_OF_COM_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TAC_LEVEL_OF_COMP
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TAC_LEVEL_OF_COMP | VARCHAR2 | (10) | Yes | Contains a code recognized by the relevant tertiary admission center to define the level of completion of studies assigned to an applicant on the basis of their current qualifications |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Provides an explanation of the tertiary admission center level of completion |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Specifies if the tertiary admission center level of completion is open or closed. Selecting the checkbox to 'closed' prevents use of the tertiary admission center level of completion in new or modified level of completion 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 TAC_LEVEL_OF_COMP
, DESCRIPTION
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_TAC_LV_OF_COM;
IGS.IGS_AD_TAC_LV_OF_COM does not reference any database object
IGS.IGS_AD_TAC_LV_OF_COM is referenced by following:
APPS
IGS_AD_TAC_LV_OF_COM
|
|
|
|