Search Results igs_ad_val_acai_ftr_offer
Overview
IGS_AD_VAL_ACAI_FTR_OFFER is an Oracle EBS Student System (IGS) admissions validation package owned by APPS. Its documented purpose is to create a future term application, a common admissions business process in which an applicant who has applied for one academic period wishes to be considered against a subsequent (future) academic calendar and admission calendar. The package header dates to February 2002, with a change in September 2002 that added a p_process parameter to the internal child-record copy routine in support of a deferment enhancement (patch 2563941). It carries an API classification of OTHER, meaning it is not published as a fully supported public API but is instead an internal procedural library invoked by other admissions components.
Key Procedures and Functions
The package body exposes five documented program units.
admp_val_offer_future_term— The principal concurrent-program entry point. It accepts a person, person-identifier group, nominated course code, previous and future academic admission calendars, offer date, offer response date, and optional application type and application ID, together with the standard concurrenterrbuf/retcodepair. It drives validation and creation of the future-term offer.handle_application— The function that resolves an application. Given the person, admission application number, nominated course, application-instance sequence, and the future academic/admission calendar type and sequence, it returns a new admission application number and a new sequence number through OUT NOCOPY parameters and returns a BOOLEAN status. In practice this is the routine that identifies or builds the target application record for the future term. This is the object the user query referenced.copy_child_records— Copies dependent child rows (application and application-instance children) from the source application to the newly resolved application, returning the new application number and sequence number.validate_offer_validations— Performs the business-rule checks applied before an offer for the future term is accepted as valid.copy_entrycomp_qual_status— Propagates entry-competency and qualification status data linked to the originating application onto the new future-term application.
Tables Accessed
The package reads and writes the HZ_PARTIES party record that anchors the applicant, and the core admissions tables IGS_AD_APPL_ALL and IGS_AD_APPL (designated by the _ALL suffix as multi-org/language-enabled views) for the application header. Application-instance detail and child records are taken from IGS_AD_APLINS_ADMREQ, IGS_AD_APPL_ARP, IGS_AD_APPL_EVAL, IGS_AD_APPL_NOTES, IGS_AD_APPL_PERSTAT, IGS_AD_APPL_PGMAPPRV, and IGS_AD_APPQUAL_CODE. Supporting reference and preference data include IGS_AD_APP_INTENT, IGS_AD_APP_REQ, IGS_AD_ACAD_INTEREST, IGS_AD_CODE_CLASSES, IGS_AD_EDUGOAL, and IGS_AD_OTHER_INST. These are accessed through APPS synonyms, so the underlying objects resolve to the IGS and HZ schemas under standard EBS data model conventions.
Usage Notes
The package is invoked from admissions forms and concurrent processing rather than being called directly by end users. The admp_val_offer_future_term signature with errbuf and retcode confirms registration as a concurrent program, typically submitted to defer or re-offer an applicant to a later admission period. handle_application may also be called from custom code that needs to resolve or create the future-term application, but because the API classification is OTHER, the interface is not guaranteed stable across patches and should be wrapped defensively. ETRM records one package referencing this unit. When troubleshooting, note the copy routines are sensitive to the presence of complete child records on the source application; a failure in handle_application usually indicates the future academic or admission calendar instance is not defined for the nominated course.
-
PACKAGE: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_ACAI_FTR_OFFER, status:VALID,
-
SYNONYM: APPS.IGS_RE_THESIS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_RE_THESIS_ALL, 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_ACAD_INTEREST_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_ACAD_INTEREST_PKG, status:VALID,
-
SYNONYM: APPS.IGS_PR_MILESTONE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_MILESTONE_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AD_TSTSCR_USED
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_TSTSCR_USED, status:VALID,
-
SYNONYM: APPS.IGS_AD_APPL_PGMAPPRV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_PGMAPPRV, status:VALID,
-
SYNONYM: APPS.IGS_RE_CANDIDATURE_SEQ_NUM_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_RE_CANDIDATURE_SEQ_NUM_S, status:VALID,
-
SYNONYM: APPS.IGS_RE_THESIS_SEQ_NUM_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_RE_THESIS_SEQ_NUM_S, 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_RE_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_RE_GEN_001, status:VALID,
-
SYNONYM: APPS.IGS_AD_ACAD_INTEREST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_ACAD_INTEREST, status:VALID,
-
PACKAGE: APPS.IGS_RE_CAND_SEO_CLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_RE_CAND_SEO_CLS_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_APPQUAL_CODE_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APPQUAL_CODE_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_SPL_TALENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_SPL_TALENTS_PKG, status:VALID,
-
SYNONYM: APPS.IGS_RE_SCHOLARSHIP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_RE_SCHOLARSHIP_ALL, 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_TSTSCR_USED_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_TSTSCR_USED_PKG, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL, object_name:IGS_AD_PS_APPL, status:VALID,
-
SYNONYM: APPS.IGS_AD_APPL_EVAL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_EVAL, status:VALID,
-
SYNONYM: APPS.IGS_RE_CDT_FLD_OF_SY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_RE_CDT_FLD_OF_SY, status:VALID,
-
PACKAGE: APPS.IGS_RE_CDT_FLD_OF_SY_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_RE_CDT_FLD_OF_SY_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_EDUGOAL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_EDUGOAL, status:VALID,
-
SYNONYM: APPS.IGS_AD_APP_INTENT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APP_INTENT, status:VALID,
-
PACKAGE: APPS.IGS_AD_SPL_INTERESTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_SPL_INTERESTS_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_OTHER_INST_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_OTHER_INST_PKG, 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 BODY: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI_FTR_OFFER, 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: APPS.IGS_RE_THS_PNL_MBR_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_RE_THS_PNL_MBR_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_APP_INTENT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APP_INTENT_PKG, status:VALID,
-
SYNONYM: APPS.IGS_AD_OTHER_INST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OTHER_INST, status:VALID,
-
SYNONYM: APPS.IGS_RE_THS_PNL_MBR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_RE_THS_PNL_MBR, status:VALID,
-
PACKAGE: APPS.IGS_RE_SPRVSR_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_RE_SPRVSR_PKG, status:VALID,
-
SYNONYM: APPS.IGS_AD_SPL_ADM_CAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_SPL_ADM_CAT, status:VALID,
-
SYNONYM: APPS.IGS_AD_APPQUAL_CODE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPQUAL_CODE, 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,
-
SYNONYM: APPS.IGS_AD_APLINS_ADMREQ
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APLINS_ADMREQ, status:VALID,
-
PACKAGE: APPS.IGS_RE_THESIS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_RE_THESIS_PKG, status:VALID,
-
SYNONYM: APPS.IGS_AD_APPL_NOTES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_NOTES, 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,
-
SYNONYM: APPS.IGS_RE_THESIS_EXAM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_RE_THESIS_EXAM, status:VALID,
-
PACKAGE: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
12.1.1
-
PACKAGE: APPS.IGS_AD_APLINS_ADMREQ_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APLINS_ADMREQ_PKG, status:VALID,
-
VIEW: APPS.IGS_PE_PERSID_GROUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSID_GROUP, object_name:IGS_PE_PERSID_GROUP, 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_RE_THESIS_EXAM_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_RE_THESIS_EXAM_PKG, 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_SPL_INTERESTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_SPL_INTERESTS, status:VALID,