[Home] [Help]
[Dependency Information]
| Object Name: | IGS_IN_ENQ_CHAR_TYPE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_IN_ENQ_CHAR_TYPE
|
| Subobject Name: | |
| Status: | VALID |
IGS_IN_ENQ_CHAR_TYPE describes the characteristics of an enquirer to the institution. For example, school leaver, graduate, domestic or international. Used for statistical purposes and to allow for tailoring of packages - Obsolete
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_IN_ENQ_CHAR_TYPE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ENQUIRY_CHARACTERISTIC_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| ENQUIRY_CHARACTERISTIC_TYPE | VARCHAR2 | (10) | Yes | Describes the user-defined types of characteristic of an enquiry .Examples are school leaver, TAFE graduate, domestic, international. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Provides an explanation of the enquiry characteristic type |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates if the enquiry characteristic type is active. Selecting the checkbox ticked will prevent its use in new or modified enquiry records. |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, ENQUIRY_CHARACTERISTIC_TYPE
, DESCRIPTION
, CLOSED_IND
FROM IGS.IGS_IN_ENQ_CHAR_TYPE;
IGS.IGS_IN_ENQ_CHAR_TYPE does not reference any database object
IGS.IGS_IN_ENQ_CHAR_TYPE is referenced by following:
APPS
IGS_IN_ENQ_CHAR_TYPE
|
|
|
|