index

Package sb_smrprle

Standard functions and procedures for Program Rules Table


Program units
f_code_exists  
f_get_description  

Cursors
smrprle_c  


smrprle_c

CURSOR smrprle_c(
    p_program  smrprle.smrprle_program%TYPE)
 RETURN smrprle%ROWTYPE;

f_code_exists

Function f_code_exists(
    p_program  smrprle.smrprle_program%TYPE) RETURN VARCHAR2

Determine if the code exists in the table

Parameters
p_program   A program code which will represent a specific university program.

Returns
Y if found, otherwise N


f_get_description

Function f_get_description(
    p_program  smrprle.smrprle_program%TYPE) RETURN VARCHAR2

Return description for the code

Parameters
p_program   A program code which will represent a specific university program.

Returns
Description