Search Results igf_ap_oss_intr_dtls
Overview
IGF_AP_OSS_INTR_DTLS is a PL/SQL package owned by the APPS schema in Oracle E-Business Suite. The naming convention identifies it as part of the Oracle Student System (formerly OSS) component of the higher education footprint delivered through the Internet Grants Foundation / Financial Aid (IGF) product family. The "AP" segment associates it with the Application Processing layer, and "INTR_DTLS" indicates that its purpose is to assemble and return detailed application information — an "interview detail" style retrieval utility for admissions and financial aid processing.
The package functions as a server-side data aggregation and query layer. It reads from admissions application, application status, processing category, fee status, offer response, and operating unit tables, then returns a consolidated detail record to the calling program. Its classification is OTHER, meaning Oracle does not publish it as an externally supported public API; it is an internal implementation object surfaced through the ETRM directory primarily for dependency and impact analysis.
Key Procedures and Functions
ETRM documents a single program unit within this package:
- GET_DETAILS — the primary retrieval routine. Its role is to return the detail attributes associated with an applicant's application record, drawing together status, fee, offer-response, process-category, and program-version information into a single result set or record structure. Because Oracle has not published a formal parameter specification for this package, the exact signature (IN/OUT modes, return type) should be confirmed by inspecting the package specification in the target instance rather than assumed from documentation.
No other procedures or functions are registered in the ETRM metadata. Any additional private helpers present in the package body are undocumented and therefore unsupported for direct invocation.
Tables Accessed
The dependency listing shows that IGF_AP_OSS_INTR_DTLS reads predominantly from the IGS schema application-processing and student-records tables, accessed through APPS synonyms. Documented references include:
- IGS_AD_APPL_ALL / IGS_AD_APPL — admissions application header records, the primary driver of the detail query.
- IGS_AD_APPL_STAT, IGS_AD_FEE_STAT, IGS_AD_OFR_RESP_STAT, IGS_AD_OU_STAT — status and lookup tables for application, fee, offer response, and operating unit.
- IGS_AD_PRCS_CAT_ALL, IGS_AD_PS_APPL_INST_ALL, IGS_AD_TEST_RESULTS — process category, program-of-study application instance, and applicant test result data.
- IGS_AS_SU_SETATMPT, IGS_EN_STDNT_PS_ATT_ALL, IGS_PS_VER_ALL — student attempt, enrollment program-of-study attempt, and program version records.
- IGS_CA_INST_ALL, IGS_CA_INST_REL, IGS_CA_TYPE — calendar instance, calendar relationship, and calendar type, used to resolve the applicable academic term context.
- IGF_AP_FA_BASE_REC_ALL — the financial aid base record, linking the application to aid-processing data.
The package also references SYS and STANDARD, confirming reliance on core Oracle built-ins. The breadth of tables indicates a read-mostly aggregation pattern rather than transactional write activity.
Usage Notes
IGF_AP_OSS_INTR_DTLS is referenced by zero other packages per the ETRM dependency data, and no inbound package dependency is recorded. This suggests it is invoked directly from presentation-layer code, most plausibly an Oracle Forms module in the Student System admissions or financial aid responsibility, or from a concurrent program that renders application detail output.
Because the object is classified OTHER and the procedure signature is not published, the following precautions apply:
- Do not call GET_DETAILS from custom code without first confirming the specification in the target instance and reviewing Oracle supportability; internal packages are subject to change across patches and upgrades.
- When tracing performance problems in admissions detail screens, include this package and its IGS_AD_* dependencies in the analysis, as the multi-table join pattern can be costly on large applicant volumes.
- Behavior is consistent between 12.1.1 and 12.2.2 in terms of schema ownership and dependency structure; the 12.2 online patching model does not alter the package's runtime semantics.
In summary, IGF_AP_OSS_INTR_DTLS is an internal APPS-owned data retrieval package supporting admissions and financial aid application detail display, valuable chiefly for dependency, impact, and troubleshooting analysis.
-
SYNONYM: APPS.IGS_AD_FEE_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_FEE_STAT, status:VALID,
-
PACKAGE: APPS.IGF_AP_OSS_INTR_DTLS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_OSS_INTR_DTLS, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_OSS_INTR_DTLS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_OSS_INTR_DTLS, status:VALID,
-
SYNONYM: APPS.IGS_AD_APPL_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_STAT, status:VALID,
-
SYNONYM: APPS.IGS_AD_OFR_RESP_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OFR_RESP_STAT, status:VALID,
-
VIEW: APPS.IGS_PR_CSS_CLASS_STD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_CSS_CLASS_STD_V, object_name:IGS_PR_CSS_CLASS_STD_V, status:VALID,
-
SYNONYM: APPS.IGS_AD_OU_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OU_STAT, status:VALID,
-
SYNONYM: APPS.IGS_AD_APPL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AD_PRCS_CAT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PRCS_CAT_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AS_SU_SETATMPT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SU_SETATMPT, status:VALID,
-
PACKAGE: APPS.IGS_IN_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_IN_GEN_001, status:VALID,
-
PACKAGE: APPS.IGF_AP_OSS_INTEGR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_OSS_INTEGR, status:VALID,
-
SYNONYM: APPS.IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_STDNT_PS_ATT_ALL, status:VALID,
-
PACKAGE: APPS.IGS_AD_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_005, status:VALID,
-
PACKAGE: APPS.IGS_PR_CP_GPA
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PR_CP_GPA, status:VALID,
-
PACKAGE: APPS.IGS_PR_GET_CLASS_STD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PR_GET_CLASS_STD, status:VALID,
-
SYNONYM: APPS.IGS_PS_VER_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_VER_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AD_TEST_RESULTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_TEST_RESULTS, status:VALID,
-
PACKAGE: APPS.IGS_AD_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_004, status:VALID,
-
VIEW: APPS.IGS_AD_PRCS_CAT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT, object_name:IGS_AD_PRCS_CAT, status:VALID,
-
PACKAGE: APPS.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_PRC_LOAD, status:VALID,
-
VIEW: APPS.IGS_PE_ATHLETIC_PRG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ATHLETIC_PRG_V, object_name:IGS_PE_ATHLETIC_PRG_V, status:VALID,
-
SYNONYM: APPS.IGS_EN_UNIT_SET_CAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_UNIT_SET_CAT, status:VALID,
-
VIEW: APPS.IGS_AD_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL, object_name:IGS_AD_APPL, status:VALID,
-
PACKAGE: APPS.IGS_EN_GEN_015
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_015, status:VALID,
-
SYNONYM: APPS.IGS_PE_TYP_INSTANCES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_TYP_INSTANCES_ALL, status:VALID,
-
PACKAGE: APPS.IGF_AP_OSS_INTR_DTLS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.IGS_CA_INST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_ALL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.IGS_CA_INST_REL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_REL, status:VALID,
-
VIEW: APPS.IGS_EN_ATD_TYPE_LOAD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ATD_TYPE_LOAD, object_name:IGS_EN_ATD_TYPE_LOAD, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST, object_name:IGS_AD_PS_APPL_INST, status:VALID,
-
SYNONYM: APPS.IGF_AP_FA_BASE_REC_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_FA_BASE_REC_ALL, status:VALID,
-
SYNONYM: APPS.IGS_CA_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_TYPE, status:VALID,
-
VIEW: APPS.IGF_AP_FA_BASE_REC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_BASE_REC, object_name:IGF_AP_FA_BASE_REC, status:VALID,
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGF_AP_OSS_INTR_DTLS
12.1.1
-
VIEW: APPS.IGS_EN_UNIT_SET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET, object_name:IGS_EN_UNIT_SET, status:VALID,
-
VIEW: APPS.IGS_PS_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER, object_name:IGS_PS_VER, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_OSS_INTR_DTLS
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,
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT, object_name:IGS_EN_STDNT_PS_ATT, status:VALID,
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_CA_INST_ALL
12.1.1
-
PACKAGE: APPS.IGS_GE_MSG_STACK
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_MSG_STACK, status:VALID,
-
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'. ,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
12.1.1 DBA Data
12.1.1