Search Results igs_ad_ss_appl_fee_pkg
Overview
IGS_AD_SS_APPL_FEE_PKG is an Oracle E-Business Suite PL/SQL package owned by the APPS schema that supports the fee assessment and application-fee processing logic within the Oracle Student System (formerly Oracle iLearning/Recruiting and Admissions) admissions module. Its name reflects its role in the "SS" (Student System) admissions sub-module, functioning alongside objects such as IGS_AD_SS_APPL_FEE_PKG, IGS_AD_SS_GEN_001, and the broader IGS_AD family of admissions packages. In the 12.1.1 and 12.2.2 release streams, this package is documented as VALID and is classified as API type OTHER, indicating it is an internal supporting package rather than a formally published public API. Its primary purpose is to evaluate and validate application fee information associated with admission applications, offers, and applicant response records, and to retrieve or update application type fee details as applicants progress through the admissions lifecycle.
Key Procedures and Functions
The package exposes five documented program units, each addressing a specific validation or data-retrieval activity in the application fee workflow:
- CHECK_OFFER_UPDATE — Validates whether an offer record may be updated in the context of application fee processing, ensuring fee-related dependencies and business rules are satisfied before an offer change is permitted.
- CHECK_OFFER_RESP_UPDATE — Performs the equivalent validation for offer response updates, allowing the system to enforce fee-related constraints when an applicant responds to an offer.
- CHECK_UPDATE_AEPS_ACS — Verifies preconditions governing updates to AEPS/ACS (applicant/application status) data, guarding status transitions that could affect fees or application processing.
- GET_APPL_TYPE_FEE_DETAILS — Retrieves the fee details configured for a given application type, returning the applicable fee structure needed for assessment and display.
- UPD_FEE_DETAILS — Writes or updates application fee detail records, persisting fee information generated by the admissions process.
Parameter lists are not documented in the ETRM excerpt; callers should inspect the package specification directly for exact signatures.
Tables Accessed
The package operates against several admissions tables through APPS synonyms:
- IGS_AD_APPL_ALL — the master admission application table, the primary anchor for application records.
- IGS_AD_APP_REQ — application request data linked to an applicant's submission.
- IGS_AD_CODE_CLASSES — code class definitions, likely used for fee code validation or classification.
- IGS_AD_PS_APPL_INST_ALL — application instance data tied to the applicant's person record.
- IGS_AD_SS_APPL_TYP — application type definitions, used when retrieving or validating application type fee details.
- IGS_TR_TYPE_ALL — transfer/transaction type data, likely used to resolve fee-related transaction categories.
Usage Notes
IGS_AD_SS_APPL_FEE_PKG is an internal package referenced by the admissions module's own code, most notably IGS_AD_SS_GEN_001 and one additional package. It is typically invoked indirectly from admission application entry forms and from admissions processing concurrent programs that assess or maintain application fees, rather than being called directly by end users. Customizations and extensions should avoid modifying the package and instead rely on supported APIs or extension hooks, since the package is classified as OTHER (not a public API) and its interfaces are subject to change without notice. Customers who wish to understand its exact behavior should review the package body in the APPS schema, since the ETRM metadata documents only the program unit names and table dependencies. Dependency tracing confirms SYS.STANDARD as its only documented external reference, indicating the package is self-contained with respect to Oracle-supplied PL/SQL objects.
-
PACKAGE: APPS.IGS_AD_SS_APPL_FEE_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_SS_APPL_FEE_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SS_APPL_FEE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_APPL_FEE_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_004, status:VALID,
-
PACKAGE: APPS.IGS_AD_SS_APPL_FEE_PKG
12.1.1
-
SYNONYM: APPS.IGS_TR_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_TR_TYPE_ALL, status:VALID,
-
PACKAGE: APPS.IGS_AD_AC_COMP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_AC_COMP, status:VALID,
-
PACKAGE: APPS.IGS_AD_VAL_ACAI_STATUS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_ACAI_STATUS, status:VALID,
-
PACKAGE: APPS.IGS_AD_APP_REQ_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APP_REQ_PKG, status:VALID,
-
SYNONYM: APPS.IGS_AD_APP_REQ
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APP_REQ, status:VALID,
-
SYNONYM: APPS.IGS_AD_SS_APPL_TYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_SS_APPL_TYP, status:VALID,
-
PACKAGE: APPS.IGS_AD_GEN_009
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_009, 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_CODE_CLASSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_CODE_CLASSES, 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,
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_GEN_001, status:VALID,
-
VIEW: APPS.IGS_AD_PRCS_CAT_STEP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_STEP, object_name:IGS_AD_PRCS_CAT_STEP, 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,
-
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,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_SS_APPL_FEE_PKG
12.1.1
-
APPS.IGS_AD_SS_APPL_FEE_PKG dependencies on IGS_AD_SS_APPL_FEE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SS_APPL_FEE_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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'. ,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, 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'. ,