Search Results igs_gr_prc_gac
Overview
The package body APPS.IGS_GR_PRC_GAC belongs to the Oracle E-Business Suite Graduation Management module, a component of the Student Systems / Student Information product family. The object is classified under the ETRM repository as an OTHER API, meaning it is not a formally published public interface but rather a server-side processing package that supports graduation and award ceremony operations. Its name follows the IGS_GR prefix convention, where IGS denotes the Student System schema family and GR denotes Graduation functionality; the GAC suffix reflects its association with graduation award ceremonies.
In Oracle EBS 12.1.1 and 12.2.2, this package body encapsulates the procedural logic used to process graduand and award ceremony data. It operates within the APPS schema and is marked VALID in the ETRM metadata, indicating that it compiles successfully and its dependencies resolve correctly. The package supports ceremony lifecycle processing, closing activities for award ceremonies and academic usage records, and insertion of graduand ceremony records.
Key Procedures and Functions
The documented package exposes three procedures, each aligned to a distinct processing activity:
- GRDP_INS_GAC — Handles insertion of graduand award ceremony records. This routine populates ceremony-related data for graduands, drawing on person, award ceremony, and ceremony history information.
- GRDP_PRC_ACUSG_CLOSE — Performs the closing process for academic usage records associated with graduation processing. It finalizes the state of usage records tied to the ceremony or award lifecycle.
- GRDP_PRC_AWC_CLOSE — Executes the closing process for award ceremonies. This procedure finalizes ceremony records once the associated processing is complete.
No parameter lists are documented in the ETRM metadata; callers referencing the package should consult the installed package specification (IGS_GR_PRC_GAC) for exact signatures, as the specification defines the public interface consumed by dependent objects.
Tables Accessed
The package reads and writes several graduation and student tables through APPS synonyms. The documented dependencies include IGS_GR_AWD_CRMN (award ceremony header records), IGS_GR_AWD_CRMN_HIST (ceremony history), IGS_GR_AWD_CRM_US_GP (ceremony usage group data), and IGS_GR_AWD_CRM_UT_ST (ceremony usage status). These support ceremony creation, status tracking, and closing operations.
Additional dependencies reflect broader student context: IGS_AD_LOCATION_REL provides venue and location relationships used when associating ceremonies with venues; IGS_AS_SU_SETATMPT supplies student attempt records relevant to graduand eligibility; and IGS_GR_GRADUAND along with person and venue views (IGS_PE_PERSON_BASE_V, IGS_GR_VENUE) provide the demographic and ceremonial detail required during processing.
Usage Notes
IGS_GR_PRC_GAC is a backend processing package; it is not referenced by any other database object per the documented metadata, though it participates in the dependency chain of ceremony processing forms and concurrent programs through its own package specification. Typical invocation occurs from graduation ceremony maintenance forms, award ceremony closing concurrent programs, or custom extensions that manage ceremony lifecycle events in 12.1.1 and 12.2.2.
Because the package relies on IGS_GE_MSG_STACK and FND_MESSAGE for error handling and on FND_FILE for output, it is suited to both interactive and batch execution. Implementers extending graduation functionality should call the documented procedures only in the order implied by their semantics — insertion of graduand ceremony data precedes closing activities — and verify the specification for actual argument lists before use.
-
PACKAGE BODY: APPS.IGS_GR_PRC_GAC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GR_PRC_GAC, status:VALID,
-
PACKAGE: APPS.IGS_GR_PRC_GAC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GR_PRC_GAC, status:VALID,
-
SYNONYM: APPS.IGS_GR_AWD_CRM_UT_ST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GR_AWD_CRM_UT_ST, status:VALID,
-
SYNONYM: APPS.IGS_GR_AWD_CRMN_HIST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GR_AWD_CRMN_HIST, status:VALID,
-
PACKAGE: APPS.IGS_GR_AWD_CRMN_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GR_AWD_CRMN_PKG, status:VALID,
-
PACKAGE: APPS.IGS_GR_PRC_GAC
12.1.1
-
SYNONYM: APPS.IGS_AD_LOCATION_REL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_LOCATION_REL, status:VALID,
-
PACKAGE: APPS.IGS_GR_AWD_CRMN_HIST_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GR_AWD_CRMN_HIST_PKG, status:VALID,
-
SYNONYM: APPS.IGS_GR_AWD_CRM_US_GP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GR_AWD_CRM_US_GP, status:VALID,
-
SYNONYM: APPS.IGS_GR_AWD_CRMN
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GR_AWD_CRMN, status:VALID,
-
VIEW: APPS.IGS_GR_VENUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_VENUE, object_name:IGS_GR_VENUE, status:VALID,
-
PACKAGE BODY: APPS.IGS_GR_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GR_GEN_002, status:VALID,
-
VIEW: APPS.IGS_GR_CRMN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_CRMN, object_name:IGS_GR_CRMN, status:VALID,
-
VIEW: APPS.IGS_GR_AWD_CEREMONY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_AWD_CEREMONY, object_name:IGS_GR_AWD_CEREMONY, status:VALID,
-
SYNONYM: APPS.IGS_AS_SU_SETATMPT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SU_SETATMPT, status:VALID,
-
VIEW: APPS.IGS_CA_DA_INST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_INST_V, object_name:IGS_CA_DA_INST_V, status:VALID,
-
VIEW: APPS.IGS_GR_GRADUAND
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_GRADUAND, object_name:IGS_GR_GRADUAND, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_BASE_V, object_name:IGS_PE_PERSON_BASE_V, status:VALID,
-
APPS.IGS_GR_GEN_002 dependencies on IGS_GR_PRC_GAC
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_GR_PRC_GAC
12.1.1
-
PACKAGE BODY: APPS.IGS_GR_PRC_GAC
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
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,
-
APPS.IGS_GR_PRC_GAC dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on FND_MESSAGE
12.1.1
-
PACKAGE: APPS.IGS_GE_MSG_STACK
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_MSG_STACK, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, 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'. ,
-
PACKAGE: APPS.APP_EXCEPTION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:APP_EXCEPTION, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, 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'. ,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,