DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_IN_ENQ_INFO_TYPE

Object Details
Object Name: IGS_IN_ENQ_INFO_TYPE
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_IN_ENQ_INFO_TYPE
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'.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_IN_ENQ_INFO_TYPE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnENQUIRY_INFORMATION_TYPE
Columns
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.
Query Text

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;

Dependencies

[top of page]

IGS.IGS_IN_ENQ_INFO_TYPE does not reference any database object

IGS.IGS_IN_ENQ_INFO_TYPE is referenced by following:

SchemaAPPS
SynonymIGS_IN_ENQ_INFO_TYPE