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


TABLE: IGS.IGS_FI_FEE_CAT_MAP

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


IGS_FI_FEE_CAT_MAP describes the mapping of fee categories to admission categories. The mappings restrict the allocation of fee categories to students.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_FI_FEE_CAT_MAP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFEE_CAT
ColumnADMISSION_CAT
IGS_FI_FEE_CAT_MAP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnADMISSION_CAT
Columns
Name Datatype Length Mandatory Comments
FEE_CAT VARCHAR2 (10) Yes Describes the fee categories applicable to enrolled students. The purpose of the fee category is to identify the distinct fee assessment groups assigned fee type liabilities.
ADMISSION_CAT VARCHAR2 (10) Yes Code of an institution-defined admission category. An admission category is used to group a set of applicants whose applications will be processed via a common set of admission procedure steps.
DFLT_CAT_IND VARCHAR2 (1) Yes Indicator that specifies whether the fee category is the default category for the related admission category. Setting the checkbox ticked defines the fee category as the default.
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
Query Text

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


SELECT FEE_CAT
,      ADMISSION_CAT
,      DFLT_CAT_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_FEE_CAT_MAP;

Dependencies

[top of page]

IGS.IGS_FI_FEE_CAT_MAP does not reference any database object

IGS.IGS_FI_FEE_CAT_MAP is referenced by following:

SchemaAPPS
SynonymIGS_FI_FEE_CAT_MAP