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


TABLE: IGS.IGS_IN_ENQ_SRC_TYPE

Object Details
Object Name: IGS_IN_ENQ_SRC_TYPE
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_IN_ENQ_SRC_TYPE
Subobject Name:
Status: VALID


IGS_IN_ENQ_SRC_TYPE describes the sources of an enquiry to the institution, for example, newspaper advertising, school liason activity.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_IN_ENQ_SRC_TYPE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnENQUIRY_SOURCE_TYPE
Columns
Name Datatype Length Mandatory Comments
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ENQUIRY_SOURCE_TYPE VARCHAR2 (10) Yes Describes the type of source responsible for an admission enquiry being made. Examples newspaper advertisement, school liaison activity.
DESCRIPTION VARCHAR2 (60) Yes Provides an explanation of the enquiry source type
CLOSED_IND VARCHAR2 (1) Yes An indicator that specifies if the enquiry source type is open or closed. Selecting the checkbox to 'closed' - ticked prevents use of the enquiry source type in new or modified admission enquiry records.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ENQUIRY_SOURCE_TYPE
,      DESCRIPTION
,      CLOSED_IND
FROM IGS.IGS_IN_ENQ_SRC_TYPE;

Dependencies

[top of page]

IGS.IGS_IN_ENQ_SRC_TYPE does not reference any database object

IGS.IGS_IN_ENQ_SRC_TYPE is referenced by following:

SchemaAPPS
SynonymIGS_IN_ENQ_SRC_TYPE