Search Results appl_hierarchy_id
Overview
The IGS_FI_A_HIERARCHIES table is a core data repository within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Financials module. It serves as the master table for storing the definition of application hierarchies. These hierarchies are critical configuration entities that govern the order and priority in which payments, credits, or other financial transactions are applied to student accounts. The table captures the setup information entered through the "Define Application Hierarchy" form, establishing the foundational rules for the automated application of funds within the institution's financial management processes.
Key Information Stored
The table's structure is designed to manage hierarchical definitions with versioning and effective dating. The primary key, APPL_HIERARCHY_ID, is a system-generated unique identifier. Each hierarchy is defined by a mandatory HIERARCHY_NAME and a VERSION_NUMBER, allowing for multiple iterations of a hierarchy over time. The EFFECTIVE_START_DATE and EFFECTIVE_END_DATE columns control the active period for each version, enabling temporal validity. A DESCRIPTION field provides contextual details. Notably, the CREDIT_TYPE_ID column is documented as "No Longer Used," indicating legacy functionality. Standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) track audit information for all rows.
Common Use Cases and Queries
The primary use case is to retrieve active application hierarchy definitions for runtime processing or configuration reporting. A common query involves fetching the current, effective hierarchy for a specific name to inform the transaction application engine. For instance, to find all active hierarchies as of the current date:
- SELECT HIERARCHY_NAME, VERSION_NUMBER, DESCRIPTION FROM IGS_FI_A_HIERARCHIES WHERE SYSDATE BETWEEN EFFECTIVE_START_DATE AND NVL(EFFECTIVE_END_DATE, SYSDATE) ORDER BY HIERARCHY_NAME, VERSION_NUMBER;
Technical implementations, such as concurrent programs or backend APIs, will frequently query this table using the APPL_HIERARCHY_ID from related transactional or setup tables. Reporting on hierarchy setup and version history is another key use case, often joined with FND_USER tables via the WHO columns to display creator and updater information.
Related Objects
Based on the provided dependency information, the IGS_FI_A_HIERARCHIES table is referenced by other objects within the APPS schema. The unique index IGS_FI_A_HIERARCHIES_U1 on APPL_HIERARCHY_ID and the unique index IGS_FI_A_HIERARCHIES_U2 on the combination of HIERARCHY_NAME, VERSION_NUMBER, and EFFECTIVE_START_DATE are critical for enforcing data integrity and are likely referenced by foreign key constraints in dependent tables. While specific related table names are not listed in the excerpt, typical related objects in this functional area would include tables storing hierarchy details (e.g., hierarchy nodes or rules) and transactional tables that store a foreign key reference to APPL_HIERARCHY_ID to determine the application rule set used for a given financial item.
-
APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_A_HIERARCHIES
12.1.1
-
APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_APP_RULES
12.1.1
-
APPS.IGS_FI_APP_RULES_PKG dependencies on IGS_FI_APP_RULES
12.1.1
-
TABLE: IGS.IGS_FI_A_HIERARCHIES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_A_HIERARCHIES, object_name:IGS_FI_A_HIERARCHIES, status:VALID,
-
APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_CR_TYPES
12.1.1
-
APPS.IGS_FI_APP_RULES_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_FI_APP_RULES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_APP_RULES, object_name:IGS_FI_APP_RULES, status:VALID,
-
View: IGS_FI_CR_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CR_TYPES, object_name:IGS_FI_CR_TYPES, status:VALID, product: IGS - Student System , description: This view is a multi-org filter flat view based on table IGS_FI_CR_TYPES_ALL , implementation_dba_data: APPS.IGS_FI_CR_TYPES ,
-
View: IGS_FI_CR_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: This view is a multi-org filter flat view based on table IGS_FI_CR_TYPES_ALL , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_A_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_A_HIERARCHIES_V, object_name:IGS_FI_A_HIERARCHIES_V, status:VALID,
-
APPS.IGS_FI_A_HIERARCHIES_PKG dependencies on IGS_FI_A_HIERARCHIES
12.1.1
-
VIEW: APPS.IGS_FI_CR_TYPES
12.1.1
-
VIEW: APPS.IGS_FI_APP_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_APP_RULES_V, object_name:IGS_FI_APP_RULES_V, status:VALID,
-
APPS.IGS_FI_PRC_APPL SQL Statements
12.1.1
-
VIEW: APPS.IGS_FI_APPLICATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_APPLICATIONS_V, object_name:IGS_FI_APPLICATIONS_V, status:VALID,
-
APPS.IGS_FI_GEN_007 dependencies on IGS_FI_A_HIERARCHIES
12.1.1
-
VIEW: APPS.IGS_FI_ADL_APP_RUL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ADL_APP_RUL_V, object_name:IGS_FI_ADL_APP_RUL_V, status:VALID,
-
APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_APP_RULES_V
12.1.1
-
APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_ADL_APP_RUL_V
12.1.1
-
View: IGS_FI_A_HIERARCHIES_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created to obtain credit type name from IGS_FI_CR_TYPES view resolving foreign keys , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_APP_RULES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_APP_RULES, object_name:IGS_FI_APP_RULES, status:VALID, product: IGS - Student System , description: Contains information about each Application Rules associated to an Application Hierarchy that you define. The information captured here are Fee Types and sequence in which these Fee Types would be selected for application purposes. , implementation_dba_data: IGS.IGS_FI_APP_RULES ,
-
Table: IGS_FI_APP_RULES
12.2.2
product: IGS - Student System (Obsolete) , description: Contains information about each Application Rules associated to an Application Hierarchy that you define. The information captured here are Fee Types and sequence in which these Fee Types would be selected for application purposes. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_A_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_A_HIERARCHIES_V, object_name:IGS_FI_A_HIERARCHIES_V, status:VALID, product: IGS - Student System , description: This view is created to obtain credit type name from IGS_FI_CR_TYPES view resolving foreign keys , implementation_dba_data: APPS.IGS_FI_A_HIERARCHIES_V ,
-
View: IGS_FI_ADL_APP_RUL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ADL_APP_RUL_V, object_name:IGS_FI_ADL_APP_RUL_V, status:VALID, product: IGS - Student System , description: This view selects those records from the application hierarchy rules table that are of Rule type 'ADDITION' , implementation_dba_data: APPS.IGS_FI_ADL_APP_RUL_V ,
-
View: IGS_FI_APP_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_APP_RULES_V, object_name:IGS_FI_APP_RULES_V, status:VALID, product: IGS - Student System , description: This view selects those records from the Application Hierarchy Rules table that are of Rule type 'ALLOW' only , implementation_dba_data: APPS.IGS_FI_APP_RULES_V ,
-
Table: IGS_FI_A_HIERARCHIES
12.2.2
product: IGS - Student System (Obsolete) , description: Captures application hierarchies setup information from the Define Application Hierarchy form along with information about the credit type associated with this hierarchy. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_A_HIERARCHIES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_A_HIERARCHIES, object_name:IGS_FI_A_HIERARCHIES, status:VALID, product: IGS - Student System , description: Captures application hierarchies setup information from the Define Application Hierarchy form along with information about the credit type associated with this hierarchy. , implementation_dba_data: IGS.IGS_FI_A_HIERARCHIES ,
-
View: IGS_FI_ADL_APP_RUL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view selects those records from the application hierarchy rules table that are of Rule type 'ADDITION' , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_FI_APPLICATIONS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_APPLICATIONS, object_name:IGS_FI_APPLICATIONS, status:VALID,
-
View: IGS_FI_APP_RULES_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view selects those records from the Application Hierarchy Rules table that are of Rule type 'ALLOW' only , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_A_HIERARCHIES_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_PARTIES_V
12.1.1
-
View: IGS_FI_APPLICATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_APPLICATIONS_V, object_name:IGS_FI_APPLICATIONS_V, status:VALID, product: IGS - Student System , description: No Longer Used , implementation_dba_data: APPS.IGS_FI_APPLICATIONS_V ,
-
VIEW: APPS.IGS_FI_CR_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CR_TYPES_V, object_name:IGS_FI_CR_TYPES_V, status:VALID,
-
View: IGS_FI_APPLICATIONS_V
12.2.2
product: IGS - Student System (Obsolete) , description: No Longer Used , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_CR_TYPES_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_FI_CR_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CR_TYPES, object_name:IGS_FI_CR_TYPES, status:VALID,
-
TABLE: IGS.IGS_FI_CR_TYPES_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_CR_TYPES_ALL, object_name:IGS_FI_CR_TYPES_ALL, status:VALID,
-
APPS.IGS_FI_APPLICATIONS_PKG SQL Statements
12.1.1
-
View: IGS_FI_CR_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CR_TYPES_V, object_name:IGS_FI_CR_TYPES_V, status:VALID, product: IGS - Student System , description: This view is created to be used in Credit Types form. All associated descriptions are obtained by joining with the setup tables. , implementation_dba_data: APPS.IGS_FI_CR_TYPES_V ,
-
View: IGS_FI_CR_TYPES_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created to be used in Credit Types form. All associated descriptions are obtained by joining with the setup tables. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_APP_RULES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_A_HIERARCHIES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_CR_TYPES_PKG
12.1.1
-
APPS.IGS_FI_CR_TYPES_PKG dependencies on IGS_FI_CR_TYPES_ALL
12.1.1
-
APPS.IGS_FI_APPLICATIONS_PKG dependencies on IGS_FI_APPLICATIONS
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_APPLICATIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_APPL
12.1.1
-
APPS.IGS_FI_GEN_007 dependencies on IGS_FI_CREDITS
12.1.1
-
APPS.IGS_FI_GEN_007 dependencies on IGS_FI_INV_INT
12.1.1