Search Results elm_rng_order_name
Overview
The IGS_FI_ER_ORD_DTLS table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Financials (IGS) modules. It functions as a configuration and sequencing table for Element Range Orders. Its primary role is to store the defined ordering sequence for attributes within a specific Element Range Order, which is a logical grouping used for organizing and processing financial data, such as fee calculations or billing elements, in a predetermined sequence. The table ensures that operations dependent on attribute order, such as hierarchical processing or rule evaluation, are executed consistently according to the configured business logic.
Key Information Stored
The table stores the sequence definition along with its metadata. The most critical columns include:
- ELM_RNG_ORDER_NAME (VARCHAR2(30)): The foreign key that uniquely identifies the parent Element Range Order for which this sequence is defined. This is a mandatory column and a key search criterion.
- ORDER_NUM (NUMBER(15)): Stores the numerical position in the sequence, dictating the processing order for the associated attribute value.
- ORDER_ATTR_VALUE (VARCHAR2(150)): Holds the specific attribute value (e.g., a unit type, fee code, or level) that is being sequenced within the order.
- ORDER_ID (NUMBER): Serves as the primary key, providing a unique technical identifier for each sequence record.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, etc.): Track the audit trail for each record, capturing who created or last modified it and when.
Common Use Cases and Queries
This table is central to processes requiring ordered evaluation of financial attributes. A primary use case is retrieving the complete, ordered sequence for a specific Element Range Order to drive a procedural calculation or report generation. For example, a fee assessment engine might query this table to determine the hierarchy in which different fee components should be applied. A common reporting query involves joining to the parent order table to list all configured sequences:
SELECT ord_dtls.elm_rng_order_name, ord_dtls.order_num, ord_dtls.order_attr_value
FROM igs.igs_fi_er_ord_dtls ord_dtls
WHERE ord_dtls.elm_rng_order_name = '&ORDER_NAME'
ORDER BY ord_dtls.order_num;
Another key scenario is data validation or migration, where scripts verify that all attribute values within an order have a unique and contiguous sequence number. The table is typically accessed via seeded APIs or custom programs rather than through direct end-user interfaces.
Related Objects
IGS_FI_ER_ORD_DTLS is part of a defined relational model within the IGS schema. Its documented relationships are:
- Parent Reference (Foreign Key): The ELM_RNG_ORDER_NAME column references a parent table, IGS_FI_ELM_RNG_ORDS. This table defines the master Element Range Order header.
- Attribute Reference (Foreign Key): The ORDER_ATTR_VALUE column references IGS_PS_UNIT_TYPE_LVL, indicating the attribute values being sequenced are likely related to academic unit types or levels within the Product Suite (PS) module.
- Primary Key: The ORDER_ID column is the primary key, constrained by index IGS_FI_ER_ORD_DTLS_PK.
-
TABLE: IGS.IGS_FI_ER_ORD_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ER_ORD_DTLS, object_name:IGS_FI_ER_ORD_DTLS, status:VALID,
-
APPS.IGS_FI_ER_ORD_DTLS_PKG dependencies on IGS_FI_ER_ORD_DTLS
12.1.1
-
Table: IGS_FI_ER_ORD_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: Element Range Order Details holds the ordering sequence of the attribute defined in the Element Range Order , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_ER_ORD_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ER_ORD_DTLS, object_name:IGS_FI_ER_ORD_DTLS, status:VALID, product: IGS - Student System , description: Element Range Order Details holds the ordering sequence of the attribute defined in the Element Range Order , implementation_dba_data: IGS.IGS_FI_ER_ORD_DTLS ,
-
TABLE: IGS.IGS_FI_ELM_RNG_ORDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ELM_RNG_ORDS, object_name:IGS_FI_ELM_RNG_ORDS, status:VALID,
-
APPS.IGS_FI_ER_ORD_DTLS_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_FEE_TYPE_CI_H_PKG dependencies on IGS_FI_FEE_TYPE_CI_H_ALL
12.1.1
-
VIEW: APPS.IGS_FI_ER_ORD_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ER_ORD_DTLS_V, object_name:IGS_FI_ER_ORD_DTLS_V, status:VALID,
-
APPS.IGS_FI_FEE_TYPE_CI_H_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_FI_ELM_RNG_ORDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ELM_RNG_ORDS_V, object_name:IGS_FI_ELM_RNG_ORDS_V, status:VALID,
-
APPS.IGS_FI_ACCT_STP_CNV dependencies on IGS_FI_F_TYP_CA_INST_PKG
12.1.1
-
APPS.IGS_FI_ELM_RNG_ORDS_PKG dependencies on IGS_FI_ELM_RNG_ORDS
12.1.1
-
View: IGS_FI_ER_ORD_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ER_ORD_DTLS_V, object_name:IGS_FI_ER_ORD_DTLS_V, status:VALID, product: IGS - Student System , description: Fetches Element Range Order Details , implementation_dba_data: APPS.IGS_FI_ER_ORD_DTLS_V ,
-
View: IGS_FI_ELM_RNG_ORDS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Fetches Element Range Orders , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_ER_ORD_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Fetches Element Range Order Details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_ELM_RNG_ORDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ELM_RNG_ORDS, object_name:IGS_FI_ELM_RNG_ORDS, status:VALID, product: IGS - Student System , description: Element Range Orders holds the order name, which is used for ordering of attributes while computing student's fees. , implementation_dba_data: IGS.IGS_FI_ELM_RNG_ORDS ,
-
View: IGS_FI_ELM_RNG_ORDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ELM_RNG_ORDS_V, object_name:IGS_FI_ELM_RNG_ORDS_V, status:VALID, product: IGS - Student System , description: Fetches Element Range Orders , implementation_dba_data: APPS.IGS_FI_ELM_RNG_ORDS_V ,
-
Table: IGS_FI_ELM_RNG_ORDS
12.2.2
product: IGS - Student System (Obsolete) , description: Element Range Orders holds the order name, which is used for ordering of attributes while computing student's fees. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_FEE_TYPE_CI_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_TYPE_CI_H, object_name:IGS_FI_FEE_TYPE_CI_H, status:VALID,
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_F_CAT_FEE_LBL_V
12.1.1
-
APPS.IGS_FI_F_TYP_CA_INST_PKG dependencies on IGS_FI_GEN_002
12.1.1
-
View: IGS_FI_F_TYP_CA_INST_LKP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_TYP_CA_INST_LKP_V, object_name:IGS_FI_F_TYP_CA_INST_LKP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_F_TYP_CA_INST_LKP_V ,
-
APPS.IGS_FI_F_TYP_CA_INST_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_ER_ORD_DTLS
12.1.1
-
APPS.IGS_FI_ACCT_STP_CNV dependencies on IGS_FI_F_TYP_CA_INST
12.1.1
-
View: IGS_FI_F_TYP_CA_INST_LKP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_ELM_RNG_ORDS_PKG SQL Statements
12.1.1
-
View: IGS_FI_FEE_TYPE_CI_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_TYPE_CI_H, object_name:IGS_FI_FEE_TYPE_CI_H, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_FEE_TYPE_CI_H ,
-
View: IGS_FI_F_TYP_CA_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_TYP_CA_INST, object_name:IGS_FI_F_TYP_CA_INST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_F_TYP_CA_INST ,
-
View: IGS_FI_FEE_TYPE_CI_H
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_F_TYP_CA_INST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_FEE_TYPE_CI_H_PKG
12.1.1
-
VIEW: APPS.IGS_FI_F_CAT_FEE_LBL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_V, object_name:IGS_FI_F_CAT_FEE_LBL_V, status:VALID,
-
VIEW: APPS.IGS_FI_F_TYP_CA_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_TYP_CA_INST, object_name:IGS_FI_F_TYP_CA_INST, status:VALID,
-
VIEW: APPS.IGS_FI_F_TYP_CA_INST_LKP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_TYP_CA_INST_LKP_V, object_name:IGS_FI_F_TYP_CA_INST_LKP_V, status:VALID,
-
View: IGS_FI_F_CAT_FEE_LBL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_V, object_name:IGS_FI_F_CAT_FEE_LBL_V, status:VALID, product: IGS - Student System , description: This view represents the columns of the fee_cat_fee_liability table as well as including columns representing the s_chg_method_type, rul_sequence_number and start, end and retro date alias's that are applicable. These other columns may be t , implementation_dba_data: APPS.IGS_FI_F_CAT_FEE_LBL_V ,
-
View: IGS_FI_F_CAT_FEE_LBL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view represents the columns of the fee_cat_fee_liability table as well as including columns representing the s_chg_method_type, rul_sequence_number and start, end and retro date alias's that are applicable. These other columns may be t , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_FI_FEE_TYPE_CI_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_TYPE_CI_H_ALL, object_name:IGS_FI_FEE_TYPE_CI_H_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_ER_ORD_DTLS_PKG
12.1.1
-
VIEW: APPS.IGS_FI_F_TYP_CA_INST_LKP_V
12.1.1
-
APPS.IGS_FI_F_TYP_CA_INST_PKG dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_FEE_TYPE_CI_H_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_FI_F_TYP_CA_INST_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_F_TYP_CA_INST_PKG
12.1.1
-
APPS.IGS_FI_FEE_TYPE_CI_H_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
TABLE: IGS.IGS_FI_FEE_AS_ITEMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_ITEMS, object_name:IGS_FI_FEE_AS_ITEMS, status:VALID,
-
TABLE: IGS.IGS_FI_F_TYP_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_F_TYP_CA_INST_ALL, object_name:IGS_FI_F_TYP_CA_INST_ALL, status:VALID,
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_F_CAT_FEE_LBL_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_ELM_RNG_ORDS_PKG
12.1.1
-
APPS.IGS_FI_ACCT_STP_CNV dependencies on IGS_FI_CONTROL_PKG
12.1.1