[Home] [Help]
[Dependency Information]
Object Name: | IGS_IN_ENQ_INFO_TYPE |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_IN_ENQ_INFO_TYPE describes the types of enquiry made, for example, travel, fees, accomodation, program, faculty. The types of enquiry are user-defined with the exception of system-defined 'all information'.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_IN_ENQ_INFO_TYPE_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
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 | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
ENQUIRY_INFORMATION_TYPE | VARCHAR2 | (10) | Yes | Describes the user-defined types of enquiry that are likely to be made. Examples are travel, accommodation, fees. |
DESCRIPTION | VARCHAR2 | (60) | Yes | Provides an explanation of the enquiry information type |
CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates if the enquiry information type is active .Se;ecting the 'closed' indicator means that the enquiry information type can no longer be used when registering admission enquiry records. |
Cut, paste (and edit) the following text to query this object:
SELECT CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATED_BY
, ENQUIRY_INFORMATION_TYPE
, DESCRIPTION
, CLOSED_IND
FROM IGS.IGS_IN_ENQ_INFO_TYPE;
IGS.IGS_IN_ENQ_INFO_TYPE does not reference any database object
IGS.IGS_IN_ENQ_INFO_TYPE is referenced by following:
|
|
|