Search Results igs_re_exmsub_s




Overview

IGS_RE_WORKFLOW is an Oracle EBS Student Systems (formerly Oracle Student System / iGS) package that provides the workflow notification and event-raising layer for research and thesis administration. It resides in the APPS schema and is documented as VALID in both 12.1.1 and 12.2.2 environments. The package name combines the "IGS_RE" (Research) product prefix with "WORKFLOW," signalling its role as the integration point between research records — candidatures, theses, thesis panels, supervision, milestones and results — and the Oracle Workflow engine (WF_ENGINE, WF_EVENT, WF_NOTIFICATION). Its responsibility is to detect business events on research entities, resolve the correct recipients and notification content through FND messaging and lookup services, and dispatch the appropriate templated notifications or workflow events. The object is therefore best understood as a research-domain event publisher rather than a transactional DML API; it consumes data maintained by other research packages and converts it into workflow activity.

Key Procedures and Functions

The package exposes sixteen documented procedures and functions, which fall into three functional families:

Tables Accessed

Table access is primarily read-oriented, drawing on the research entity tables and Oracle Workflow/FND infrastructure:

Usage Notes

IGS_RE_WORKFLOW is not referenced by any database object, meaning it is invoked from outside the PL/SQL dependency chain — typically from concurrent programs, forms-based actions, or database triggers in the research module that call the event-raisers when a research record changes. Several of its procedures are designed to be run by scheduled concurrent requests (particularly the milestone notification processing and overdue-submission notifications) so that time-based notifications are generated without user intervention. The package is referenced by seven other packages, indicating that other research components consume its create-ad-hoc-role and notification helpers. Because it depends on Oracle Workflow and FND messaging, the Workflow background engine must be running and notification mailers configured for messages to be delivered. Customisations should avoid modifying the package directly; instead, site-specific notification routing is normally achieved through Workflow notification definitions and attribute settings. Note that the term "igs_re_thesis_s" associated with the search corresponds to the IGS_RE_THESIS_S table dependency rather than to any procedure within this package.