index

Package sb_stvtspt

Standard functions and procedures for Test Score Percentile Types Table.


Program units
f_code_exists  
f_get_description  

Cursors
stvtspt_c  


stvtspt_c

CURSOR stvtspt_c(
    p_code  stvtspt.stvtspt_code%TYPE)
 RETURN stvtspt%ROWTYPE;

Returns the record from the validation table.


f_code_exists

Function f_code_exists(
    p_code  stvtspt.stvtspt_code%TYPE) RETURN VARCHAR2

Determines if the code exists in the table

Parameters
p_code   Test Score Percentile Type Code.

Returns
Y if found, otherwise N


f_get_description

Function f_get_description(
    p_code  stvtspt.stvtspt_code%TYPE) RETURN VARCHAR2

Returns description for the code

Parameters
p_code   Test Score Percentile Type Code.

Returns
Description