Search Results igs_ad_gen_010
Overview
IGS_AD_GEN_010 is a VALID PL/SQL package owned by the APPS schema in Oracle E-Business Suite, classified under the Oracle Student System (IGS) product family for Admissions (AD) processing. It functions as an internal generator/utility package supporting the admissions application lifecycle, specifically the recording of admission decisions, offers, and their associated status and history records. According to the ETRM metadata, the package is documented as an "OTHER" API classification rather than a published public API, indicating it is intended for internal consumption by other IGS packages rather than direct external invocation.
The package operates on admissions applicant data stored in IGS_AD_APPL_ALL and related reference tables. Its procedures suggest responsibilities around Test Admission Criteria (TAC) evaluation, unit detail resolution, and the insertion of admissions action/audit history rows. It sits within a dependency chain that includes IGS_AD_APPL_PKG, IGS_AD_GEN_002, IGS_AD_PRC_TAC_OFFER, and IGS_AD_PS_APLINSTUNT_PKG.
Key Procedures and Functions
The ETRM metadata documents eight procedures/functions. Consistent with the package's internal utility role, they fall into three functional groups:
- ADMP_GET_TAC_API — Retrieves Test Admission Criteria (TAC) information via the appropriate API, used to determine admission decisions against configured criteria.
- ADMP_GET_TAC_CEPRC — Retrieves TAC evaluation results, likely returning the calculated percentage or criterion outcome used in decision logic.
- ADMP_GET_TAC_RETURN — Returns the TAC result value, supporting downstream decision and offer processing.
- ADMP_GET_UNIT_DET — Retrieves unit (offering) detail, resolving unit-set information required to evaluate an application against admission criteria.
- ADMP_INS_AAL — Inserts an Admissions Action Log (AAL) record, capturing an admission decision event.
- ADMP_INS_AAL_COMMIT — Performs the AAL insert and issues a commit, providing a transactional variant for callers that require an immediate persist.
- ADMP_INS_AA_HIST — Inserts an Admissions Application history row, retaining prior state for audit and status tracking.
- ADMP_INS_ACAIU_HIST — Inserts a history record related to applicant instruction/unit status changes.
Parameter lists are not published in the ETRM excerpt and should be confirmed against the package specification in the target instance.
Tables Accessed
The documented tables include IGS_AD_APPL_ALL, the base admissions application table, read and written during decision and history processing. Reference and validation tables include HZ_PARTIES (party/person identity), IGS_PE_ALT_PERS_ID and IGS_PE_PERSON_ID_TYP (person identifiers), IGS_PS_ENT_PT_REF_CD (entry point reference), IGS_PS_STAT (status codes), and IGS_EN_UNIT_SET_STAT (unit-set status). Application-specific tables IGS_AD_APPL_LTR, IGS_AD_OFRDFRMT_STAT, and IGS_AD_OFR_RESP_STAT support offer letter, offer format status, and offer response status processing. Collectively these tables support applicant identification, criteria resolution, and the recording of admission offers and outcomes.
Usage Notes
IGS_AD_GEN_010 is invoked internally. The ETRM dependency report shows it is referenced by IGS_AD_APPL_PKG, IGS_AD_GEN_002, IGS_AD_PRC_TAC_OFFER, and IGS_AD_PS_APLINSTUNT_PKG, and it references IGS_AD_APPL_ALL. Its ADMP_ prefixed procedures follow the Oracle Student System generator naming convention, confirming it is a supporting module driven by the admissions offer/decision process rather than a user-facing API. It is not directly bound to a form or concurrent program; calls originate from the referencing packages during TAC evaluation, offer generation, and application status/history updates. Customizations must avoid direct dependency on this package and instead use the supported IGS_AD_APPL_PKG or TAC offer APIs.
-
PACKAGE: APPS.IGS_AD_GEN_010
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_010, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_010
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_010, status:VALID,
-
SYNONYM: APPS.IGS_AD_APPL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_ALL, status:VALID,
-
PACKAGE: APPS.IGS_AD_PS_APINTUNTHS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_PS_APINTUNTHS_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_APPL_HIST_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APPL_HIST_PKG, status:VALID,
-
SYNONYM: APPS.IGS_PS_ENT_PT_REF_CD
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_ENT_PT_REF_CD, status:VALID,
-
PACKAGE: APPS.IGS_AD_VAL_CRS_ADMPERD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_CRS_ADMPERD, status:VALID,
-
SYNONYM: APPS.IGS_AD_APPL_LTR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_LTR, status:VALID,
-
PACKAGE: APPS.IGS_AD_PRC_TAC_OFFER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_PRC_TAC_OFFER, status:VALID,
-
PACKAGE: APPS.IGS_AD_APPL_LTR_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_APPL_LTR_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_VAL_AAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_AAL, status:VALID,
-
SYNONYM: APPS.IGS_AD_OFRDFRMT_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OFRDFRMT_STAT, status:VALID,
-
SYNONYM: APPS.IGS_PS_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_STAT, status:VALID,
-
PACKAGE: APPS.IGS_EN_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_006, status:VALID,
-
SYNONYM: APPS.IGS_EN_UNIT_SET_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_UNIT_SET_STAT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PS_APLINSTUNT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PS_APLINSTUNT_PKG, 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,
-
PACKAGE BODY: APPS.IGS_AD_APPL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_APPL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PRC_TAC_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PRC_TAC_OFFER, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_HIST, object_name:IGS_AD_APPL_HIST, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_002, status:VALID,
-
PACKAGE: APPS.IGS_AD_GEN_010
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_010
12.1.1
-
SYNONYM: APPS.IGS_PE_PERSON_ID_TYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_PERSON_ID_TYP, status:VALID,
-
VIEW: APPS.IGS_GE_REF_CD_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GE_REF_CD_TYPE, object_name:IGS_GE_REF_CD_TYPE, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APINTUNTHS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APINTUNTHS, object_name:IGS_AD_PS_APINTUNTHS, status:VALID,
-
SYNONYM: APPS.IGS_PE_ALT_PERS_ID
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_ALT_PERS_ID, status:VALID,
-
VIEW: APPS.IGS_EN_ATD_MODE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ATD_MODE, object_name:IGS_EN_ATD_MODE, 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_EN_ATD_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ATD_TYPE, object_name:IGS_EN_ATD_TYPE, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTUNT_APLUNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_APLUNIT_V, object_name:IGS_AD_PS_APLINSTUNT_APLUNIT_V, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_ADMAPPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_ADMAPPL_V, object_name:IGS_AD_APPL_ADMAPPL_V, status:VALID,
-
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,
-
APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_AD_GEN_010
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER, object_name:IGS_PS_UNIT_VER, status:VALID,
-
APPS.IGS_AD_APPL_PKG dependencies on IGS_AD_GEN_010
12.1.1
-
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,
-
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,
-
APPS.IGS_AD_GEN_002 dependencies on IGS_AD_GEN_010
12.1.1
-
APPS.IGS_AD_GEN_010 dependencies on IGS_AD_GEN_010
12.1.1
-
APPS.IGS_AD_PS_APLINSTUNT_PKG dependencies on IGS_AD_GEN_010
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_PE_PERSON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON, object_name:IGS_PE_PERSON, status:VALID,
-
PACKAGE: APPS.IGS_GE_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_GEN_003, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_GEN_010 dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AD_GEN_010 dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_GEN_010 dependencies on APP_EXCEPTION
12.1.1
-
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,