[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_GOV_BAS_FR_TY |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_GOV_BAS_FR_TY
|
| Subobject Name: | |
| Status: | VALID |
IGS_AD_GOV_BAS_FR_TY describes the DETYA basis for admission codes.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_GOV_BAS_FR_TY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
GOVT_BASIS_FOR_ADM_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GOVT_BASIS_FOR_ADM_TYPE | VARCHAR2 | (2) | Yes | Contains a unique Government defined code that identifies the main criterion used in granting an applicant admission to a program of study -DETYA element 327. For example, 11 - Completed Higher Education Course, 14 - Completed Secondary Education at School, 19 - Employment Experience. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Provides an explanation of the Government basis for admission type |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Specifies if the Government basis for admission type is open or closed. Setting the checkbox to 'closed, prevents use of the Government basis for admission type in new or modified basis for admission 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 GOVT_BASIS_FOR_ADM_TYPE
, DESCRIPTION
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_GOV_BAS_FR_TY;
IGS.IGS_AD_GOV_BAS_FR_TY does not reference any database object
IGS.IGS_AD_GOV_BAS_FR_TY is referenced by following:
APPS
IGS_AD_GOV_BAS_FR_TY
|
|
|
|