index

Package gb_stvadmr

Standard functions and procedures for Admission Request Code Validation Table


Program units
f_code_exists   Determines if the code exists in the table
f_get_description   Returns description for the code

Cursors
stvadmr_c   Returns the record from the validation table.


stvadmr_c

CURSOR stvadmr_c(
    p_code  stvadmr.stvadmr_code%TYPE)
 RETURN stvadmr%ROWTYPE;

Returns the record from the validation table.


f_code_exists

FUNCTION f_code_exists(p_code stvadmr.stvadmr_code%TYPE) RETURN VARCHAR2

Determines if the code exists in the table

Parameters
p_code   Request code associated with required admissions materials referenced in the Admissions Module.

Returns
Y if found, otherwise N


f_get_description

FUNCTION f_get_description(p_code stvadmr.stvadmr_code%TYPE)
  RETURN VARCHAR2

Returns description for the code

Parameters
p_code   Request code associated with required admissions materials referenced in the Admissions Module.

Returns
Description