Search Results igf_ap_efc_v
Overview
IGF_AP_EFC_V is a reporting view within the Oracle E-Business Suite IGF — Financial Aid product family. In the ETRM 12.2.2 metadata it is explicitly flagged as Obsolete, and the implementation note states it is "Not implemented in this database." Its purpose was to expose, in a single denormalised result set, the mapping between an Award Period batch (as defined in IGF_AP_BATCH_AW_MAP) and the corresponding academic calendar instance, together with the Expected Family Contribution (EFC) formula, rounding factors, and their human-readable lookup descriptions.
The view is a convenience join rather than a transactional entity. It does not store data; it projects the configured EFC calculation rules and the calendar instance attributes so that downstream financial-aid packaging, need-analysis, and reporting logic can identify which EFC formula and rounding conventions apply to a given award period. As an obsolete object, it should be treated as reference-only: any new development in 12.1.1 or 12.2.2 should avoid dependencies on it, and existing customisations referencing it should be reviewed during upgrades.
Underlying Base Objects
The view text is defined over exactly two tables:
- IGF_AP_BATCH_AW_MAP (aliased BAM) — the driving table, holding the calendar type, sequence number, EFC formula code, number-of-days divisor, rounding factor, and standard WHO audit columns.
- IGS_CA_INST (aliased CI) — the calendar instance table from the Student Systems/IGS schema, supplying the alternate code and the instance start and end dates.
The join is an equi-join on calendar type and sequence number: BAM.CI_CAL_TYPE = CI.CAL_TYPE AND BAM.CI_SEQUENCE_NUMBER = CI.SEQUENCE_NUMBER. The ETRM metadata records no additional referenced base objects and names no view owner, so the object resides in the IGF/APPS schema context. Two scalar calls to IGF_AW_GEN.LOOKUP_DESC enrich the result with descriptive text for the formula and rounding-factor codes; these are function calls, not joined tables.
Key Columns
- ROW_ID — the ROWID of the IGF_AP_BATCH_AW_MAP row, exposed as a pseudo-key for the mapping record.
- CI_CAL_TYPE / CI_SEQUENCE_NUMBER — the composite key identifying the calendar instance.
- CI_ALTERNATE_CODE — the user-facing code for the calendar instance.
- CI_START_DT / CI_END_DT — the start and end dates of the academic period.
- EFC_FRML — the Expected Family Contribution formula code; EFC_FRML_DESC is its decoded description via lookup type
IGF_AP_EFC_FRML. - NUM_DAYS_DIVISOR — the divisor applied to prorate EFC amounts across days in the period.
- ROUNDOFF_FACT — the rounding factor code; ROUNDOFF_FACT_DESC is decoded via lookup type
IGF_AP_EFC_ROUND_FACT. - CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit columns inherited from the base mapping table.
Common Use Cases and Queries
Typical usage was diagnostic and reporting-oriented: confirming which EFC formula and rounding rule applied to a specific award period, or producing a period-level listing of EFC configuration. A representative query is:
SELECT ci_cal_type, ci_sequence_number, ci_alternate_code, ci_start_dt, ci_end_dt, efc_frml, efc_frml_desc, roundoff_fact_desc FROM igf_ap_efc_v WHERE ci_cal_type = :cal_type AND ci_sequence_number = :seq ORDER BY ci_start_dt;
Because the object is obsolete and documented as not implemented, such queries will raise ORA-00942 or ORA-04063 in environments where it was never deployed. In those cases, developers should reproduce the logic directly against IGF_AP_BATCH_AW_MAP joined to IGS_CA_INST, or migrate to the supported successor objects provided by the current Financial Aid schema. Records returned through the audit columns also allow identification of the last user and date of EFC configuration changes for control and audit purposes.
-
View: IGF_AP_EFC_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_EFC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_EFC_V, object_name:IGF_AP_EFC_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_EFC_V ,
-
VIEW: APPS.IGF_AP_EFC_MULT_FCT_V
12.1.1
-
View: IGF_AP_EFC_MULT_FCT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: OBSOLETE , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_EFC_MULT_FCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_EFC_MULT_FCT_V, object_name:IGF_AP_EFC_MULT_FCT_V, status:VALID, product: IGF - Financial Aid , description: OBSOLETE , implementation_dba_data: APPS.IGF_AP_EFC_MULT_FCT_V ,
-
PACKAGE BODY: APPS.IGF_AP_EFC_CALC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_EFC_CALC, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_GEN_004, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_COA_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_COA_GEN, status:VALID,
-
VIEW: APPS.IGF_AP_EFC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_EFC_V, object_name:IGF_AP_EFC_V, status:VALID,
-
VIEW: APPS.IGF_AP_EFC_MULT_FCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_EFC_MULT_FCT_V, object_name:IGF_AP_EFC_MULT_FCT_V, status:VALID,
-
APPS.IGF_AP_EFC_CALC SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGF_AP_BATCH_AW_MAP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_BATCH_AW_MAP, object_name:IGF_AP_BATCH_AW_MAP, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.IGF_AW_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN, status:VALID,
-
APPS.IGF_AW_COA_GEN SQL Statements
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGF_AP_EFC_V
12.1.1
-
APPS.IGF_AP_EFC_CALC dependencies on IGF_AP_EFC_V
12.1.1
-
APPS.IGF_AW_GEN_004 dependencies on IGF_AP_EFC_V
12.1.1
-
VIEW: APPS.IGS_CA_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST, object_name:IGS_CA_INST, status:VALID,
-
APPS.IGF_AW_GEN_004 SQL Statements
12.1.1
-
APPS.IGF_AP_EFC_CALC dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_COA_GEN
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
APPS.IGF_AW_GEN_004 dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGF_AP_FA_BASE_REC_ALL
12.1.1
-
APPS.IGF_AW_GEN_004 dependencies on IGF_AP_FA_BASE_REC_ALL
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_EFC_CALC
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE BODY: APPS.IGF_AW_GEN_004
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,