Search Results igs_fi_encmb_type_all
Overview
The table IGS_FI_ENCMB_TYPE_ALL is a core data dictionary table within the Oracle E-Business Suite (EBS) Student System (IGS). Its primary role is to define and store the institution-specific types of encumbrances or holds that can be applied to a person, typically a student. An encumbrance is a restriction placed on a student's account that may prevent them from performing certain actions, such as registering for classes or receiving transcripts, until the underlying issue is resolved. The table serves as the master source for all user-defined encumbrance categories, enabling the systematic application and management of holds across the student lifecycle. It is important to note that the metadata explicitly classifies the IGS - Student System as "Obsolete," indicating this table is part of a legacy module.
Key Information Stored
While the provided metadata does not list specific columns beyond the primary key, the table's structure is centered around defining the characteristics of an encumbrance type. The primary key column, ENCUMBRANCE_TYPE, is the unique code identifying each type of hold (e.g., 'UNPAID_FEES', 'ACAD_PROBATION'). Based on standard EBS design patterns for "ALL" tables and the table's purpose, it is highly likely to also contain columns such as a description field (e.g., ENCUMBRANCE_DESC), an effective date range (START_DATE, END_DATE), an ORG_ID for multi-organization support, and standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for auditing. The table's description confirms it stores types for both financial (unpaid fees) and academic (failed progression check) encumbrances.
Common Use Cases and Queries
The primary use case is the lookup and validation of encumbrance types when applying a hold to a student's record or when running reports on student restrictions. Administrators would reference this table to maintain the list of active hold types. A common reporting query would join this table to the person-level encumbrance table to generate a list of all students under a specific type of hold. For example:
- Listing All Active Encumbrance Types:
SELECT encumbrance_type, description FROM igs_fi_encmb_type_all WHERE SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE) ORDER BY 1; - Finding Students with a Financial Hold:
SELECT p.person_id, p.encumbrance_type, t.description FROM igs_pe_pers_encumb p, igs_fi_encmb_type_all t WHERE p.encumbrance_type = t.encumbrance_type AND t.encumbrance_type = 'UNPAID_FEES';
Related Objects
The table IGS_FI_ENCMB_TYPE_ALL is a referenced parent table in several key transactional and setup tables within the Student System, as documented by its foreign key relationships. These relationships ensure data integrity by enforcing that encumbrances applied throughout the system must be of a type defined in this master table.
- IGS_FI_ENC_DFLT_EFT: Links via ENCUMBRANCE_TYPE to define default Electronic Funds Transfer settings for a specific encumbrance type.
- IGS_FI_HOLD_PLAN: Links via HOLD_TYPE to associate an encumbrance type with a financial hold plan.
- IGS_FI_PERSON_HOLDS: Links via HOLD_TYPE to apply a specific encumbrance type to a person's financial account.
- IGS_PE_HOLD_REL_OVR: Links via HOLD_TYPE to define rule overrides for releasing a specific type of hold.
- IGS_PE_PERS_ENCUMB: The central transactional table; links via ENCUMBRANCE_TYPE to record the actual application of an encumbrance type to a person.
- IGS_PR_OU_TYPE_ALL: Links via ENCUMBRANCE_TYPE to define which encumbrance types are applicable to specific progression outcome types.
-
Table: IGS_FI_ENCMB_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the user-defined encumbrance types that might be applied to a person by the institution. For example, unpaid fees, failed academic progression check. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_ENCMB_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ENCMB_TYPE_ALL, object_name:IGS_FI_ENCMB_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes the user-defined encumbrance types that might be applied to a person by the institution. For example, unpaid fees, failed academic progression check. , implementation_dba_data: IGS.IGS_FI_ENCMB_TYPE_ALL ,
-
APPS.IGS_FI_ENCMB_TYPE_PKG dependencies on IGS_FI_ENCMB_TYPE_ALL
12.1.1
-
APPS.IGS_FI_ENCMB_TYPE_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_ADVISING_STUDENTS
12.1.1
-
VIEW: APPS.IGSBV_HOLD_TYPES
12.1.1
-
VIEW: APPS.IGSFV_HOLD_TYPES
12.1.1
-
VIEW: APPS.IGSBV_PERSON_HOLD_EFFECTS
12.1.1
-
SYNONYM: APPS.IGS_FI_ENCMB_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_ENCMB_TYPE_ALL, status:VALID,
-
VIEW: APPS.IGS_FI_ENCMB_TYPE
12.1.1
-
VIEW: APPS.IGSBV_HOLD_TYPE_DFLT_EFFECTS
12.1.1
-
VIEW: APPS.IGSFV_HOLD_TYPE_DFLT_EFFECTS
12.1.1
-
VIEW: APPS.IGSBV_PERSON_HOLDS
12.1.1
-
VIEW: APPS.IGSFV_PERSON_HOLDS
12.1.1
-
VIEW: APPS.IGSFV_PERSON_HOLD_EFFECTS
12.1.1
-
TABLE: IGS.IGS_FI_ENCMB_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ENCMB_TYPE_ALL, object_name:IGS_FI_ENCMB_TYPE_ALL, status:VALID,
-
VIEW: APPS.IGSFV_ADVISING_GROUPS
12.1.1
-
Table: IGS_PE_HOLD_REL_OVR
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the Hold Override and Release information. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_ENCMB_TYPE_PKG
12.1.1
-
Table: IGS_PR_OU_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_OU_TYPE_ALL, object_name:IGS_PR_OU_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes the types of outcomes from a progression rule check. For example, suspended, excluded, successful, manual (where the outcome must be applied manually). These outcome types must map back onto system-defined outcome types. , implementation_dba_data: IGS.IGS_PR_OU_TYPE_ALL ,
-
Table: IGS_FI_ENC_DFLT_EFT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ENC_DFLT_EFT, object_name:IGS_FI_ENC_DFLT_EFT, status:VALID, product: IGS - Student System , description: Describes the default effects that are applied to the associated encumbrance type. , implementation_dba_data: IGS.IGS_FI_ENC_DFLT_EFT ,
-
Table: IGS_PE_PERS_ENCUMB
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PERS_ENCUMB, object_name:IGS_PE_PERS_ENCUMB, status:VALID, product: IGS - Student System , description: This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books. , implementation_dba_data: IGS.IGS_PE_PERS_ENCUMB ,
-
PACKAGE BODY: APPS.IGS_FI_ENCMB_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_ENCMB_TYPE_PKG, status:VALID,
-
Table: IGS_PE_HOLD_REL_OVR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_HOLD_REL_OVR, object_name:IGS_PE_HOLD_REL_OVR, status:VALID, product: IGS - Student System , description: Contains the Hold Override and Release information. , implementation_dba_data: IGS.IGS_PE_HOLD_REL_OVR ,
-
Table: IGS_FI_HOLD_PLAN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_HOLD_PLAN, object_name:IGS_FI_HOLD_PLAN, status:VALID, product: IGS - Student System , description: This table holds the details about a hold plan defined in student finance. , implementation_dba_data: IGS.IGS_FI_HOLD_PLAN ,
-
Table: IGS_PR_OU_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the types of outcomes from a progression rule check. For example, suspended, excluded, successful, manual (where the outcome must be applied manually). These outcome types must map back onto system-defined outcome types. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_ENC_DFLT_EFT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the default effects that are applied to the associated encumbrance type. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_HOLD_PLAN
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds the details about a hold plan defined in student finance. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_HOLD_TYPE_DFLT_EFFECTS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the default effects that are applied to the associated hold type. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_ENCMB_TYPE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ADVISING_STUDENTS
12.2.2
product: IGS - Student System (Obsolete) , description: Student details associated with the various Advising Groups in the system , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_HOLD_TYPE_DFLT_EFFECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HOLD_TYPE_DFLT_EFFECTS, object_name:IGSBV_HOLD_TYPE_DFLT_EFFECTS, status:VALID, product: IGS - Student System , description: Describes the default effects that are applied to the associated hold type. , implementation_dba_data: APPS.IGSBV_HOLD_TYPE_DFLT_EFFECTS ,
-
Table: IGS_PE_PERS_ENCUMB
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PERSON_HOLDS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the holds placed on an applicant or student e.g. overdue parking fines, unpaid fees, and failure to return library books. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ADVISING_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADVISING_STUDENTS, object_name:IGSFV_ADVISING_STUDENTS, status:VALID, product: IGS - Student System , description: Student details associated with the various Advising Groups in the system , implementation_dba_data: APPS.IGSFV_ADVISING_STUDENTS ,
-
View: IGSBV_HOLD_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HOLD_TYPES, object_name:IGSBV_HOLD_TYPES, status:VALID, product: IGS - Student System , description: Describes the user-defined hold types that might be applied to a person by the institution. For example, unpaid fees, failed academic progression check. These types contain one or more hold effects that are applied to the person. , implementation_dba_data: APPS.IGSBV_HOLD_TYPES ,
-
View: IGSBV_HOLD_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the user-defined hold types that might be applied to a person by the institution. For example, unpaid fees, failed academic progression check. These types contain one or more hold effects that are applied to the person. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_HOLD_TYPE_DFLT_EFFECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HOLD_TYPE_DFLT_EFFECTS, object_name:IGSFV_HOLD_TYPE_DFLT_EFFECTS, status:VALID, product: IGS - Student System , description: Describes the default effects that are applied to the associated hold type. , implementation_dba_data: APPS.IGSFV_HOLD_TYPE_DFLT_EFFECTS ,
-
View: IGSBV_PERSON_HOLD_EFFECTS
12.2.2
product: IGS - Student System (Obsolete) , description: contains the effects which are imposed on a person (or one or their courses) as part on a hold. eg. course exclusion, suppression of transcript. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_PERSON_HOLDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_PERSON_HOLDS, object_name:IGS_FI_PERSON_HOLDS, status:VALID, product: IGS - Student System , description: This table acts as an intermediate table that will be used by the release hold process to find out the holds placed on a person by student finance. The Apply Hold Process populates data into this table. , implementation_dba_data: IGS.IGS_FI_PERSON_HOLDS ,
-
View: IGSFV_HOLD_TYPE_DFLT_EFFECTS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the default effects that are applied to the associated hold type. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PERSON_HOLD_EFFECTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the effects which are imposed on a person (or one or their courses) as part on a hold. e.g. course exclusion, suppression of transcript. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_PERSON_HOLDS
12.2.2
product: IGS - Student System (Obsolete) , description: This table acts as an intermediate table that will be used by the release hold process to find out the holds placed on a person by student finance. The Apply Hold Process populates data into this table. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_HOLD_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HOLD_TYPES, object_name:IGSFV_HOLD_TYPES, status:VALID, product: IGS - Student System , description: Describes the user-defined hold types that might be applied to a person by the institution. For example, unpaid fees, failed academic progression check. These types contain one or more hold effects that are applied to the person. , implementation_dba_data: APPS.IGSFV_HOLD_TYPES ,
-
View: IGS_FI_ENCMB_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ENCMB_TYPE, object_name:IGS_FI_ENCMB_TYPE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_ENCMB_TYPE ,
-
View: IGSFV_HOLD_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the user-defined hold types that might be applied to a person by the institution. For example, unpaid fees, failed academic progression check. These types contain one or more hold effects that are applied to the person. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PERSON_HOLD_EFFECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_HOLD_EFFECTS, object_name:IGSBV_PERSON_HOLD_EFFECTS, status:VALID, product: IGS - Student System , description: contains the effects which are imposed on a person (or one or their courses) as part on a hold. eg. course exclusion, suppression of transcript. , implementation_dba_data: APPS.IGSBV_PERSON_HOLD_EFFECTS ,
-
View: IGSFV_PERSON_HOLD_EFFECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_HOLD_EFFECTS, object_name:IGSFV_PERSON_HOLD_EFFECTS, status:VALID, product: IGS - Student System , description: This entity describes the effects which are imposed on a person (or one or their courses) as part on a hold. e.g. course exclusion, suppression of transcript. , implementation_dba_data: APPS.IGSFV_PERSON_HOLD_EFFECTS ,
-
View: IGSBV_PERSON_HOLDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_HOLDS, object_name:IGSBV_PERSON_HOLDS, status:VALID, product: IGS - Student System , description: This entity describes the holds placed on an applicant or student e.g. overdue parking fines, unpaid fees, and failure to return library books. , implementation_dba_data: APPS.IGSBV_PERSON_HOLDS ,
-
View: IGSFV_ADVISING_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADVISING_GROUPS, object_name:IGSFV_ADVISING_GROUPS, status:VALID, product: IGS - Student System , description: Stores advising group definition , implementation_dba_data: APPS.IGSFV_ADVISING_GROUPS ,