Search Results igs_ad_ps_appl_inst_pkg
Overview
IGS_AD_OFFRESP_STATUS_WF is an Oracle EBS APPS schema PL/SQL package that supports the workflow-driven processing of offer response statuses within the Oracle Student System (formerly Oracle iLearning/Recruiting) admissions module. It is classified under the ETRM as an "OTHER" API object, indicating that it is not a standard public API but rather an internal workflow integration utility invoked by the admissions subsystem. Its primary business function is to detect and respond to changes in an applicant's offer response status and to expose person-level attributes to the Oracle Workflow engine so that the appropriate notification or downstream process can be triggered. In the admissions lifecycle, once an offer has been extended to an applicant, the applicant's response (acceptance, decline, or conditional response) may change over time. This package provides the programmatic hook that allows those changes to be recognized and communicated through workflow, ensuring that admissions staff and dependent business processes remain synchronized with the applicant's current position.
Key Procedures and Functions
The package exposes three documented entry points. Each serves a distinct role in the offer response workflow:
- ADM_OFFER_RESPONSE_CHANGED — The principal workflow event handler. It is called when a change to an offer response status has been detected, and it initiates or resumes the relevant workflow process so that notifications, status updates, or subsequent admissions activities can proceed.
- WF_GET_PERSON_ATTRIBUTES — Retrieves person-related attributes for use by Oracle Workflow. This function supplies the workflow engine with the descriptive data (such as applicant identification details) needed to populate notification messages or to satisfy workflow attribute requirements.
- CHECK_SINGLE_RESPONSE — Performs a validation that determines whether a single, unambiguous offer response exists for the applicant. This guards against ambiguous or multiple-response scenarios before the workflow takes action.
The documented metadata does not specify parameter lists for these routines; consumers should therefore treat them as internal workflow interfaces and avoid direct invocation from custom code.
Tables Accessed
The package reads and writes several core Student System tables through APPS synonyms:
- IGS_AD_PS_APPL_INST_ALL — The applicant instance table, holding the admissions application instance records that anchor the offer response data.
- IGS_AD_APPL_ALL — The base application table, providing applicant and application-level context.
- IGS_AD_OFFRESP_STAT_WF_S — The offer response status workflow staging table, used to track workflow-relevant response state.
- IGS_AD_PRD_AD_PRC_CA — The admissions process calendar/configuration table, consulted for process timing and validation.
- FND_USER — The EBS application user table, used for responsibility or user context.
- DUAL and PLITBLM — Standard utility objects used for scalar evaluation and PL/SQL table operations.
Usage Notes
IGS_AD_OFFRESP_STATUS_WF is an internal workflow integration package. It is referenced by IGS_AD_PS_APPL_INST_PKG, which invokes it as part of the offer response processing chain. It is not intended for direct invocation by forms, concurrent programs, or custom extensions. Administrators troubleshooting offer-response notifications should examine this package alongside its caller, IGS_AD_PS_APPL_INST_PKG, and verify that the underlying IGS_AD_OFFRESP_STAT_WF_S records are being populated correctly. Any modification should be performed only by Oracle Support, as the package is a delivered, VALID object within the APPS schema.
-
SYNONYM: APPS.IGS_UC_OFFER_CONDS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_UC_OFFER_CONDS, status:VALID,
-
PACKAGE: APPS.IGS_AD_OFFRESP_STATUS_WF
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_OFFRESP_STATUS_WF, status:VALID,
-
PACKAGE: APPS.IGS_AD_ENT_QF_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_ENT_QF_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_TSTSCR_USED_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_TSTSCR_USED_PKG, status:VALID,
-
PACKAGE: APPS.IGS_RE_VAL_CA
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_RE_VAL_CA, status:VALID,
-
PACKAGE: APPS.IGS_AD_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_001, status:VALID,
-
PACKAGE: APPS.IGS_AD_APPL_NOTES_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APPL_NOTES_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_PS_APPL_INST_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_PS_APPL_INST_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_GEN_011
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_011, status:VALID,
-
PACKAGE: APPS.IGS_AD_APLINS_ADMREQ_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APLINS_ADMREQ_PKG, status:VALID,
-
PACKAGE: APPS.IGS_EN_ENROLMENT_CAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_ENROLMENT_CAT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_APPQUAL_CODE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_APPQUAL_CODE_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_FEE_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_FEE_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_OFRDFRMT_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_OFRDFRMT_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_APPL_EVAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APPL_EVAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SCHL_APLY_TO_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SCHL_APLY_TO_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_APPL_ARP_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APPL_ARP_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_CNDNL_OFRSTAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_CNDNL_OFRSTAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_SPL_ADM_CAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_SPL_ADM_CAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_DOC_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_DOC_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_UC_TRAN_PROCESSOR_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_UC_TRAN_PROCESSOR_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_OFR_RESP_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_OFR_RESP_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_APPL_PGMAPPRV_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APPL_PGMAPPRV_PKG, status:VALID,
-
PACKAGE: APPS.IGS_FI_HECS_PAY_OPTN_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_HECS_PAY_OPTN_PKG, status:VALID,
-
SYNONYM: APPS.IGS_AD_PS_APPL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PS_APPL_ALL, status:VALID,
-
PACKAGE: APPS.IGS_AD_OU_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_OU_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_PS_APLINSTUNT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_PS_APLINSTUNT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_UPD_INITIALISE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_UPD_INITIALISE, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_OU_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_OU_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_OFR_RESP_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_OFR_RESP_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_APPL_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APPL_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_FEE_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_FEE_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_VAL_ACA
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_ACA, status:VALID,
-
PACKAGE: APPS.IGS_AD_EDUGOAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_EDUGOAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_TSTSCR_USED_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_TSTSCR_USED_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PS_APPL_INST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PS_APPL_INST_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_VAL_AA
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_AA, status:VALID,
-
PACKAGE: APPS.IGS_AD_UNIT_SETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_UNIT_SETS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_ENT_QF_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ENT_QF_STAT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_OFRDFRMT_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_OFRDFRMT_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_PS_APPL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_PS_APPL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_DOC_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_DOC_STAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_FI_FEE_CAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_FEE_CAT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_CNDNL_OFRSTAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_CNDNL_OFRSTAT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SUSPEND_APPL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SUSPEND_APPL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_HECS_PAY_OPTN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_HECS_PAY_OPTN_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SPL_ADM_CAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SPL_ADM_CAT_PKG, status:VALID,
-
PACKAGE: APPS.IGS_FI_FUND_SRC_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_FUND_SRC_PKG, status:VALID,
-
SYNONYM: APPS.IGS_PE_STAT_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_STAT_DETAILS, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_AD_DTL_ALL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_AD_DTL_ALL_PKG, status:VALID,