Search Results igf_aw_ss_gen_pkg
Overview
IGF_AW_SS_GEN_PKG is an Oracle E-Business Suite PL/SQL package owned by the APPS schema and classified as a supporting API of type OTHER within the Oracle Student System Financial Aid (IGF) module. Its name and dependencies place it squarely in the award management area of the financial aid subsystem, specifically the component that synchronizes award records with the self-service (SS) layer. The package is valid and is one of the objects that bridges the base award data model, anchored on IGF_AW_AWARD_ALL and its related detail tables, with the display and transactional logic required by award self-service pages where students and administrators view, accept, or decline award offers.
The package is internally referenced, meaning its procedures are called by other entry points (typically Oracle Forms or OAF-based pages) rather than being a standalone concurrent program. It exposes thirteen documented program units that fall into three broad categories: award synchronization routines (UPDATE_AWARDS_FROM_SS, UPDATE_AWARDS_BY_TERM_FROM_SS, UPDATE_AWARD_STATUS), display-mode resolution functions (GET_ACCEPT_DISPLAY_MODE, GET_DECLINE_DISPLAY_MODE, GET_ACCEPT_AMT_DISPLAY_MODE, GET_ACC_AMT_DISPLAY_MODE_TERM, GET_ACC_DISPLAY_MODE_TERM, GET_DEC_DISPLAY_MODE_TERM), and supporting helpers (GET_AWD_ACTION, APPLY_CERTF_RESP, SUBMIT_BUSINESS_EVENT, GET_TERM_AWARD_STATUS).
Key Procedures and Functions
- UPDATE_AWARDS_FROM_SS — Persists award changes originating from the self-service tier back to the base award tables, reconciling what the student or administrator submitted with stored records.
- UPDATE_AWARDS_BY_TERM_FROM_SS — A term-scoped variant of the above, processing accept/decline or adjustment activity limited to a specific academic period.
- UPDATE_AWARD_STATUS — Updates award status values, driving the state transitions that govern whether an award is offered, accepted, or declined.
- GET_AWD_ACTION — Returns the action applicable to an award, used to determine which self-service operation is permitted.
- GET_ACCEPT_DISPLAY_MODE, GET_DECLINE_DISPLAY_MODE — Determine how the accept and decline controls should render for a given award context.
- GET_ACCEPT_AMT_DISPLAY_MODE, GET_ACC_AMT_DISPLAY_MODE_TERM, GET_ACC_DISPLAY_MODE_TERM, GET_DEC_DISPLAY_MODE_TERM — Amount- and term-sensitive display-mode resolvers that govern partial accept/decline and per-term award presentation.
- APPLY_CERTF_RESP — Applies certification responsibility attributes to an award, linking award actions to certification requirements.
- SUBMIT_BUSINESS_EVENT — Raises or submits the business event associated with the self-service award action, integrating with the EBS Business Event System.
- GET_TERM_AWARD_STATUS — Retrieves the award status at the term level for display and validation.
Tables Accessed
Via APPS synonyms the package reads and writes IGF_AW_AWARD_ALL (master award records), IGF_AW_AWD_CERT_RESPS (certification responsibility detail), IGF_AW_AWD_DISB_ALL (award disbursement lines), IGF_AW_AWD_PRD_TERM (award period-term breakdown), IGF_AW_FUND_CAT_ALL and IGF_AW_FUND_MAST_ALL (fund category and fund master reference data), IGF_SL_LOANS_ALL (student loan awards), IGS_PE_RES_CHG_S (person residence change records) and IGS_PS_VER_ALL (program version reference). DUAL is used for single-row lookups and constants. The award, disbursement, and period-term tables carry the transactional state; the fund tables supply attributes needed for display and eligibility decisions.
Usage Notes
IGF_AW_SS_GEN_PKG is not invoked directly by end users. It is called from the financial aid self-service UI — Oracle Forms or OAF pages in 12.1.1 and 12.2.2 — when a student accepts, declines, or modifies an award offer, and from administrative award-maintenance screens that share the same display logic. The GET_*DISPLAY_MODE functions are typically queried before rendering controls, while the UPDATE_* routines execute on save. SUBMIT_BUSINESS_EVENT indicates integration with the Workflow/Business Event System, so downstream subscribers receive award self-service notifications. Because the package is referenced by no other packages, customizations should call it as a shared API rather than modify its body, preserving supportability across the 12.1.1 to 12.2.2 upgrade path.
-
PACKAGE: APPS.IGF_AW_SS_GEN_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_SS_GEN_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_SS_GEN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_SS_GEN_PKG, status:VALID,
-
SYNONYM: APPS.IGF_AW_AWD_CERT_RESPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWD_CERT_RESPS, status:VALID,
-
PACKAGE: APPS.IGF_AW_SS_GEN_PKG
12.1.1
-
PACKAGE: APPS.IGF_AW_AWD_CERT_RESPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_AWD_CERT_RESPS_PKG, status:VALID,
-
PACKAGE: APPS.IGS_CA_COMPUTE_DA_VAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_CA_COMPUTE_DA_VAL_PKG, status:VALID,
-
SYNONYM: APPS.IGS_PE_RES_CHG_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_RES_CHG_S, status:VALID,
-
PACKAGE: APPS.IGF_AW_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN_005, status:VALID,
-
SYNONYM: APPS.IGF_AW_AWARD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWARD_ALL, status:VALID,
-
PACKAGE: APPS.IGF_AP_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_GEN_001, status:VALID,
-
SYNONYM: APPS.IGF_AW_AWD_PRD_TERM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWD_PRD_TERM, status:VALID,
-
PACKAGE: APPS.IGF_AW_AWD_DISB_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_AWD_DISB_PKG, status:VALID,
-
PACKAGE: APPS.IGF_AW_AWARD_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_AWARD_PKG, status:VALID,
-
SYNONYM: APPS.IGF_AW_AWD_DISB_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWD_DISB_ALL, status:VALID,
-
SYNONYM: APPS.IGF_AW_FUND_CAT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_CAT_ALL, status:VALID,
-
SYNONYM: APPS.IGF_SL_LOANS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_LOANS_ALL, status:VALID,
-
VIEW: APPS.IGF_AW_SS_DISB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_SS_DISB_V, object_name:IGF_AW_SS_DISB_V, status:VALID,
-
SYNONYM: APPS.IGF_AW_FUND_MAST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_MAST_ALL, status:VALID,
-
SYNONYM: APPS.IGS_PS_VER_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_VER_ALL, status:VALID,
-
VIEW: APPS.IGF_AW_FUND_CAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_CAT_V, object_name:IGF_AW_FUND_CAT_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGF_AW_AWD_DISB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_DISB, object_name:IGF_AW_AWD_DISB, status:VALID,
-
VIEW: APPS.IGF_AW_AWARD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD, object_name:IGF_AW_AWARD, status:VALID,
-
VIEW: APPS.IGF_GR_RFMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS, object_name:IGF_GR_RFMS, 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_AW_SS_GEN_PKG dependencies on IGF_AW_SS_GEN_PKG
12.1.1
-
VIEW: APPS.IGF_AP_FA_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_CON_V, object_name:IGF_AP_FA_CON_V, status:VALID,
-
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,
-
TYPE: APPS.WF_PARAMETER_LIST_T
12.1.1
owner:APPS, object_type:TYPE, object_name:WF_PARAMETER_LIST_T, status:VALID,
-
TYPE: APPS.WF_EVENT_T
12.1.1
owner:APPS, object_type:TYPE, object_name:WF_EVENT_T, status:VALID,
-
VIEW: APPS.IGF_AW_FUND_MAST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_MAST, object_name:IGF_AW_FUND_MAST, status:VALID,
-
PACKAGE: APPS.WF_EVENT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_EVENT, status:VALID,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE BODY: APPS.IGF_AW_SS_GEN_PKG
12.1.1
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
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
-
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'. ,