Package gb_gtvpars Standard functions and procedures for Partition Codes validation table.Partition Codes define campus zones, which are catagories or groupings of rooms. |
Program units |
f_code_exists | Determine if the code exists in the table |
f_get_description | Return description for the code |
Cursors |
gtvpars_c |
gtvpars_c
CURSOR gtvpars_c( p_code gtvpars.gtvpars_code%TYPE) RETURN gtvpars%ROWTYPE;
f_code_exists
FUNCTION f_code_exists(p_code gtvpars.gtvpars_code%TYPE) RETURN VARCHAR2
Determine if the code exists in the table
Parameters |
p_code |
Partition code for campus zones for scheduling product. |
Returns |
Y if found, otherwise N |
f_get_description
FUNCTION f_get_description(p_code gtvpars.gtvpars_code%TYPE) RETURN VARCHAR2
Return description for the code
Parameters |
p_code |
Partition code for campus zones for scheduling product. |
Returns |
Description |