Search Results admp_upd_eap_avail




Overview

Concurrent Program IGRJ01, presented to end users under the name Process Student Recruiting Inquiry, is an executable owned by the IGS — Student System product family within Oracle E-Business Suite. In the ETRM 12.2.2 metadata the product is annotated as Obsolete, and the program remains flagged Enabled: Yes, meaning it can still be submitted in environments where the student system schemas and dependent objects are present. The program's purpose, as its user-facing name indicates, is to process recruiting inquiry data within the student recruiting functional area, consolidating or evaluating prospect and inquiry records held in the student system tables.

The user search term admp_upd_eap_avail resolves to this program because the documented execution file for IGRJ01 is IGR_GEN_001.ADMP_UPD_EAP_AVAIL. The identifier therefore reflects the underlying PL/SQL package and routine that performs the update logic, rather than the concurrent program short name itself.

Execution Details

The documented execution attributes for IGRJ01 are as follows:

  • Execution Method: PL/SQL Stored Procedure
  • Argument Method: Standard
  • Executable: IGRJ01
  • Execution File: IGR_GEN_001.ADMP_UPD_EAP_AVAIL
  • Subroutine Name: Not specified in the documented metadata

Because the execution method is PL/SQL Stored Procedure, the concurrent manager invokes the packaged procedure named in the execution file directly through the database session, with no external executable or host script involved. The Standard argument method indicates that parameters, where defined, are passed positionally to the stored procedure using the conventional concurrent program token mechanism rather than a parameters-only or token-substitution form.

How to Run

The program is submitted from the Standard Request Submission (SRS) window, typically navigated through the responsibility that owns the student recruiting or student system function. The submitter selects Process Student Recruiting Inquiry from the list of available concurrent programs, supplies any defined parameters, chooses a print or notification option, and requests the run.

The documented metadata does not enumerate specific parameters; where parameters exist in an environment, they are defined on the concurrent program definition itself and passed positionally under the Standard argument method. Administrators should review the concurrent program definition in the target instance to confirm the parameter list, as the ETRM excerpt records the program at the definition level rather than enumerating arguments. Output is directed according to the completion and printing options set at submission time.

Related Objects

Consistent with its execution file, IGRJ01 operates against objects in the IGS/IGR student recruiting schema. Commonly associated elements include:

  • The package body identified by IGR_GEN_001.ADMP_UPD_EAP_AVAIL, which contains the update logic executed at run time.
  • Student recruiting inquiry and prospect tables maintained within the IGS product schema.
  • Other IGRJ-series concurrent programs and IGR-generic utilities that process student recruiting data.
  • Standard concurrent manager infrastructure — request records, log and output files — produced for each submission.

Because the product is marked Obsolete in the documented metadata, installations planning to use or retire this program should verify object availability against their specific 12.1.1 or 12.2.2 instance before relying on it for recruiting data processing.