Search Results range_end
Overview
The IGF_AP_STATE_TX_RNG table is a core configuration table within the Oracle E-Business Suite's Institutional Grants and Financial Aid (IGF) module, specifically for releases 12.1.1 and 12.2.2. It stores the income range definitions used in state-specific tax tables for calculating financial aid contributions. These pre-defined ranges are essential for automating the needs analysis process, where a family's income is evaluated against standardized tables to determine an expected financial contribution. The table is marked as OBSOLETE in the provided metadata, indicating it may be part of a legacy structure that has been superseded in later application logic, though it remains a valid database object within the specified versions.
Key Information Stored
The table's primary function is to define discrete income brackets. Each record represents a single range within a specific tax table configuration. Key data columns include:
- TXRNG_ID: The primary key uniquely identifying each range record.
- CI_CAL_TYPE & CI_SEQUENCE_NUMBER: Together, these columns define the award year (calendar instance) for which the range is valid.
- METHOD_CODE: Links to the specific family contribution methodology (IGF_AP_NEED_MTH_TYP).
- TABLE_CD: Identifies the specific tax table (e.g., A, B, or C) within the methodology.
- RANGE_START: The lower bound (inclusive) of the income range.
- RANGE_END: The upper bound (inclusive) of the income range, which is the specific column searched for by the user.
- Standard WHO Columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN for audit tracking.
Common Use Cases and Queries
This table is primarily referenced during financial aid packaging and needs analysis batch processes. A common operational query involves retrieving all valid income ranges for a specific award year and calculation method to apply against applicant data. For instance, to find the applicable range for a given income, one might use a query such as:
SELECT TABLE_CD, RANGE_START, RANGE_END FROM IGF.IGF_AP_STATE_TX_RNG WHERE CI_CAL_TYPE = :1 AND CI_SEQUENCE_NUMBER = :2 AND METHOD_CODE = :3 AND :income_value BETWEEN RANGE_START AND RANGE_END;
Reporting use cases include validating the configuration of state tax tables and auditing the income brackets used in historical aid calculations. The OBSOLETE status suggests that while existing data may be queried for reference or support, new configurations likely occur through a different application interface or table.
Related Objects
Based on the provided relationship data, IGF_AP_STATE_TX_RNG has defined dependencies with other EBS objects:
- Referenced by Foreign Keys (This table references):
- IGS_CA_INST_ALL: The CI_CAL_TYPE column references this table to ensure the award year calendar type is valid.
- IGF_AP_NEED_MTH_TYP: The METHOD_CODE column references this table to enforce valid contribution method codes.
- Referencing Foreign Keys (Tables that reference this table):
- IGF_AP_STATE_TX_RTS: The TXRNG_ID foreign key in this table references IGF_AP_STATE_TX_RNG.TXRNG_ID, indicating that rate values (likely tax rates or contribution percentages) are stored separately and linked to these defined income ranges.
-
APPS.PER_PJO_BUS dependencies on FND_MESSAGE
12.1.1
-
APPS.PER_PJO_BUS dependencies on FND_MESSAGE
12.2.2
-
APPS.PER_PJU_BUS dependencies on FND_MESSAGE
12.2.2
-
APPS.PER_PEM_BUS dependencies on FND_MESSAGE
12.1.1
-
APPS.PER_PJU_BUS dependencies on FND_MESSAGE
12.1.1
-
APPS.PQH_COMMITMENT_PKG dependencies on STANDARD
12.1.1
-
APPS.PER_PEM_BUS dependencies on FND_MESSAGE
12.2.2
-
TABLE: IGF.IGF_AP_STATE_TX_RNG
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_STATE_TX_RNG, object_name:IGF_AP_STATE_TX_RNG, status:VALID,
-
APPS.PQH_COMMITMENT_PKG dependencies on STANDARD
12.2.2
-
VIEW: APPS.IGF_AP_STATE_TX_RNG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_STATE_TX_RNG_V, object_name:IGF_AP_STATE_TX_RNG_V, status:VALID,
-
VIEW: APPS.IGF_AP_GEN_TX_RTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_GEN_TX_RTS_V, object_name:IGF_AP_GEN_TX_RTS_V, status:VALID,
-
APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on PAY_USER_TABLES
12.2.2
-
APPS.BEN_EXT_UTIL dependencies on PAY_INTERPRETER_PKG
12.1.1
-
APPS.PAY_CA_EOY_RL2_ARCHIVE dependencies on PAY_USER_TABLES
12.2.2
-
APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on PAY_USER_ROWS_F
12.2.2
-
TABLE: IGF.IGF_AP_GEN_TX_RTS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_GEN_TX_RTS, object_name:IGF_AP_GEN_TX_RTS, status:VALID,
-
View: IGF_AP_STATE_TX_RNG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_STATE_TX_RNG_V, object_name:IGF_AP_STATE_TX_RNG_V, status:VALID, product: IGF - Financial Aid , description: OBSOLETE , implementation_dba_data: APPS.IGF_AP_STATE_TX_RNG_V ,
-
View: IGF_AP_GEN_TX_RTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_GEN_TX_RTS_V, object_name:IGF_AP_GEN_TX_RTS_V, status:VALID, product: IGF - Financial Aid , description: OBSOLETE , implementation_dba_data: APPS.IGF_AP_GEN_TX_RTS_V ,
-
APPS.PAY_CA_EOY_RL2_ARCHIVE dependencies on PAY_USER_ROWS_F
12.2.2
-
View: IGF_AP_GEN_TX_RTS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: OBSOLETE , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_STATE_TX_RNG_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: OBSOLETE , implementation_dba_data: Not implemented in this database ,
-
APPS.BEN_EXT_UTIL dependencies on PAY_INTERPRETER_PKG
12.2.2
-
APPS.PQP_UTILITIES dependencies on PAY_INTERPRETER_PKG
12.2.2
-
APPS.PQP_UTILITIES dependencies on PAY_INTERPRETER_PKG
12.1.1
-
APPS.PER_PJU_BUS dependencies on HR_UTILITY
12.2.2
-
APPS.PER_PJU_BUS dependencies on HR_UTILITY
12.1.1
-
APPS.PER_PJO_BUS dependencies on HR_UTILITY
12.1.1
-
APPS.PER_PJO_BUS dependencies on HR_UTILITY
12.2.2
-
APPS.HR_DATA_PUMP SQL Statements
12.1.1
-
APPS.HR_DATA_PUMP SQL Statements
12.2.2
-
APPS.PER_PEM_BUS dependencies on HR_UTILITY
12.1.1
-
APPS.PER_PEM_BUS dependencies on HR_UTILITY
12.2.2
-
PACKAGE BODY: APPS.PER_PJU_BUS
12.1.1
-
PACKAGE BODY: APPS.PER_PJU_BUS
12.2.2
-
PACKAGE BODY: APPS.PER_PJO_BUS
12.1.1
-
PACKAGE BODY: APPS.PER_PJO_BUS
12.2.2
-
PACKAGE: APPS.PAY_INTERPRETER_PKG
12.1.1
-
PACKAGE BODY: APPS.PER_PEM_BUS
12.2.2
-
PACKAGE BODY: APPS.PER_PEM_BUS
12.1.1
-
PACKAGE: APPS.PAY_INTERPRETER_PKG
12.2.2
-
APPS.PAY_CA_EOY_RL2_ARCHIVE SQL Statements
12.2.2
-
APPS.BEN_EXT_UTIL dependencies on HR_UTILITY
12.2.2
-
APPS.PAY_INTERPRETER_PKG dependencies on HR_UTILITY
12.1.1
-
APPS.BEN_EXT_UTIL dependencies on HR_UTILITY
12.1.1
-
APPS.PAY_INTERPRETER_PKG dependencies on HR_UTILITY
12.2.2
-
APPS.PQH_COMMITMENT_PKG dependencies on HR_UTILITY
12.1.1
-
APPS.PQH_COMMITMENT_PKG dependencies on HR_UTILITY
12.2.2
-
APPS.PAY_CA_EOY_RL1_ARCHIVE SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PAY_INTERPRETER_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_INTERPRETER_PKG
12.2.2